rail:tAngleDegQuadrant

generic type for angle values measured in degree, allowing 0 ... +90

Simple Type Information

Used By

Source

<xs:simpleType name="tAngleDegQuadrant">
  <xs:annotation>
    <xs:documentation>generic type for angle values measured in degree, allowing 0 ... +90</xs:documentation>
  </xs:annotation>
  <xs:restriction base="rail:tAngleDeg">
    <xs:minExclusive value="0"/>
    <xs:maxInclusive value="90"/>
  </xs:restriction>
</xs:simpleType>