Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ActionMethodBaseType / ChosenResourceIds
Annotations
The optional ChosenResourceIds element gives the QIF ids of resources to be used to perform the method, for example, one of the Fixtures in the MeasurementResources in the Plan. The resources identified in this element by an instance of ActionMethodBaseType may be the same as or different from resources identified by the PreferredResourcesIds element of an instance of ActionBaseType that contains the ActionMethodBaseType instance.
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
<ChosenResourceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</ChosenResourceIds>
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="ChosenResourceIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ChosenResourceIds element gives the QIF ids of resources to be used to perform the method, for example, one of the Fixtures in the MeasurementResources in the Plan. The resources identified in this element by an instance of ActionMethodBaseType may be the same as or different from resources identified by the PreferredResourcesIds element of an instance of ActionBaseType that contains the ActionMethodBaseType instance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element ActionMethodBaseType / WorkInstructionIds
Annotations
The optional WorkInstructionIds element gives the QIF ids of work instructions required to perform the action method.
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 perform the action method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type ActionMethodBaseType
Annotations
The ActionMethodBaseType is the abstract base type that defines an action method. An action method describes how an action is to be performed. An action method will be a strategy or a set of parameters for the action (such as a search distance).
Diagram
Diagram QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_id QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_ChosenResourceIds QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_WorkInstructionIds Primitives_xsd_Element_Attributes.tmp#Attributes
Properties
abstract true
Used by
Children Attributes, ChosenResourceIds, WorkInstructionIds
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the action method, used for referencing.
Source
<xs:complexType name="ActionMethodBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The ActionMethodBaseType is the abstract base type that defines an action method. An action method describes how an action is to be performed. An action method will be a strategy or a set of parameters for the action (such as a search distance).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ChosenResourceIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ChosenResourceIds element gives the QIF ids of resources to be used to perform the method, for example, one of the Fixtures in the MeasurementResources in the Plan. The resources identified in this element by an instance of ActionMethodBaseType may be the same as or different from resources identified by the PreferredResourcesIds element of an instance of ActionBaseType that contains the ActionMethodBaseType instance.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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 perform the action method.</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:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the action method, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Attribute ActionMethodBaseType / @id
Annotations
The id attribute is the QIF id of the action method, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type ActionMethodBaseType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the action method, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd