| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |