AAUncertainStateSet

The AAUncertainStateSet defines an uncertain ambiguity mapping.

Complex Type Information

Model

Children: member

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="AAUncertainStateSet">
  <xs:annotation>
    <xs:documentation>The AAUncertainStateSet defines an uncertain ambiguity mapping.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractUncertainStateSet">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="member" type="AAMapping" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="symbol" type="AAToken" use="required"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>