Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ToleranceZonePerUnitAreaType / ToleranceValuePerUnit
Annotations
The ToleranceValuePerUnit element is the tolerance value in linear units to be applied on a per unit 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 the tolerance value in linear units to be applied on a per unit area basis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ToleranceZonePerUnitAreaType / RectangularUnitArea
Annotations
The RectangularUnitArea element gives the length and width of the rectangular region over which the per-unit-area tolerance is applied.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_RectangularUnitAreaType.tmp#RectangularUnitAreaType_RectangularUnitAreaLength PrimitivesPMI_xsd_Complex_Type_RectangularUnitAreaType.tmp#RectangularUnitAreaType_RectangularUnitAreaWidth PrimitivesPMI_xsd_Complex_Type_RectangularUnitAreaType.tmp#RectangularUnitAreaType_RectangularUnitAreaOrientation PrimitivesPMI_xsd_Complex_Type_RectangularUnitAreaType.tmp#RectangularUnitAreaType
Type RectangularUnitAreaType
Properties
content complex
Children RectangularUnitAreaLength, RectangularUnitAreaOrientation, RectangularUnitAreaWidth
Instance
<RectangularUnitArea xmlns="http://qifstandards.org/xsd/qif3">
  <RectangularUnitAreaLength decimalPlaces="" linearUnit="" significantFigures="">{1,1}</RectangularUnitAreaLength>
  <RectangularUnitAreaWidth decimalPlaces="" linearUnit="" significantFigures="">{1,1}</RectangularUnitAreaWidth>
  <RectangularUnitAreaOrientation decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</RectangularUnitAreaOrientation>
</RectangularUnitArea>
Source
<xs:element name="RectangularUnitArea" type="RectangularUnitAreaType">
  <xs:annotation>
    <xs:documentation>The RectangularUnitArea element gives the length and width of the rectangular region over which the per-unit-area tolerance is applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ToleranceZonePerUnitAreaType / CircularUnitArea
Annotations
The CircularUnitArea element gives the diameter of the circular region over which the per-unit-area tolerance is applied.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_CircularUnitAreaType.tmp#CircularUnitAreaType_CircularUnitAreaDiameter PrimitivesPMI_xsd_Complex_Type_CircularUnitAreaType.tmp#CircularUnitAreaType
Type CircularUnitAreaType
Properties
content complex
Children CircularUnitAreaDiameter
Instance
<CircularUnitArea xmlns="http://qifstandards.org/xsd/qif3">
  <CircularUnitAreaDiameter decimalPlaces="" linearUnit="" significantFigures="">{1,1}</CircularUnitAreaDiameter>
</CircularUnitArea>
Source
<xs:element name="CircularUnitArea" type="CircularUnitAreaType">
  <xs:annotation>
    <xs:documentation>The CircularUnitArea element gives the diameter of the circular region over which the per-unit-area tolerance is applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ToleranceZonePerUnitAreaType
Annotations
The ToleranceZonePerUnitAreaType defines a per-unit-area tolerance. This may be used for flatness tolerance.
ASME Y14.5 - 2009 Section 5.4.2.2 DMIS 5.2 Section 6.199
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitAreaType.tmp#ToleranceZonePerUnitAreaType_ToleranceValuePerUnit IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitAreaType.tmp#ToleranceZonePerUnitAreaType_RectangularUnitArea IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitAreaType.tmp#ToleranceZonePerUnitAreaType_CircularUnitArea
Used by
Children CircularUnitArea, RectangularUnitArea, ToleranceValuePerUnit
Source
<xs:complexType name="ToleranceZonePerUnitAreaType">
  <xs:annotation>
    <xs:documentation>The ToleranceZonePerUnitAreaType defines a per-unit-area tolerance. This may be used for flatness tolerance.</xs:documentation>
    <xs:documentation>ASME Y14.5 - 2009 Section 5.4.2.2 DMIS 5.2 Section 6.199</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ToleranceValuePerUnit" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The ToleranceValuePerUnit element is the tolerance value in linear units to be applied on a per unit area basis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="RectangularUnitArea" type="RectangularUnitAreaType">
        <xs:annotation>
          <xs:documentation>The RectangularUnitArea element gives the length and width of the rectangular region over which the per-unit-area tolerance is applied.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CircularUnitArea" type="CircularUnitAreaType">
        <xs:annotation>
          <xs:documentation>The CircularUnitArea element gives the diameter of the circular region over which the per-unit-area tolerance is applied.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd