Definition Type: ComplexType
Name: BusinessObjectDocumentType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Meta.xsd
Abstract
Documentation:
Is the schema based inheritance for all BODs. The logical model would also include the DataArea.
Collapse XSD Schema Diagram:
Drilldown into ApplicationArea in schema meta_xsd1 Drilldown into languageCode in schema meta_xsd1 Drilldown into systemEnvironmentCode in schema meta_xsd1 Drilldown into versionID in schema meta_xsd1 Drilldown into releaseID in schema meta_xsd1XSD Diagram of BusinessObjectDocumentType in schema meta_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="BusinessObjectDocumentType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Is the schema based inheritance for all BODs. The logical model would also include the
            DataArea.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ApplicationArea" />
    </xsd:sequence>
    <xsd:attribute name="releaseID" type="NormalizedStringType" use="required">
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/oagis/9">
               OAGIS Release this BOD Instances belongs or the OAGIS release that the derivative
               work is based on.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="versionID" type="NormalizedStringType" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/oagis/9">
               Indicates the version of the given BOD definition.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute default="Production" name="systemEnvironmentCode" type="SystemEnvironmentCodeContentType" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/oagis/9">
               Indicates whether this BOD is being sent in a "Test" or a "Production" mode. If the
               BOD is being sent in a test mode, it's information should not affect the business
               operation. However, if the BOD is sent in "Production" mode it is assumed that all
               test has been complete and the contents of the BOD are to affect the operation of the
               receiving business application(s).
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute default="en-US" name="languageCode" type="LanguageCodeContentType" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/oagis/9">
               Indicates the language that the contents of the BOD is in unless otherwise stated.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicationArea oagis:ApplicationArea (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
releaseID oagis:releaseID Required
versionID oagis:versionID Optional
systemEnvironmentCode oagis:systemEnvironmentCode Production Optional
languageCode oagis:languageCode en-US Optional