Definition Type: ComplexType
Name: ConfirmBODDataAreaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ConfirmBOD.xsd
Abstract
Documentation:
The Business Data Area contains all of the information representing a ConfirmBOD. 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. 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.
Collapse XSD Schema Diagram:
Drilldown into BOD in schema bod_xsd1 Drilldown into Confirm in schema meta_xsdXSD Diagram of ConfirmBODDataAreaType in schema confirmbod_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Confirm star:Confirm (1) (1)
BOD star:BOD (1) unbounded
Collapse Derivation Tree:
Collapse References:
star:ConfirmBODDataArea