Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type CriterionAngularType
Annotations
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.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_Limit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_NumberAllowedExceptions Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_ExtremeLimit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType Statistics_xsd_Complex_Type_CriterionAngularType.tmp#CriterionAngularType_angularUnit
Type extension of CriterionDecimalType
Type hierarchy
Used by
Children ExtremeLimit, Limit, NumberAllowedExceptions
Attributes
QName Type Use Annotation
angularUnit xs:token optional
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute CriterionAngularType / @angularUnit
Annotations
The optional angularUnit attribute defines the unit name for the CriterionAngularType.
Type xs:token
Properties
content simple
Used by
Complex Type CriterionAngularType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd