Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ToleranceZonePerUnitLengthType / ToleranceValuePerUnit
Annotations
The ToleranceValuePerUnit element is a tolerance value in linear units to be applied on a per unit length 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 length basis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ToleranceZonePerUnitLengthType / UnitLength
Annotations
The UnitLength element is the length in linear units over which the per-unit-length 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_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-length tolerance is applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ToleranceZonePerUnitLengthType
Annotations
The ToleranceZonePerUnitLengthType defines a per-unit-length tolerance.
ASME Y14.5 - 2009 Section 5.4.1.3, Figure 5-4, Figure 5-5
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitLengthType.tmp#ToleranceZonePerUnitLengthType_ToleranceValuePerUnit IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitLengthType.tmp#ToleranceZonePerUnitLengthType_UnitLength
Used by
Children ToleranceValuePerUnit, UnitLength
Source
<xs:complexType name="ToleranceZonePerUnitLengthType">
  <xs:annotation>
    <xs:documentation>The ToleranceZonePerUnitLengthType defines a per-unit-length tolerance.</xs:documentation>
    <xs:documentation>ASME Y14.5 - 2009 Section 5.4.1.3, Figure 5-4, Figure 5-5</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 length basis.</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-length 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