The optional Job element is the job number for the manufacturing process.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Job" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Job element is the job number for the manufacturing process.</xs:documentation></xs:annotation></xs:element>
The optional Revision element is the revision number of the manufacturing process (NC cutter tape for example).
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Revision" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Revision element is the revision number of the manufacturing process (NC cutter tape for example).</xs:documentation></xs:annotation></xs:element>
The optional PreviousOperationId element identifies an instance of ManufacturingProcessTraceabilityType giving the manufacturing process traceability information for the previous manufacturing operation.
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="PreviousOperationId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional PreviousOperationId element identifies an instance of ManufacturingProcessTraceabilityType giving the manufacturing process traceability information for the previous manufacturing operation.</xs:documentation></xs:annotation></xs:element>
The optional Path element gives the physical route used in a manufacturing process, e.g. "Line 3/Drilling machine #7/Spindle #2".
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Path" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Path element gives the physical route used in a manufacturing process, e.g. "Line 3/Drilling machine #7/Spindle #2".</xs:documentation></xs:annotation></xs:element>
The optional MachineManufacturerName element is the name of the company manufacturing the machine tool used in the process.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="MachineManufacturerName" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional MachineManufacturerName element is the name of the company manufacturing the machine tool used in the process.</xs:documentation></xs:annotation></xs:element>
The optional MachineIdentifier element is the identifier for the machine tool used in the process.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="MachineIdentifier" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional MachineIdentifier element is the identifier for the machine tool used in the process.</xs:documentation></xs:annotation></xs:element>
The optional OperatorIdentifier element gives an identifier for the person operating the machine tool used in the process.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="OperatorIdentifier" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional OperatorIdentifier element gives an identifier for the person operating the machine tool used in the process.</xs:documentation></xs:annotation></xs:element>
The optional Shift element gives the shift in which this manufacturing process took place.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Shift" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Shift element gives the shift in which this manufacturing process took place.</xs:documentation></xs:annotation></xs:element>
The optional Department element is the name of the department undertaking the manufacturing process.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Department" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Department element is the name of the department undertaking the manufacturing process.</xs:documentation></xs:annotation></xs:element>
The optional ResponsibilityIdentifier element gives an identifier for the entity responsible for this manufacturing process.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="ResponsibilityIdentifier" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ResponsibilityIdentifier element gives an identifier for the entity responsible for this manufacturing process.</xs:documentation></xs:annotation></xs:element>
The optional PlantSector element is the plant sector in which the manufacturing process takes place.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="PlantSector" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional PlantSector element is the plant sector in which the manufacturing process takes place.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of parameters in the list.
Source
<xs:element name="ProcessParameters" type="ProcessParametersType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProcessParameters element gives the type and value of process parameters used in the manufacturing process.</xs:documentation></xs:annotation></xs:element>
The optional AssociatedTraceabilityId element identifies an instance of ManufacturingProcessTraceabilityType giving manufacturing process traceability information associated with this manufacturing operation. Some traceability information like Department and PlantSector can apply to many items; this sort of data can be stored in one instance and referenced by other traceability instances.
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="AssociatedTraceabilityId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional AssociatedTraceabilityId element identifies an instance of ManufacturingProcessTraceabilityType giving manufacturing process traceability information associated with this manufacturing operation. Some traceability information like Department and PlantSector can apply to many items; this sort of data can be stored in one instance and referenced by other traceability instances.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the manufacturing process traceability, used for referencing.
Source
<xs:complexType name="ManufacturingProcessTraceabilityType"><xs:annotation><xs:documentation>The ManufacturingProcessTraceabilityType defines traceability information for a manufacturing process.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element><xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element gives the manufacturing process.</xs:documentation></xs:annotation></xs:element><xs:element name="Job" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Job element is the job number for the manufacturing process.</xs:documentation></xs:annotation></xs:element><xs:element name="Revision" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Revision element is the revision number of the manufacturing process (NC cutter tape for example).</xs:documentation></xs:annotation></xs:element><xs:element name="PreviousOperationId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional PreviousOperationId element identifies an instance of ManufacturingProcessTraceabilityType giving the manufacturing process traceability information for the previous manufacturing operation.</xs:documentation></xs:annotation></xs:element><xs:element name="Path" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Path element gives the physical route used in a manufacturing process, e.g. "Line 3/Drilling machine #7/Spindle #2".</xs:documentation></xs:annotation></xs:element><xs:element name="MachineManufacturerName" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional MachineManufacturerName element is the name of the company manufacturing the machine tool used in the process.</xs:documentation></xs:annotation></xs:element><xs:element name="MachineIdentifier" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional MachineIdentifier element is the identifier for the machine tool used in the process.</xs:documentation></xs:annotation></xs:element><xs:element name="OperatorIdentifier" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional OperatorIdentifier element gives an identifier for the person operating the machine tool used in the process.</xs:documentation></xs:annotation></xs:element><xs:element name="Shift" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Shift element gives the shift in which this manufacturing process took place.</xs:documentation></xs:annotation></xs:element><xs:element name="Department" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Department element is the name of the department undertaking the manufacturing process.</xs:documentation></xs:annotation></xs:element><xs:element name="ResponsibilityIdentifier" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ResponsibilityIdentifier element gives an identifier for the entity responsible for this manufacturing process.</xs:documentation></xs:annotation></xs:element><xs:element name="PlantSector" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional PlantSector element is the plant sector in which the manufacturing process takes place.</xs:documentation></xs:annotation></xs:element><xs:element name="ProcessParameters" type="ProcessParametersType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProcessParameters element gives the type and value of process parameters used in the manufacturing process.</xs:documentation></xs:annotation></xs:element><xs:element name="AssociatedTraceabilityId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional AssociatedTraceabilityId element identifies an instance of ManufacturingProcessTraceabilityType giving manufacturing process traceability information associated with this manufacturing operation. Some traceability information like Department and PlantSector can apply to many items; this sort of data can be stored in one instance and referenced by other traceability instances.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the manufacturing process traceability, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the manufacturing process traceability, used for referencing.</xs:documentation></xs:annotation></xs:attribute>