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