The Name element is the name of the measurement resource.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="Name" type="xs:token"><xs:annotation><xs:documentation>The Name element is the name of the measurement resource.</xs:documentation></xs:annotation></xs:element>
The optional Description element is a description of the measurement resource.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the measurement resource.</xs:documentation></xs:annotation></xs:element>
The optional Manufacturer element is the manufacturer of the measurement resource.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Manufacturer" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Manufacturer element is the manufacturer of the measurement resource.</xs:documentation></xs:annotation></xs:element>
The optional ModelNumber element is the identifier of a very specific type of measurement resource. There may be many measurement resources with the same ModelNumber, but they should all be identical (or nearly so).
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="ModelNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ModelNumber element is the identifier of a very specific type of measurement resource. There may be many measurement resources with the same ModelNumber, but they should all be identical (or nearly so).</xs:documentation></xs:annotation></xs:element>
The optional SerialNumber element is the serial number of the measurement resource. Measurement resources with the same ModelNumber have different SerialNumbers. The combination of ModelNumber and SerialNumber should differentiate a given measurement resource from all other measurement resources in a QIF application instance file.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="SerialNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional SerialNumber element is the serial number of the measurement resource. Measurement resources with the same ModelNumber have different SerialNumbers. The combination of ModelNumber and SerialNumber should differentiate a given measurement resource from all other measurement resources in a QIF application instance file.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Mass" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Mass element is the mass of the measurement resource.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Size" type="CartesianWorkingVolumeType" minOccurs="0"><xs:annotation><xs:documentation>The optional Size element is the size of a measurement resource. The size is defined as a box having X, Y, and Z dimensions.</xs:documentation></xs:annotation></xs:element>
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="LocationId" type="QIFReferenceType"><xs:annotation><xs:documentation>The LocationId element is the QIF id of the location of the measurement device. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the location, used for referencing.
Source
<xs:element name="Location" type="LocationType"><xs:annotation><xs:documentation>The Location element gives information about the location of the measurement resource. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The abstract MeasurementResourceBaseType is the base type for measurement resources that may be required by an action, used by a method, or referenced. Resource types can be a fixture, a carriage, a measurement device, a tool, a sensor, or a probe tip.
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="MeasurementResourceBaseType" abstract="true"><xs:annotation><xs:documentation>The abstract MeasurementResourceBaseType is the base type for measurement resources that may be required by an action, used by a method, or referenced. Resource types can be a fixture, a carriage, a measurement device, a tool, a sensor, or a probe tip.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Name" type="xs:token"><xs:annotation><xs:documentation>The Name element is the name of the measurement resource.</xs:documentation></xs:annotation></xs:element><xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the measurement resource.</xs:documentation></xs:annotation></xs:element><xs:element name="Manufacturer" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Manufacturer element is the manufacturer of the measurement resource.</xs:documentation></xs:annotation></xs:element><xs:element name="ModelNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ModelNumber element is the identifier of a very specific type of measurement resource. There may be many measurement resources with the same ModelNumber, but they should all be identical (or nearly so).</xs:documentation></xs:annotation></xs:element><xs:element name="SerialNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional SerialNumber element is the serial number of the measurement resource. Measurement resources with the same ModelNumber have different SerialNumbers. The combination of ModelNumber and SerialNumber should differentiate a given measurement resource from all other measurement resources in a QIF application instance file.</xs:documentation></xs:annotation></xs:element><xs:element name="Mass" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Mass element is the mass of the measurement resource.</xs:documentation></xs:annotation></xs:element><xs:element name="Size" type="CartesianWorkingVolumeType" minOccurs="0"><xs:annotation><xs:documentation>The optional Size element is the size of a measurement resource. The size is defined as a box having X, Y, and Z dimensions.</xs:documentation></xs:annotation></xs:element><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice of either a location or a reference to a location.</xs:documentation></xs:annotation><xs:element name="LocationId" type="QIFReferenceType"><xs:annotation><xs:documentation>The LocationId element is the QIF id of the location of the measurement device. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Location" type="LocationType"><xs:annotation><xs:documentation>The Location element gives information about the location of the measurement resource. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes that define the first axis (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the measurement resource, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the measurement resource, used for referencing.</xs:documentation></xs:annotation></xs:attribute>