AAStates

A container for a set of states.

Complex Type Information

Model

Attributes

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

Used By

Element AAFormat/states

Source

<xs:complexType name="AAStates">
  <xs:annotation>
    <xs:documentation>A container for a set of states.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractStates">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="Meta"/>
        <xs:element name="state" type="AAState" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="polymorphic_state_set" type="AAPolymorphicStateSet" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="uncertain_state_set" type="AAUncertainStateSet" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="set" type="StateSet" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>