<xsd:simpleType name="xmlElementType" id="st.xmlElementType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The name of an XMLElement.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>(Distinguish from a chemical element as in elementTypeType).
Currently used for assigning XMLElement types to references (e.g. to='a1' toType='atom').
Semantics are not controlled and in principle elements outside the CML tagSet
could be used. Implementers cannot assume that namespace prefixes can be resolved
and default usage is probably the local name.</h:p>
</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="refType" />
</xsd:simpleType>
|