Definition Type: ComplexType
Name: BusinessObjectDocument
Namespace: http://www.openapplications.org/oagis
Containing Schema: Meta.xsd
Abstract
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of BusinessObjectDocument in schema meta_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="BusinessObjectDocument">
    <xs:sequence>
        <xs:element ref="ApplicationArea" />
    </xs:sequence>
    <xs:attribute name="revision" use="required">
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:pattern value="\p{N}\.\p{N}\.\p{N}" />
                <xs:pattern value="\p{N}\.\p{N}" />
                <xs:pattern value="\p{N}\p{N}\.\p{N}\.\p{N}" />
                <xs:pattern value="\p{N}\p{N}\.\p{N}" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="environment" use="optional" default="Production">
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:enumeration value="Test" />
                <xs:enumeration value="Production" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="lang" type="xs:language" use="optional" default="en-US" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicationArea oa:ApplicationArea (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:BusinessObjectDocument, oa:ConfirmBOD, oa:GetInvoice, oa:ProcessInvoice, ia:ProcessInvoice, ia:ProcessTimeCardoa:ShowInvoice, oa:SyncInvoice,