diagram | ![]() |
||||||||||||||
properties |
|
||||||||||||||
children | modifications linked_positions | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | sequence_type | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |