Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element OrientationZoneShapeType / DiametricalZone
Annotations
The DiametricalZone element is present when the orientation characteristic feature control frame contains a diameter symbol modifying the tolerance value.
Diagram
Diagram Characteristics_xsd_Complex_Type_OrientationDiametricalZoneType.tmp#OrientationDiametricalZoneType_ZoneOrientationVector Characteristics_xsd_Complex_Type_OrientationDiametricalZoneType.tmp#OrientationDiametricalZoneType
Type OrientationDiametricalZoneType
Properties
content complex
Children ZoneOrientationVector
Instance
<DiametricalZone xmlns="http://qifstandards.org/xsd/qif3">
  <ZoneOrientationVector decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</ZoneOrientationVector>
</DiametricalZone>
Source
<xs:element name="DiametricalZone" type="OrientationDiametricalZoneType">
  <xs:annotation>
    <xs:documentation>The DiametricalZone element is present when the orientation characteristic feature control frame contains a diameter symbol modifying the tolerance value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element OrientationZoneShapeType / PlanarZone
Annotations
The PlanarZone element is present when the orientation characteristic feature control frame does not contain a diameter symbol modifying the tolerance value.
Diagram
Diagram Characteristics_xsd_Complex_Type_OrientationPlanarZoneType.tmp#OrientationPlanarZoneType_ZoneOrientationVector Characteristics_xsd_Complex_Type_OrientationPlanarZoneType.tmp#OrientationPlanarZoneType
Type OrientationPlanarZoneType
Properties
content complex
Children ZoneOrientationVector
Instance
<PlanarZone xmlns="http://qifstandards.org/xsd/qif3">
  <ZoneOrientationVector decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</ZoneOrientationVector>
</PlanarZone>
Source
<xs:element name="PlanarZone" type="OrientationPlanarZoneType">
  <xs:annotation>
    <xs:documentation>The PlanarZone element is present when the orientation characteristic feature control frame does not contain a diameter symbol modifying the tolerance value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type OrientationZoneShapeType
Annotations
The OrientationZoneShapeType defines the shape of a tolerance zone for an orientation characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_OrientationZoneShapeType.tmp#OrientationZoneShapeType_DiametricalZone Characteristics_xsd_Complex_Type_OrientationZoneShapeType.tmp#OrientationZoneShapeType_PlanarZone
Used by
Children DiametricalZone, PlanarZone
Source
<xs:complexType name="OrientationZoneShapeType">
  <xs:annotation>
    <xs:documentation>The OrientationZoneShapeType defines the shape of a tolerance zone for an orientation characteristic.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>This compositor provides a choice between a diametrical tolerance zone shape and a non-diametrical tolerance zone shape.</xs:documentation>
    </xs:annotation>
    <xs:element name="DiametricalZone" type="OrientationDiametricalZoneType">
      <xs:annotation>
        <xs:documentation>The DiametricalZone element is present when the orientation characteristic feature control frame contains a diameter symbol modifying the tolerance value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PlanarZone" type="OrientationPlanarZoneType">
      <xs:annotation>
        <xs:documentation>The PlanarZone element is present when the orientation characteristic feature control frame does not contain a diameter symbol modifying the tolerance value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd