xmlElementType

<h:div class="summary">The name of an XMLElement.</h:div>
<h:div class="description">
  <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>

Simple Type Information

Used By

Source

<xsd:simpleType name="xmlElementType" id="st.xmlElementType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The name of an XMLElement.</h:div>
      <h:div class="description">
        <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>