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