CodonPosition

The CodonPosition type is an integer with value 1, 2 or 3, used in DNA and RNA.

Simple Type Information

Used By

Source

<xs:simpleType name="CodonPosition">
  <xs:annotation>
    <xs:documentation>The CodonPosition type is an integer with value 1, 2 or 3, used in DNA and RNA.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:nonNegativeInteger">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="3"/>
  </xs:restriction>
</xs:simpleType>