Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CharacteristicManufacturingProcessGroupType / ManufacturingProcessId
Annotations
The optional ManufacturingProcessId element is a reference to the traceability information for process used to manufacture this group of characteristics.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for process used to manufacture this group of characteristics.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicManufacturingProcessGroupType
Annotations
The CharacteristicManufacturingProcessGroupType defines a group of characteristics associated with a particular manufacturing process.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_id Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_CharacteristicItemIds Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Description Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Name Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_TransformId Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Units Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Scale Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType Characteristics_xsd_Complex_Type_CharacteristicManufacturingProcessGroupType.tmp#CharacteristicManufacturingProcessGroupType_ManufacturingProcessId
Type extension of CharacteristicGroupType
Type hierarchy
Used by
Children Attributes, CharacteristicItemIds, Description, ManufacturingProcessId, Name, Scale, TransformId, Units
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic group, used for referencing.
Source
<xs:complexType name="CharacteristicManufacturingProcessGroupType">
  <xs:annotation>
    <xs:documentation>The CharacteristicManufacturingProcessGroupType defines a group of characteristics associated with a particular manufacturing process.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicGroupType">
      <xs:sequence>
        <xs:element name="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for process used to manufacture this group of characteristics.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd