element peptide
diagram proxl-xml-v1.4_diagrams/proxl-xml-v1.4_p36.png
properties
content complex
children modifications linked_positions
used by
element peptides
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  sequence_type  required      
documentation
The sequence of the peptide, without any special characters.
annotation
documentation
A peptide parsed from the reported peptide.
source <xs:element name="peptide">
 
<xs:annotation>
   
<xs:documentation>A peptide parsed from the reported peptide.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="modifications" minOccurs="0"/>
     
<xs:element ref="linked_positions" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>The list of linked positions in a peptide. Do not include monolinks here, they are listed as modifications in the modifications element. Only list looplinked and crosslinked positions.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="sequence" type="sequence_type" use="required">
     
<xs:annotation>
       
<xs:documentation>The sequence of the peptide, without any special characters.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute peptide/@sequence
type sequence_type
properties
use required
facets
Kind Value Annotation
pattern ([A-Z]+)
annotation
documentation
The sequence of the peptide, without any special characters.
source <xs:attribute name="sequence" type="sequence_type" use="required">
 
<xs:annotation>
   
<xs:documentation>The sequence of the peptide, without any special characters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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