ShowConsumption schema, example, validation rules, validation stylesheet

ShowConsumption type: ShowConsumption

The most common use of the ShowConsumption is to share a buyer's usage information about an item or product with the supplier of such item or product. This BOD will not create or update either buyer's or supplier's inventory records. The receiver of the request is responsible to make effective use of this information. The BOD can be used in the following ways: (1) for a buyer of goods to inform the supplier that goods have been consumed, and replenishment will likely be required; (2) for a retailer to inform the vendor that retail sales of goods have been made; and (3) for plant data collection systems and warehouse management systems to inform inventory systems that goods have been consumed and inventory records should be adjusted accordingly. This is an outline of the business flow that this BOD supports: (1) Overall purchase, replenishment or vendor managed inventory agreement is in place. (2) Message is sent to supplier, distributor or third party logistics provider, that material has been consumed. This is done in response to events such as these, depending on implementation context: · Material is replenished to line side at manufacturing facitliy. · Material is assembled into final product. · Material is purchased and removed from facility by customer. (3) Supplier, distributor, third party logistics provider replenishes material, using information provided in the ShowConsumption message, the demand and shipment forecasts, and the terms of the overall purchase or vendor managed inventory agreement.

ShowConsumption extends: BusinessObjectDocument
Structure:
Elements:
Name Type Description
DataArea ShowConsumptionDataArea

Is where the information that the BOD message carries is provided, in this case ShowConsumption. The information consists of a Verb and one or more Nouns. The verb (Show) indicates the action to be performed on the Noun (Consumption).

ShowConsumptionDataArea extends: DataArea
Structure:
Elements:
Name Type Description
Consumption reference
Show reference

ShowConsumption Scenario Diagram

Show schema

Show type: Show

The Show verb is used when sending the information about a specific instance of a business document or entity. The Show verb may be used to respond to a Get request or it can be used in a publish scenario, where it pushes information to other applications based on a business event.Although BODs based on this verb do not commonly cause updates to occur, there may be times when the component receiving the Show decides to use the information it receives to update. This is entirely the decision of the receiving software component and is not forbidden.The behavior of the Show verb is quite straight forward with one exception. The Show response to any Get request needs to read the request carefully to ensure the response is returning the requested Data Types.

Show extends: ConfirmableVerb
Structure:

Consumption schema

Consumption type: Consumption

The process whereby a certain amount or quantity of inventory, resources or product is utilized which likely lead to the need for some form of replenishment.

Header type: ConsumptionHeader

Line type: ConsumptionLine

ConsumptionLocation type: Location

Describes the line side shelf or retail shelf address and the route taken to move the items there. This is the location at which the items are consumed

The replacement for SiteLevel, the original, flattened concept of numbered, sibling site levels. Location is intended to capture all of the location information for a given, named location. This could include more than one location descriptor, such as a PostalAddress and the GPS Coordinates. Location can also be described relative to other locations, by including a "Proximal Location" (a location nearby or surrounding/containing this location). In this fashion, locations can be identified and cascaded, e.g., the top floor of The Forrester Building which is at 400 Tech Square, right next to the Acamai Building: top floor The Forrester Building 400 Tech Square Next to the Acamai Building or in Bin 21 on Shelf 4 at Row 3B in Building 19: Bin 31 Shelf 4 Row 3B Building 19 ...

Consumption extends: Noun

This is used to share a consumer's usage information about an item or product with the supplier of the item or product

Structure:
Elements:
Name Type Description
Header reference
Line reference

ConsumptionHeader
Structure:
Elements:
Name Type Description
ConsumptionDateTime DateTime

Datetime at which the item consumption is reported

ConsumptionLocation reference
DocumentId reference
DocumentReferences reference
Parties reference
Site Location

Identifies the organizational heirarchy of the location in which the items are delivered to.

The replacement for SiteLevel, the original, flattened concept of numbered, sibling site levels. Location is intended to capture all of the location information for a given, named location. This could include more than one location descriptor, such as a PostalAddress and the GPS Coordinates. Location can also be described relative to other locations, by including a "Proximal Location" (a location nearby or surrounding/containing this location). In this fashion, locations can be identified and cascaded, e.g., the top floor of The Forrester Building which is at 400 Tech Square, right next to the Acamai Building: top floor The Forrester Building 400 Tech Square Next to the Acamai Building or in Bin 21 on Shelf 4 at Row 3B in Building 19: Bin 31 Shelf 4 Row 3B Building 19 ...

UserArea reference

ConsumptionLine

This represents the detail lines of the consumption advice

Structure:
Elements:
Name Type Description
Charges reference
ConsumptionDateTime DateTime

This is the datetime at which hte quantity is consumed

ConsumptionLocation reference
Distribution reference

A distribution identifies how monetary amounts are distributed accross an organization.

DocumentReferences reference
FreightClass FreightClass

Classifies the items being consumed for transportation.

Qualifies goods for purposes of freight cost calculation. An example would the qualifications used by National Motor Freight Carriers. EXAMPLES National Motor Freight Carriers (NMFC) Class Code Based on an evaluation of density, stowability, ease of handling and liability, the commodities are grouped into one of 18 classes.

ItemQuantity Quantity

This is the reduction in on-hand quantity of acceptable items at the end of the current reporting period (for example, at the end of the day, or at point of sale) due to consumption of the items

A decimal value.

LineNumber LineNumber

Is the unique LineNumber of the Consumption.

Identifies the instance of a Line within a given document.

LotSerial reference
OrderItem reference

Provides information on the Orderable Item. When associated with an order like a Purchase Order, it identifies the item being ordered at the associated Line.

ShipUnitQuantity Quantity

This contains the quantity of units or things shipped. This represents the container(s), not the product shipped. An example of this is “4 truck loads” or “2 wooden crates”

A decimal value.

Site Location

Identifies the Site in which the items are delivered to,

The replacement for SiteLevel, the original, flattened concept of numbered, sibling site levels. Location is intended to capture all of the location information for a given, named location. This could include more than one location descriptor, such as a PostalAddress and the GPS Coordinates. Location can also be described relative to other locations, by including a "Proximal Location" (a location nearby or surrounding/containing this location). In this fashion, locations can be identified and cascaded, e.g., the top floor of The Forrester Building which is at 400 Tech Square, right next to the Acamai Building: top floor The Forrester Building 400 Tech Square Next to the Acamai Building or in Bin 21 on Shelf 4 at Row 3B in Building 19: Bin 31 Shelf 4 Row 3B Building 19 ...

UserArea reference

Verb Common Files

Verb.xsd schema

AcknowledgableVerb extends: ConfirmableVerb
Structure:
Attributes:
Name Type Usage Description
acknowledge AcknowledgementType

AcknowledgementType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

ConfirmableVerb extends: Verb
Structure:
Attributes:
Name Type Usage Description
confirm ConfirmType

ConfirmType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

Expression restricts: xs:string

ExpressionCriteria
Structure:
Elements:
Name Type Description
SelectExpression Expression

Allows the 1-n number of selection expressions for the information to be returned.

Attributes:
Name Type Usage Description
expressionLanguage xs:string optional

RequestVerb extends: ConfirmableVerb
Structure:
Elements:
Name Type Description
ReturnCriteria

Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.

VerbBase.xsd schema

Verb type: Verb

Verb
Structure:

Noun Common Files