<xs:complexType name="RestrictionChar">
<xs:annotation>
<xs:documentation>A concrete implementation of the char element, which requires a unique identifier and a state set reference.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="AbstractChar">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="Meta"/>
</xs:sequence>
<xs:attribute name="tokens" type="MSTokenLength" use="prohibited"/>
<xs:attribute name="states" type="xs:IDREF" use="required"/>
<xs:attribute name="codon" type="CodonPosition" use="prohibited"/>
<xs:attribute name="id" type="xs:ID" use="required"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |