Definition Type: ComplexType
Name: ShowInvoice
Namespace: http://www.openapplications.org/oagis
Type: oa:BusinessObjectDocument
Containing Schema: ShowInvoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DataArea in schema showinvoice_xsd Drilldown into ApplicationArea in schema meta_xsd Drilldown into lang in schema meta_xsd Drilldown into environment in schema meta_xsd Drilldown into revision in schema meta_xsd Drilldown into BusinessObjectDocument in schema meta_xsdXSD Diagram of ShowInvoice in schema showinvoice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicationArea oa:ApplicationArea (1) (1)
DataArea oa:DataArea (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
revision oa:revision Required
environment oa:environment Production Optional
lang oa:lang en-US Optional
Collapse Derivation Tree:
Collapse References:
oa:ShowInvoice