Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ManufacturingProcessTraceabilitiesType / ManufacturingProcessTraceability
Annotations
Each ManufacturingProcessTraceability element gives traceability information for a manufacturing process.
Diagram
Diagram Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_id Primitives_xsd_Element_Attributes.tmp#Attributes Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_Description Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_Job Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_Revision Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_PreviousOperationId Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_Path Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_MachineManufacturerName Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_MachineIdentifier Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_OperatorIdentifier Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_Shift Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_Department Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_ResponsibilityIdentifier Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_PlantSector Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_ProcessParameters Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType_AssociatedTraceabilityId Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilityType.tmp#ManufacturingProcessTraceabilityType
Type ManufacturingProcessTraceabilityType
Properties
content complex
maxOccurs unbounded
Children AssociatedTraceabilityId, Attributes, Department, Description, Job, MachineIdentifier, MachineManufacturerName, OperatorIdentifier, Path, PlantSector, PreviousOperationId, ProcessParameters, ResponsibilityIdentifier, Revision, Shift
Instance
<ManufacturingProcessTraceability id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Description>{0,1}</Description>
  <Job>{0,1}</Job>
  <Revision>{0,1}</Revision>
  <PreviousOperationId xId="">{0,1}</PreviousOperationId>
  <Path>{0,1}</Path>
  <MachineManufacturerName>{0,1}</MachineManufacturerName>
  <MachineIdentifier>{0,1}</MachineIdentifier>
  <OperatorIdentifier>{0,1}</OperatorIdentifier>
  <Shift>{0,1}</Shift>
  <Department>{0,1}</Department>
  <ResponsibilityIdentifier>{0,1}</ResponsibilityIdentifier>
  <PlantSector>{0,1}</PlantSector>
  <ProcessParameters n="">{0,1}</ProcessParameters>
  <AssociatedTraceabilityId xId="">{0,1}</AssociatedTraceabilityId>
</ManufacturingProcessTraceability>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the manufacturing process traceability, used for referencing.
Source
<xs:element name="ManufacturingProcessTraceability" type="ManufacturingProcessTraceabilityType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each ManufacturingProcessTraceability element gives traceability information for a manufacturing process.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Complex Type ManufacturingProcessTraceabilitiesType
Annotations
The ManufacturingProcessTraceabilitiesType defines a list of manufacturing traceabilities that can be referenced by their QIF Id.
Diagram
Diagram Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilitiesType.tmp#ManufacturingProcessTraceabilitiesType_n Traceability_xsd_Complex_Type_ManufacturingProcessTraceabilitiesType.tmp#ManufacturingProcessTraceabilitiesType_ManufacturingProcessTraceability
Used by
Children ManufacturingProcessTraceability
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of manufacturing traceabilities in the list.
Source
<xs:complexType name="ManufacturingProcessTraceabilitiesType">
  <xs:annotation>
    <xs:documentation>The ManufacturingProcessTraceabilitiesType defines a list of manufacturing traceabilities that can be referenced by their QIF Id.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ManufacturingProcessTraceability" type="ManufacturingProcessTraceabilityType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ManufacturingProcessTraceability element gives traceability information for a manufacturing process.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of manufacturing traceabilities in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Attribute ManufacturingProcessTraceabilitiesType / @n
Annotations
The required n attribute is the number of manufacturing traceabilities in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of manufacturing traceabilities in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd