element protein
diagram proxl-xml-v1.4_diagrams/proxl-xml-v1.4_p38.png
properties
content complex
children protein_annotation
used by
element matched_proteins
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  sequence_type  required      
documentation
The amino acid sequence for this protein.
annotation
documentation
A protein found in the experiment.
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>

attribute protein/@sequence
type sequence_type
properties
use required
facets
Kind Value Annotation
pattern ([A-Z]+)
annotation
documentation
The amino acid sequence for this protein.
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>


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