<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>
|