Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DatumTargetType / DatumTargetLabel
Annotations
The DatumTargetLabel element is the label for the datum target which includes both the datum name and the target number, for example 'A1'.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="DatumTargetLabel" type="xs:token">
  <xs:annotation>
    <xs:documentation>The DatumTargetLabel element is the label for the datum target which includes both the datum name and the target number, for example 'A1'.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DatumTargetType / FeatureNominalId
Annotations
The optional FeatureNominalId element is the QIF id of the feature nominal on which the datum target lies.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
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="FeatureNominalId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FeatureNominalId element is the QIF id of the feature nominal on which the datum target lies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DatumTargetType / TargetZoneId
Annotations
The optional TargetZoneId element is the QIF id of the feature zone.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
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="TargetZoneId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TargetZoneId element is the QIF id of the feature zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DatumTargetType / MovableDatumTarget
Annotations
The optional MovableDatumTarget element identifies the datum target as a movable datum target and specifies the allowed direction of movement.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MovableDatumTargetDirectionType.tmp#MovableDatumTargetDirectionType_DatumTargetTranslationDirection IntermediatesPMI_xsd_Complex_Type_MovableDatumTargetDirectionType.tmp#MovableDatumTargetDirectionType
Type MovableDatumTargetDirectionType
Properties
content complex
minOccurs 0
Children DatumTargetTranslationDirection
Instance
<MovableDatumTarget xmlns="http://qifstandards.org/xsd/qif3">
  <DatumTargetTranslationDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</DatumTargetTranslationDirection>
</MovableDatumTarget>
Source
<xs:element name="MovableDatumTarget" type="MovableDatumTargetDirectionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MovableDatumTarget element identifies the datum target as a movable datum target and specifies the allowed direction of movement.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DatumTargetType
Annotations
The DatumTargetType defines a datum target definition.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_DatumTargetLabel IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_FeatureNominalId IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_TargetZoneId IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_MovableDatumTarget
Used by
Children Attributes, DatumTargetLabel, FeatureNominalId, MovableDatumTarget, TargetZoneId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the datum target definition, used for referencing.
Source
<xs:complexType name="DatumTargetType">
  <xs:annotation>
    <xs:documentation>The DatumTargetType defines a datum target definition.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DatumTargetLabel" type="xs:token">
      <xs:annotation>
        <xs:documentation>The DatumTargetLabel element is the label for the datum target which includes both the datum name and the target number, for example 'A1'.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FeatureNominalId" type="QIFReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional FeatureNominalId element is the QIF id of the feature nominal on which the datum target lies.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TargetZoneId" type="QIFReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional TargetZoneId element is the QIF id of the feature zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MovableDatumTarget" type="MovableDatumTargetDirectionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MovableDatumTarget element identifies the datum target as a movable datum target and specifies the allowed direction of movement.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the datum target definition, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute DatumTargetType / @id
Annotations
The id attribute is the QIF id of the datum target definition, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type DatumTargetType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the datum target definition, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd