element static_modification
diagram proxl-xml-v1.4_diagrams/proxl-xml-v1.4_p57.png
properties
content complex
used by
element static_modifications
attributes
Name  Type  Use  Default  Fixed  Annotation
amino_acid  derived by: xs:string  required      
documentation
The one-letter code for the amino acid with the static modification.
mass_change  mass  required      
documentation
The mass shift applied to all instances of the above amino acid.
annotation
documentation
A mass shift that is always applied to the given amino acid when calculating theoretical peptide or ion masses
source <xs:element name="static_modification">
 
<xs:annotation>
   
<xs:documentation>A mass shift that is always applied to the given amino acid when calculating theoretical peptide or ion masses</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="amino_acid" use="required">
     
<xs:annotation>
       
<xs:documentation>The one-letter code for the amino acid with the static modification.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:length value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="mass_change" type="mass" use="required">
     
<xs:annotation>
       
<xs:documentation>The mass shift applied to all instances of the above amino acid.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute static_modification/@amino_acid
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
length 1
annotation
documentation
The one-letter code for the amino acid with the static modification.
source <xs:attribute name="amino_acid" use="required">
 
<xs:annotation>
   
<xs:documentation>The one-letter code for the amino acid with the static modification.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute static_modification/@mass_change
type mass
properties
use required
annotation
documentation
The mass shift applied to all instances of the above amino acid.
source <xs:attribute name="mass_change" type="mass" use="required">
 
<xs:annotation>
   
<xs:documentation>The mass shift applied to all instances of the above amino acid.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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