<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>
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: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>
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: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>
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>
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>
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>
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>
<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>