Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ToleranceZonePerUnitPolarAreaType / ToleranceValuePerUnit
Annotations
The ToleranceValuePerUnit element is a tolerance value in linear units to be applied on a per-unit-polar-area 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-polar-area basis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ToleranceZonePerUnitPolarAreaType / UnitAngle
Annotations
The UnitAngle element is the angle in angular units over which the per-unit-polar-area 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-polar-area tolerance is applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ToleranceZonePerUnitPolarAreaType / UnitLength
Annotations
The UnitLength element is the length in linear units over which the per-unit-polar-area 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_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="UnitLength" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The UnitLength element is the length in linear units over which the per-unit-polar-area is applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ToleranceZonePerUnitPolarAreaType
Annotations
The ToleranceZonePerUnitPolarAreaType defines a per-unit-polar-area tolerance. An angle and a length together define a cylindrical segment shaped zone over which the tolerance value applies.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitPolarAreaType.tmp#ToleranceZonePerUnitPolarAreaType_ToleranceValuePerUnit IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitPolarAreaType.tmp#ToleranceZonePerUnitPolarAreaType_UnitAngle IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitPolarAreaType.tmp#ToleranceZonePerUnitPolarAreaType_UnitLength
Used by
Children ToleranceValuePerUnit, UnitAngle, UnitLength
Source
<xs:complexType name="ToleranceZonePerUnitPolarAreaType">
  <xs:annotation>
    <xs:documentation>The ToleranceZonePerUnitPolarAreaType defines a per-unit-polar-area tolerance. An angle and a length together define a cylindrical segment shaped zone over which the tolerance value applies.</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-polar-area 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-polar-area tolerance is applied.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitLength" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The UnitLength element is the length in linear units over which the per-unit-polar-area is applied.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd