AbstractState

The AbstractState type is the super-class for a state definition.
The element has a required symbol attribute that in restricted concrete
subclasses must be of a sensible type such as a single IUPAC character. It may
enclose zero or more AbstractMapping elements to resolve ambiguities.

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
symbol required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Wildcard: ANY attribute from ANY namespace

Used By

Source

<xs:complexType name="AbstractState" abstract="true">
  <xs:annotation>
    <xs:documentation>The AbstractState type is the super-class for a state definition. The element has a required symbol attribute that in restricted concrete subclasses must be of a sensible type such as a single IUPAC character. It may enclose zero or more AbstractMapping elements to resolve ambiguities.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="IDTagged">
      <xs:sequence minOccurs="1" maxOccurs="1">
      </xs:sequence>
      <xs:attribute name="symbol" type="xs:anySimpleType" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>