Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ZoneDataType / FeatureItemId
Annotations
The FeatureItemId element is the QIF id of a feature item reference for zone data.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="FeatureItemId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The FeatureItemId element is the QIF id of a feature item reference for zone data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ZoneDataType / Bonus
Annotations
The Bonus element is the size of the bonus to the tolerance zone.
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="Bonus" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Bonus element is the size of the bonus to the tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ZoneDataType / ReferenceLength
Annotations
The ReferenceLength element is the length of the tolerance zone.
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="ReferenceLength" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The ReferenceLength element is the length of the tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ZoneDataType
Annotations
The ZoneDataType defines a tolerance zone.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ZoneDataType.tmp#ZoneDataType_FeatureItemId IntermediatesPMI_xsd_Complex_Type_ZoneDataType.tmp#ZoneDataType_Bonus IntermediatesPMI_xsd_Complex_Type_ZoneDataType.tmp#ZoneDataType_ReferenceLength
Used by
Children Bonus, FeatureItemId, ReferenceLength
Source
<xs:complexType name="ZoneDataType">
  <xs:annotation>
    <xs:documentation>The ZoneDataType defines a tolerance zone.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FeatureItemId" type="QIFReferenceType">
      <xs:annotation>
        <xs:documentation>The FeatureItemId element is the QIF id of a feature item reference for zone data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Bonus" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Bonus element is the size of the bonus to the tolerance zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferenceLength" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The ReferenceLength element is the length of the tolerance zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd