element modification
diagram proxl-xml-v1.4_diagrams/proxl-xml-v1.4_p32.png
properties
content complex
used by
element modifications
attributes
Name  Type  Use  Default  Fixed  Annotation
mass  mass  required      
documentation
The mass of the modification.
position  peptide_position  required      
documentation
The position in the peptide (starting at 1) of the modification.
isMonolink  xs:boolean        
documentation
If this modification is a monolink, this is set to "true"
annotation
documentation
A mass modification of a residue. E.g., a PTM
source <xs:element name="modification">
 
<xs:annotation>
   
<xs:documentation>A mass modification of a residue. E.g., a PTM</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="mass" type="mass" use="required">
     
<xs:annotation>
       
<xs:documentation>The mass of the modification.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="position" type="peptide_position" use="required">
     
<xs:annotation>
       
<xs:documentation>The position in the peptide (starting at 1) of the modification.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="isMonolink" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>If this modification is a monolink, this is set to "true"</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute modification/@mass
type mass
properties
use required
annotation
documentation
The mass of the modification.
source <xs:attribute name="mass" type="mass" use="required">
 
<xs:annotation>
   
<xs:documentation>The mass of the modification.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute modification/@position
type peptide_position
properties
use required
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
The position in the peptide (starting at 1) of the modification.
source <xs:attribute name="position" type="peptide_position" use="required">
 
<xs:annotation>
   
<xs:documentation>The position in the peptide (starting at 1) of the modification.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute modification/@isMonolink
type xs:boolean
annotation
documentation
If this modification is a monolink, this is set to "true"
source <xs:attribute name="isMonolink" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>If this modification is a monolink, this is set to "true"</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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