rail:tAngleDeg

applies as basic type for inheritance, should not be used directly because of missing unit of measure

Simple Type Information

Used By

Source

<xs:simpleType name="tAngleDeg">
  <xs:annotation>
    <xs:documentation>applies as basic type for inheritance, should not be used directly because of missing unit of measure</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="3"/>
    <xs:totalDigits value="6"/>
    <xs:minInclusive value="-360"/>
    <xs:maxInclusive value="360"/>
  </xs:restriction>
</xs:simpleType>