simpleType link_type
type restriction of xs:string
properties
base xs:string
used by
attribute reported_peptide/@type
facets
Kind Value Annotation
enumeration crosslink
enumeration looplink
enumeration unlinked
annotation
documentation
A peptide link type must be this type, limits to 'crosslink' or 'looplink' or 'unlinked' 'unlinked means neither a crosslink nor looplink
source <xs:simpleType name="link_type">
 
<xs:annotation>
   
<xs:documentation>A peptide link type must be this type, limits to 'crosslink' or 'looplink' or 'unlinked' 'unlinked means neither a crosslink nor looplink</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="crosslink"/>
   
<xs:enumeration value="looplink"/>
   
<xs:enumeration value="unlinked"/>
 
</xs:restriction>
</xs:simpleType>


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