<xsd:complexType name="EngineeringWorkDocumentType">
<xsd:sequence>
<xsd:element ref="EngineeringWorkRequest" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">STEP "work_request" entity. AP214-FDIS Definition: A Work_request is the solicitation for some work to be done.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="WorkOrders" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">STEP "work_order" entity. AP214-FDIS Definition: A Work_order is the authorization for one or more Activity objects to be performed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EngineeringActivity" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="ReferencesGroup" />
<xsd:element ref="EngineeringApproval" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">STEP "approval" entity. AP214-FDIS-Definition: An Approval is a judgement concerning the quality of those product data that are subject of the Approval.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Item" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DesignInstance" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="NextHigherAssembly" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">STEP "next_higher_assembly" entity. AP214-FDIS Definition: A Next_higher_assembly is a relationship where the attribute 'related' specifies a constituent of an assembly and the attribute 'relating' specifies the immediate parent assembly of the constituent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|