diagram | ![]() |
||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | mass | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="mass" type="mass" use="required"> <xs:annotation> <xs:documentation>The mass of the modification.</xs:documentation> </xs:annotation> </xs:attribute> |
type | peptide_position | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | xs:boolean | ||
annotation |
|
||
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> |