<xsd:complexType name="ConfirmBODDataAreaType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The Business Data Area contains all of the information
representing a ConfirmBOD.
</xsd:documentation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
One BOD may contain only one or many occurrences of a
noun for the verb and noun combination in the Business
Service Request. For example, a Business Service Request
to a business partner may have several ConfirmBODs in a
single transmission and this can be supported, each
transferred in one Business Data Area of the same BOD.
</xsd:documentation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The Business Data Area architecture is flexible enough
to send only the data needed for the specific business
application’s needs. This reduces the unnecessary
transmission of empty fields that could result by
establishing a structure based or fixed format for the
Business Data Area.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Confirm" />
<xsd:element ref="BOD" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|