simpleType sequence_type
type restriction of xs:string
properties
base xs:string
used by
attributes peptide/@sequence protein/@sequence
facets
Kind Value Annotation
pattern ([A-Z]+)
annotation
documentation
Reported sequence strings must be of this type, includes only amino acid sequence
source <xs:simpleType name="sequence_type">
 
<xs:annotation>
   
<xs:documentation>Reported sequence strings must be of this type, includes only amino acid sequence</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="([A-Z]+)"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy