Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type CriterionUserDefinedUnitType
Annotations
The CriterionUserDefinedUnitType defines a CriterionDecimalType with user defined units that are not available in another criterion type. In particular this type is not to be used to define a criterion with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.
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_CriterionUserDefinedUnitType.tmp#CriterionUserDefinedUnitType_unitName
Type extension of CriterionDecimalType
Type hierarchy
Used by
Children ExtremeLimit, Limit, NumberAllowedExceptions
Attributes
QName Type Use Annotation
unitName xs:token required
The required unitName attribute is the unit name for the CriterionUserDefinedUnitType.
Source
<xs:complexType name="CriterionUserDefinedUnitType">
  <xs:annotation>
    <xs:documentation>The CriterionUserDefinedUnitType defines a CriterionDecimalType with user defined units that are not available in another criterion type. In particular this type is not to be used to define a criterion with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CriterionDecimalType">
      <xs:attribute name="unitName" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The required unitName attribute is the unit name for the CriterionUserDefinedUnitType.</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 CriterionUserDefinedUnitType / @unitName
Annotations
The required unitName attribute is the unit name for the CriterionUserDefinedUnitType.
Type xs:token
Properties
use required
Used by
Source
<xs:attribute name="unitName" type="xs:token" use="required">
  <xs:annotation>
    <xs:documentation>The required unitName attribute is the unit name for the CriterionUserDefinedUnitType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd