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="FromPointZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The FromPointZone element is the QIF id of a point that represents the first boundary of the between zone.</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="FromCurveZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The FromCurveZone element is the QIF id of a curve that represents the first boundary of the between zone.</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="ToPointZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The ToPointZone element is the QIF id of a point that represents the second boundary of the between zone.</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="ToCurveZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The ToCurveZone element is the QIF id of a curve that represents the second boundary of the between zone.</xs:documentation></xs:annotation></xs:element>
The optional StartDirection element is the unit vector that specifies the initial direction of the tolerance zone limit going from the FromPoint to the ToPoint when the path between the two points would otherwise be ambiguous.
<xs:element name="StartDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional StartDirection element is the unit vector that specifies the initial direction of the tolerance zone limit going from the FromPoint to the ToPoint when the path between the two points would otherwise be ambiguous.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PlaneNormal" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional PlaneNormal element is the unit vector that specifies the normal of the plane in which the tolerance zone limit is defined.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneAreaBetweenType"><xs:annotation><xs:documentation>The FeatureZoneAreaBetweenType defines a feature zone as the area between two other feature zones.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FeatureZoneAreaBaseType"><xs:sequence><xs:choice><xs:element name="FromPointZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The FromPointZone element is the QIF id of a point that represents the first boundary of the between zone.</xs:documentation></xs:annotation></xs:element><xs:element name="FromCurveZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The FromCurveZone element is the QIF id of a curve that represents the first boundary of the between zone.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:choice><xs:element name="ToPointZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The ToPointZone element is the QIF id of a point that represents the second boundary of the between zone.</xs:documentation></xs:annotation></xs:element><xs:element name="ToCurveZoneId" type="QIFReferenceFullType"><xs:annotation><xs:documentation>The ToCurveZone element is the QIF id of a curve that represents the second boundary of the between zone.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:element name="StartDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional StartDirection element is the unit vector that specifies the initial direction of the tolerance zone limit going from the FromPoint to the ToPoint when the path between the two points would otherwise be ambiguous.</xs:documentation></xs:annotation></xs:element><xs:element name="PlaneNormal" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional PlaneNormal element is the unit vector that specifies the normal of the plane in which the tolerance zone limit is defined.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>