element stmml

element {http://www.xml-cml.org/schema/stmml}stmml

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.xml-cml.org/schema/stmml
Declared Namespacesxmlns:sch=http://www.ascc.net/xml/schematron
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.xml-cml.org/schema/stmml


Source

<xsd:element name="stmml" id="el.stmml">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">An element to hold stmml data.</div>
            <
div class="description">
                <
p>
                    <
tt>stmml</tt>
holds stmml data under a single
generic container. Other namespaces may be present as children.
No semantics implied.
                
</p>
            </
div>
            <
div class="example">
                <
pre>
<stmml>
<actionList>
<action></action>
</actionList>
<object></object>
<observation></observation>

<!-- ==================== DICTIONARY =========== -->

<dictionary>
<annotation>
<documentation></documentation>
<appinfo></appinfo>
</annotation>
<entry term="foo">
<definition></definition>
<alternative></alternative>
<description></description>
<enumeration></enumeration>
<relatedEntry></relatedEntry>
</entry>
</dictionary>

<!-- ================= METADATA ================== -->

<metadataList>
<metadata></metadata>
</metadataList>

<!-- ================= SCIENTIFIC UNITS ================== -->

<unitList>
<unitType id="ut1" name="u">
<dimension name="mass" power="1"></dimension>
</unitType>
<unit id="u1"></unit>
</unitList>

</stmml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType>
        <
xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <
xsd:any processContents="lax"/>
        </
xsd:sequence>
        <
xsd:attributeGroup ref="tit_id_conv_dictGroup"/>
    </
xsd:complexType>
</
xsd:element>


Documentation

An element to hold stmml data.

stmml holds stmml data under a single generic container. Other namespaces may be present as children. No semantics implied.

<stmml>
  <actionList>
    <action></action>
  </actionList>
  <object></object>
  <observation></observation>
<!-- ==================== DICTIONARY =========== -->
  <dictionary>
    <annotation>
      <documentation></documentation>
      <appinfo></appinfo>
    </annotation>
    <entry term="foo">
      <definition></definition>
      <alternative></alternative>
      <description></description>
      <enumeration></enumeration>
      <relatedEntry></relatedEntry>
    </entry>
  </dictionary>
<!-- =================  METADATA ================== -->
  <metadataList>
    <metadata></metadata>
  </metadataList>
<!-- =================  SCIENTIFIC UNITS ================== -->
  <unitList>
    <unitType id="ut1" name="u">
      <dimension name="mass" power="1"></dimension>
    </unitType>
    <unit id="u1"></unit>
  </unitList>
</stmml>


element stmml


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.