simpleType peptide_position
type restriction of xs:positiveInteger
properties
base xs:positiveInteger
used by
attributes modification/@position linked_position/@position
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
A position in a peptide, where 1 is the first position.
source <xs:simpleType name="peptide_position">
 
<xs:annotation>
   
<xs:documentation>A position in a peptide, where 1 is the first position.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:positiveInteger">
   
<xs:minInclusive value="1"/>
 
</xs:restriction>
</xs:simpleType>


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