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.
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.
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="VertexId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The optional VertexID element is a QIF id of a vertex.</xs:documentation></xs:annotation></xs:element>
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.
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.
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="PointId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The optional PointID element is the QIF id of a nominal point feature.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Point" type="PointType"><xs:annotation><xs:documentation>The Point element is the location of the point.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZonePointType"><xs:annotation><xs:documentation>The FeatureZonePointType defines a feature zone as a point.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FeatureZoneBaseType"><xs:sequence><xs:choice minOccurs="0"><xs:element name="VertexId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The optional VertexID element is a QIF id of a vertex.</xs:documentation></xs:annotation></xs:element><xs:element name="PointId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The optional PointID element is the QIF id of a nominal point feature.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:element name="Point" type="PointType"><xs:annotation><xs:documentation>The Point element is the location of the point.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>