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="FirstFeature" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The FirstFeature element is a reference to a QIF feature id that may include an AsmPath.</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="SecondFeature" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The SecondFeature element is a reference to a QIF feature id that may include an AsmPath.</xs:documentation></xs:annotation></xs:element>
The optional FirstFeatureZone element is a reference to a QIF zone feature id that may include an AsmPath. This feature zone is applied to the first feature.
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="FirstFeatureZone" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional FirstFeatureZone element is a reference to a QIF zone feature id that may include an AsmPath. This feature zone is applied to the first feature.</xs:documentation></xs:annotation></xs:element>
The optional SecondFeatureZone element is a reference to a QIF zone feature id that may include an AsmPath. This feature zone is applied to the second feature.
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="SecondFeatureZone" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional SecondFeatureZone element is a reference to a QIF zone feature id that may include an AsmPath. This feature zone is applied to the second feature.</xs:documentation></xs:annotation></xs:element>
The QIFFeaturePairType defines a pair of feature references and optionally defines feature zones for either or both features. This type is used to define the two features participating in a distance between or angle between characteristic.
<xs:complexType name="QIFFeaturePairType"><xs:annotation><xs:documentation>The QIFFeaturePairType defines a pair of feature references and optionally defines feature zones for either or both features. This type is used to define the two features participating in a distance between or angle between characteristic.</xs:documentation></xs:annotation><xs:sequence><xs:element name="FirstFeature" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The FirstFeature element is a reference to a QIF feature id that may include an AsmPath.</xs:documentation></xs:annotation></xs:element><xs:element name="SecondFeature" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The SecondFeature element is a reference to a QIF feature id that may include an AsmPath.</xs:documentation></xs:annotation></xs:element><xs:element name="FirstFeatureZone" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional FirstFeatureZone element is a reference to a QIF zone feature id that may include an AsmPath. This feature zone is applied to the first feature.</xs:documentation></xs:annotation></xs:element><xs:element name="SecondFeatureZone" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional SecondFeatureZone element is a reference to a QIF zone feature id that may include an AsmPath. This feature zone is applied to the second feature.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>