Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type StatsWithTolAngularType
Annotations
The StatsWithTolAngularType defines a StatsWithTolNumericalBaseType 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.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicWithTolStatsValue.tmp#NumericCharacteristicWithTolStatsValue Statistics_xsd_Complex_Type_StatsWithTolNumericalBaseType.tmp#StatsWithTolNumericalBaseType Statistics_xsd_Complex_Type_StatsWithTolAngularType.tmp#StatsWithTolAngularType_angularUnit
Type extension of StatsWithTolNumericalBaseType
Type hierarchy
Used by
Children Attributes, NumericCharacteristicWithTolStatsValue
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the unit used by StatsWithTolAngularType.
Source
<xs:complexType name="StatsWithTolAngularType">
  <xs:annotation>
    <xs:documentation>The StatsWithTolAngularType defines a StatsWithTolNumericalBaseType 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="StatsWithTolNumericalBaseType">
      <xs:attribute name="angularUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional angularUnit attribute defines the unit used by StatsWithTolAngularType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute StatsWithTolAngularType / @angularUnit
Annotations
The optional angularUnit attribute defines the unit used by StatsWithTolAngularType.
Type xs:token
Properties
content simple
Used by
Source
<xs:attribute name="angularUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional angularUnit attribute defines the unit used by StatsWithTolAngularType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd