<xsd:complexType name="ChangeEngineeringWorkDocumentType">
<xsd:complexContent>
<xsd:extension base="BusinessObjectDocumentType">
<xsd:sequence>
<xsd:element name="DataArea" type="ChangeEngineeringWorkDocumentDataAreaType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is where the information that the BOD message carries is provided, in this case ChangeEngineeringWorkDocument. The information consists of a Verb and one or more Nouns. The verb (Change) indicates the action to be performed on the Noun (EngineeringWorkDocument).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|