<xs:complexType name="RNAFormat" abstract="false">
<xs:annotation>
<xs:documentation>The RNAFormat class is the container of RNA column definitions.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="AbstractFormat">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="states" type="RNAStates" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="char" type="RNAChar" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="CharSet"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |