rail:tAngleDegFullCircle

generic type for angle values measured in degree, allowing -180 ... +180

Simple Type Information

Used By

Source

<xs:simpleType name="tAngleDegFullCircle">
  <xs:annotation>
    <xs:documentation>generic type for angle values measured in degree, allowing -180 ... +180</xs:documentation>
  </xs:annotation>
  <xs:restriction base="rail:tAngleDeg">
    <xs:minInclusive value="-180"/>
    <xs:maxInclusive value="180"/>
  </xs:restriction>
</xs:simpleType>