Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ActionBaseType / PreferredActionMethodId
Annotations
The optional PreferredActionMethodId element is the QIF id of the preferred action method applicable to the action being executed.
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="PreferredActionMethodId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional PreferredActionMethodId element is the QIF id of the preferred action method applicable to the action being executed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element ActionBaseType / AlternativeActionMethodIds
Annotations
The optional AlternativeActionMethodIds element captures any possible alternative action methods applicable to the action being executed.
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
<AlternativeActionMethodIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</AlternativeActionMethodIds>
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="AlternativeActionMethodIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional AlternativeActionMethodIds element captures any possible alternative action methods applicable to the action being executed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element ActionBaseType / PreferredResourceIds
Annotations
The optional PreferredResourceIds element gives the QIF ids of resources preferred to perform the action, for example, one of the Fixtures in the MeasurementResources in the Plan.
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
<PreferredResourceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</PreferredResourceIds>
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="PreferredResourceIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional PreferredResourceIds element gives the QIF ids of resources preferred to perform the action, for example, one of the Fixtures in the MeasurementResources in the Plan.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type ActionBaseType
Annotations
The ActionBaseType is the abstract base type that defines an action to be carried out.
Diagram
Diagram QIFPlan_xsd_Complex_Type_PlanElementBaseType.tmp#PlanElementBaseType_WorkInstructionIds Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_PlanElementBaseType.tmp#PlanElementBaseType QIFPlan_xsd_Complex_Type_ActionBaseType.tmp#ActionBaseType_PreferredActionMethodId QIFPlan_xsd_Complex_Type_ActionBaseType.tmp#ActionBaseType_AlternativeActionMethodIds QIFPlan_xsd_Complex_Type_ActionBaseType.tmp#ActionBaseType_PreferredResourceIds
Type extension of PlanElementBaseType
Type hierarchy
Properties
abstract true
Used by
Children AlternativeActionMethodIds, Attributes, PreferredActionMethodId, PreferredResourceIds, WorkInstructionIds
Source
<xs:complexType name="ActionBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The ActionBaseType is the abstract base type that defines an action to be carried out.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PlanElementBaseType">
      <xs:sequence>
        <xs:element name="PreferredActionMethodId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional PreferredActionMethodId element is the QIF id of the preferred action method applicable to the action being executed.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="AlternativeActionMethodIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional AlternativeActionMethodIds element captures any possible alternative action methods applicable to the action being executed.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PreferredResourceIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional PreferredResourceIds element gives the QIF ids of resources preferred to perform the action, for example, one of the Fixtures in the MeasurementResources in the Plan.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd