<xs:complexType name="StandardStates">
<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="StandardState" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="polymorphic_state_set" type="StandardPolymorphicStateSet" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="uncertain_state_set" type="StandardUncertainStateSet" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="set" type="StateSet" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |