Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PlanType / Version
Annotations
The optional Version element gives version information about the measurement plan.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_TimeCreated IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_SignOffs IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType IntermediatesPMI_xsd_Complex_Type_VersionType.tmp#VersionType_ThisInstanceQPId IntermediatesPMI_xsd_Complex_Type_VersionType.tmp#VersionType
Type VersionType
Type hierarchy
Properties
content complex
minOccurs 0
Children SignOffs, ThisInstanceQPId, TimeCreated
Instance
<Version xmlns="http://qifstandards.org/xsd/qif3">
  <TimeCreated>{0,1}</TimeCreated>
  <SignOffs n="">{0,1}</SignOffs>
  <ThisInstanceQPId>{0,1}</ThisInstanceQPId>
</Version>
Source
<xs:element name="Version" type="VersionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Version element gives version information about the measurement plan.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element PlanType / RulesUsedQPId
Annotations
The optional RulesUsedQPId element gives the QPId of the rules that were used in creating the plan. The rules may be in the same QIFDocument as the plan, or in a separate QIFDocument, or both (in which case the two sets of rules must be identical).
Diagram
Diagram Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_ItemQPId Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_DocumentQPId Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType
Type QPIdFullReferenceType
Properties
content complex
minOccurs 0
Children DocumentQPId, ItemQPId
Instance
<RulesUsedQPId xmlns="http://qifstandards.org/xsd/qif3">
  <ItemQPId>{1,1}</ItemQPId>
  <DocumentQPId>{0,unbounded}</DocumentQPId>
</RulesUsedQPId>
Source
<xs:element name="RulesUsedQPId" type="QPIdFullReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional RulesUsedQPId element gives the QPId of the rules that were used in creating the plan. The rules may be in the same QIFDocument as the plan, or in a separate QIFDocument, or both (in which case the two sets of rules must be identical).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element PlanType / RulesToUseQPId
Annotations
The optional RulesToUseQPId element gives the QPId of the rules to be used in making a more detailed plan from the plan or in generating a program from the plan (a DMIS program, for example). The rules may be in the same QIFDocument as the plan, or in a separate QIFDocument, or both (in which case the two sets of rules must be identical).
Diagram
Diagram Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_ItemQPId Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_DocumentQPId Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType
Type QPIdFullReferenceType
Properties
content complex
minOccurs 0
Children DocumentQPId, ItemQPId
Instance
<RulesToUseQPId xmlns="http://qifstandards.org/xsd/qif3">
  <ItemQPId>{1,1}</ItemQPId>
  <DocumentQPId>{0,unbounded}</DocumentQPId>
</RulesToUseQPId>
Source
<xs:element name="RulesToUseQPId" type="QPIdFullReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional RulesToUseQPId element gives the QPId of the rules to be used in making a more detailed plan from the plan or in generating a program from the plan (a DMIS program, for example). The rules may be in the same QIFDocument as the plan, or in a separate QIFDocument, or both (in which case the two sets of rules must be identical).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element PlanType / WorkInstructions
Annotations
The optional WorkInstructions element captures any instructions necessary for executing the Plan.
Diagram
Diagram QIFPlan_xsd_Complex_Type_WorkInstructionsType.tmp#WorkInstructionsType_n QIFPlan_xsd_Element_WorkInstruction.tmp#WorkInstruction QIFPlan_xsd_Complex_Type_WorkInstructionsType.tmp#WorkInstructionsType
Type WorkInstructionsType
Properties
content complex
minOccurs 0
Children WorkInstruction
Instance
<WorkInstructions n="" xmlns="http://qifstandards.org/xsd/qif3">
  <WorkInstruction id="">{1,unbounded}</WorkInstruction>
</WorkInstructions>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of work instructions in the set.
Source
<xs:element name="WorkInstructions" type="WorkInstructionsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional WorkInstructions element captures any instructions necessary for executing the Plan.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element PlanType / ActionMethods
Annotations
The optional ActionMethods element captures any action methods necessary for executing the Plan.
Diagram
Diagram QIFPlan_xsd_Complex_Type_ActionMethodsType.tmp#ActionMethodsType_n QIFPlan_xsd_Element_ActionMethod.tmp#ActionMethod QIFPlan_xsd_Complex_Type_ActionMethodsType.tmp#ActionMethodsType
Type ActionMethodsType
Properties
content complex
minOccurs 0
Children ActionMethod
Instance
<ActionMethods n="" xmlns="http://qifstandards.org/xsd/qif3">
  <ActionMethod id="">{1,unbounded}</ActionMethod>
</ActionMethods>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of action methods in the list.
Source
<xs:element name="ActionMethods" type="ActionMethodsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ActionMethods element captures any action methods necessary for executing the Plan.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element PlanType / Measurands
Annotations
The optional Measurands element captures any measurands used in the Plan.
Diagram
Diagram QIFPlan_xsd_Complex_Type_MeasurandsType.tmp#MeasurandsType_n QIFPlan_xsd_Element_Measurand.tmp#Measurand QIFPlan_xsd_Complex_Type_MeasurandsType.tmp#MeasurandsType
Type MeasurandsType
Properties
content complex
minOccurs 0
Children Measurand
Instance
<Measurands n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Measurand id="">{1,unbounded}</Measurand>
</Measurands>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of measurands in the list.
Source
<xs:element name="Measurands" type="MeasurandsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Measurands element captures any measurands used in the Plan.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element PlanType / LocalVariables
Annotations
The optional LocalVariables element declares local variables and sets their initial values.
Diagram
Diagram QIFPlan_xsd_Complex_Type_LocalVariablesType.tmp#LocalVariablesType_n QIFPlan_xsd_Complex_Type_LocalVariablesType.tmp#LocalVariablesType_Variable QIFPlan_xsd_Complex_Type_LocalVariablesType.tmp#LocalVariablesType
Type LocalVariablesType
Properties
content complex
minOccurs 0
Children Variable
Instance
<LocalVariables n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Variable>{1,unbounded}</Variable>
</LocalVariables>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of variables in the set.
Source
<xs:element name="LocalVariables" type="LocalVariablesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional LocalVariables element declares local variables and sets their initial values.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type PlanType
Annotations
The PlanType defines information about a measurement plan.
Diagram
Diagram QIFPlan_xsd_Complex_Type_PlanType.tmp#PlanType_Version QIFPlan_xsd_Complex_Type_PlanType.tmp#PlanType_RulesUsedQPId QIFPlan_xsd_Complex_Type_PlanType.tmp#PlanType_RulesToUseQPId QIFPlan_xsd_Complex_Type_PlanType.tmp#PlanType_WorkInstructions QIFPlan_xsd_Complex_Type_PlanType.tmp#PlanType_ActionMethods QIFPlan_xsd_Complex_Type_PlanType.tmp#PlanType_Measurands QIFPlan_xsd_Complex_Type_PlanType.tmp#PlanType_LocalVariables QIFPlan_xsd_Element_PlanRoot.tmp#PlanRoot
Used by
Element Plan
Children ActionMethods, LocalVariables, Measurands, PlanRoot, RulesToUseQPId, RulesUsedQPId, Version, WorkInstructions
Source
<xs:complexType name="PlanType">
  <xs:annotation>
    <xs:documentation>The PlanType defines information about a measurement plan.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Version" type="VersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Version element gives version information about the measurement plan.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RulesUsedQPId" type="QPIdFullReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional RulesUsedQPId element gives the QPId of the rules that were used in creating the plan. The rules may be in the same QIFDocument as the plan, or in a separate QIFDocument, or both (in which case the two sets of rules must be identical).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RulesToUseQPId" type="QPIdFullReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional RulesToUseQPId element gives the QPId of the rules to be used in making a more detailed plan from the plan or in generating a program from the plan (a DMIS program, for example). The rules may be in the same QIFDocument as the plan, or in a separate QIFDocument, or both (in which case the two sets of rules must be identical).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkInstructions" type="WorkInstructionsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional WorkInstructions element captures any instructions necessary for executing the Plan.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ActionMethods" type="ActionMethodsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ActionMethods element captures any action methods necessary for executing the Plan.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Measurands" type="MeasurandsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Measurands element captures any measurands used in the Plan.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LocalVariables" type="LocalVariablesType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional LocalVariables element declares local variables and sets their initial values.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="PlanRoot">
      <xs:annotation>
        <xs:documentation>The PlanRoot element gives information about the activities to be carried out in executing the measurement plan and how execution of the measurement plan is to be controlled. Structurally, the PlanRoot is at the top of an (upside down) plan tree of PlanElements. All PlanElement instances occur within the tree.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd