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