Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element ActionGroupBaseType / MeasureActionGroupFunction
Annotations
The optional MeasureActionGroupFunction element identifies the function of the action group.
Diagram
Diagram QIFPlan_xsd_Complex_Type_MeasureActionGroupFunctionType.tmp#MeasureActionGroupFunctionType_MeasureActionGroupFunctionEnum QIFPlan_xsd_Complex_Type_MeasureActionGroupFunctionType.tmp#MeasureActionGroupFunctionType_OtherMeasureActionGroupFunction QIFPlan_xsd_Complex_Type_MeasureActionGroupFunctionType.tmp#MeasureActionGroupFunctionType
Type MeasureActionGroupFunctionType
Properties
content complex
minOccurs 0
Children MeasureActionGroupFunctionEnum, OtherMeasureActionGroupFunction
Instance
<MeasureActionGroupFunction xmlns="http://qifstandards.org/xsd/qif3">
  <MeasureActionGroupFunctionEnum>{1,1}</MeasureActionGroupFunctionEnum>
  <OtherMeasureActionGroupFunction>{1,1}</OtherMeasureActionGroupFunction>
</MeasureActionGroupFunction>
Source
<xs:element name="MeasureActionGroupFunction" type="MeasureActionGroupFunctionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MeasureActionGroupFunction element identifies the function of the action group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type ActionGroupBaseType
Annotations
The ActionGroupBaseType is the abstract base type that defines an action group.
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_ActionGroupBaseType.tmp#ActionGroupBaseType_MeasureActionGroupFunction
Type extension of PlanElementBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, MeasureActionGroupFunction, WorkInstructionIds
Source
<xs:complexType name="ActionGroupBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The ActionGroupBaseType is the abstract base type that defines an action group.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PlanElementBaseType">
      <xs:sequence>
        <xs:element name="MeasureActionGroupFunction" type="MeasureActionGroupFunctionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MeasureActionGroupFunction element identifies the function of the action group.</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