Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PlanElementBaseType / WorkInstructionIds
Annotations
The optional WorkInstructionIds element gives the QIF ids of work instructions required to execute the plan element.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<WorkInstructionIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</WorkInstructionIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="WorkInstructionIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional WorkInstructionIds element gives the QIF ids of work instructions required to execute the plan element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type PlanElementBaseType
Annotations
The PlanElementBaseType defines the abstract base type that defines plan element types. Plan elements are of two types: actions and action groups.
Diagram
Diagram QIFPlan_xsd_Complex_Type_PlanElementBaseType.tmp#PlanElementBaseType_WorkInstructionIds Primitives_xsd_Element_Attributes.tmp#Attributes
Properties
abstract true
Used by
Children Attributes, WorkInstructionIds
Source
<xs:complexType name="PlanElementBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The PlanElementBaseType defines the abstract base type that defines plan element types. Plan elements are of two types: actions and action groups.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="WorkInstructionIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional WorkInstructionIds element gives the QIF ids of work instructions required to execute the plan element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd