Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ToleranceZonePerUnitAngleType / ToleranceValuePerUnit
Annotations
The ToleranceValuePerUnit element is a tolerance value in linear units to be applied on a per unit angle basis.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="ToleranceValuePerUnit" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The ToleranceValuePerUnit element is a tolerance value in linear units to be applied on a per unit angle basis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ToleranceZonePerUnitAngleType / UnitAngle
Annotations
The UnitAngle element is the angle in angular units over which the per-unit-angle tolerance is applied.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="UnitAngle" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The UnitAngle element is the angle in angular units over which the per-unit-angle tolerance is applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ToleranceZonePerUnitAngleType
Annotations
The ToleranceZonePerUnitAngleType defines a per-unit-angle tolerance.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitAngleType.tmp#ToleranceZonePerUnitAngleType_ToleranceValuePerUnit IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitAngleType.tmp#ToleranceZonePerUnitAngleType_UnitAngle
Used by
Children ToleranceValuePerUnit, UnitAngle
Source
<xs:complexType name="ToleranceZonePerUnitAngleType">
  <xs:annotation>
    <xs:documentation>The ToleranceZonePerUnitAngleType defines a per-unit-angle tolerance.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ToleranceValuePerUnit" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The ToleranceValuePerUnit element is a tolerance value in linear units to be applied on a per unit angle basis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitAngle" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The UnitAngle element is the angle in angular units over which the per-unit-angle tolerance is applied.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd