AAPolymorphicStateSet

The AAPolymorphicStateSet defines a polymorphic ambiguity mapping.

Complex Type Information

Model

Attributes

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

Used By

Source

<xs:complexType name="AAPolymorphicStateSet">
  <xs:annotation>
    <xs:documentation>The AAPolymorphicStateSet defines a polymorphic ambiguity mapping.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractPolymorphicStateSet">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="member" type="AAMapping" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="uncertain_state_set" type="AAUncertainStateSet" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="symbol" type="AAToken" use="required"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>