SlopeDifficultyCodeType

Simple Type Information

Used By

Source

<xs:simpleType name="SlopeDifficultyCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="1-Green"/>
    <xs:enumeration value="2-Blue"/>
    <xs:enumeration value="3-Red"/>
    <xs:enumeration value="4-Black"/>
  </xs:restriction>
</xs:simpleType>