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="UserDefinedWorkingVolumeId" type="QIFReferenceType"><xs:annotation><xs:documentation>The UserDefinedWorkingVolumeId element is the id of the corresponding user defined working volume.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinFirstAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MinFirstAxis element is the starting value of the first axis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxFirstAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MaxFirstAxis element is the ending value of the first axis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinSecondAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MinSecondAxis element is the starting value of the second axis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxSecondAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MaxSecondAxis element is the ending value of the second axis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinThirdAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MinThirdAxis element is the starting value of the third axis of the effective user defined working volume.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxThirdAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MaxThirdAxis element is the ending value of the third axis of the effective user defined working volume.</xs:documentation></xs:annotation></xs:element>
Complex Type EffectiveUserDefinedWorkingVolumeType
Annotations
The EffectiveUserDefinedWorkingVolumeType defines an effective user defined working volume type. It identifies the corresponding user defined working volume and gives values for the minimum and maximum on each axis. The axes and the units for axis values are those used in the corresponding user defined working volume
<xs:complexType name="EffectiveUserDefinedWorkingVolumeType"><xs:annotation><xs:documentation>The EffectiveUserDefinedWorkingVolumeType defines an effective user defined working volume type. It identifies the corresponding user defined working volume and gives values for the minimum and maximum on each axis. The axes and the units for axis values are those used in the corresponding user defined working volume</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="EffectiveWorkingVolumeBaseType"><xs:sequence><xs:element name="UserDefinedWorkingVolumeId" type="QIFReferenceType"><xs:annotation><xs:documentation>The UserDefinedWorkingVolumeId element is the id of the corresponding user defined working volume.</xs:documentation></xs:annotation></xs:element><xs:element name="MinFirstAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MinFirstAxis element is the starting value of the first axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxFirstAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MaxFirstAxis element is the ending value of the first axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MinSecondAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MinSecondAxis element is the starting value of the second axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxSecondAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MaxSecondAxis element is the ending value of the second axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MinThirdAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MinThirdAxis element is the starting value of the third axis of the effective user defined working volume.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxThirdAxis" type="MeasuredDecimalType"><xs:annotation><xs:documentation>The MaxThirdAxis element is the ending value of the third axis of the effective user defined working volume.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>