<xs:complexType name="PlanElementBaseType" abstract="true">
<xs:annotation>
<xs:documentation>The PlanElementBaseType defines the abstract base type that defines plan element types. Plan elements are of two types: actions and action groups.</xs:documentation>
</xs:annotation>
<xs:sequence>
<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 execute the plan element.</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:complexType> |