diagram | ![]() |
||||||||||||||
properties |
|
||||||||||||||
children | protein_annotation | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="protein"> <xs:annotation> <xs:documentation>A protein found in the experiment.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="protein_annotation" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Annotations for this sequence from the sequence database used to search the data. Since there may be multiple annotations for a single sequence (as separated by control-A characters in a FASTA file), each annotation should appear hear associated with a single protein.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="sequence" type="sequence_type" use="required"> <xs:annotation> <xs:documentation>The amino acid sequence for this protein.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | sequence_type | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="sequence" type="sequence_type" use="required"> <xs:annotation> <xs:documentation>The amino acid sequence for this protein.</xs:documentation> </xs:annotation> </xs:attribute> |