<xsd:element name="stmml" id="el.stmml">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An element to hold stmml data.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:tt>stmml</h:tt> holds stmml data under a single
generic container. Other namespaces may be present as children.
No semantics implied.</h:div>
<h:div class="example" href="stmml1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<!--
<h:div class="example" href="bad.stmml.xml">
<h:p>Note attribute (mistake) not in schema</h:p></h:div>
<h:div class="example" href="bad.stmml2.xml">
<h:p>Note bad name</h:p></h:div>
-->
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:any processContents="lax" />
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|