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