<xsd:complexType name="BusinessObjectDocumentType">
<xsd:annotation>
<xsd:documentation>Is the schema based inheritance for all BODs. The logical model would also include the
DataArea.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" ref="ApplicationArea">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Provides the information that an application may need to know
in order to communicate in an integration of two or more business applications. The ApplicationArea is
used at the applications layer of communication. While the integration frameworks web services and
middleware provide the communication layer that OAGIS operates on top of.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="releaseID" type="udt:string" use="required">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9.0"> STAR Release this BOD Instances belongs. This should contain
the STAR repository version in the following recommended format. 5.1.4_M20080328. Where the first part
indicates the version of the STAR repository and anything after the "_" indicates the Milestone build
that is being used. If referring to an official published version then only the STAR Repository version
is required.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="versionID" type="udt:string" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Deprecated. Recommended to use releaseID to identify the
repository and noun. This field may be removed in the next major version of the STAR repository.
</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the version of the given BOD defintion.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="Production" name="systemEnvironmentCode" type="oacl: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="scl:LanguageEnumeratedType" 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>
|