Definition Type: ComplexType
Name: BusinessObjectDocument
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ApplicationArea in schema invoice_xsd Drilldown into lang in schema invoice_xsd Drilldown into environment in schema invoice_xsd Drilldown into revision in schema invoice_xsdXSD Diagram of BusinessObjectDocument in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:ApplicationArea (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
revision nsC:revision Required
environment nsC:environment Production Optional
lang nsC:lang en-US Optional
Collapse Derivation Tree:
Collapse References:
nsC:BusinessObjectDocument