<xsd:complexType name="BusinessObjectDocumentType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/platform/1">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/platform/1">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/platform/1">Indicates the version of the given BOD definition.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="systemEnvironmentCode" type="SystemEnvironmentCodeContentType" use="optional" default="Production">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/platform/1">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 name="languageCode" type="LanguageCodeContentType" use="optional" default="en-US">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/platform/1">Indicates the language that the contents of the BOD is in unless otherwise stated.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|