diagram | ![]() |
||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | mass | ||
properties |
|
||
annotation |
|
||
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> |