The MeasuredAngularValueType is an MeasuredDecimalType with an optional angularUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when an angle value is given, the unit type is the AngularUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and radians if not.
<xs:complexType name="MeasuredAngularValueType"><xs:annotation><xs:documentation>The MeasuredAngularValueType is an MeasuredDecimalType with an optional angularUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when an angle value is given, the unit type is the AngularUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and radians if not.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="MeasuredDecimalType"><xs:attribute name="angularUnit" type="xs:token"><xs:annotation><xs:documentation>The optional angularUnit attribute defines the unit used by MeasuredAngularValueType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="angularUnit" type="xs:token"><xs:annotation><xs:documentation>The optional angularUnit attribute defines the unit used by MeasuredAngularValueType.</xs:documentation></xs:annotation></xs:attribute>