HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: Show

Name Show
Type ShowType
Documentation 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.
XML Instance Representation
<Show

recordSetStartNumber=" PositiveIntegerNumericType [0..1]"

recordSetCount=" PositiveIntegerNumericType [0..1]"

recordSetTotal=" PositiveIntegerNumericType [0..1]"

recordSetCompleteIndicator=" IndicatorType [0..1]"

recordSetReferenceId=" NormalizedStringType [0..1]">

< OriginalApplicationArea> ... </ OriginalApplicationArea> [0..1]
< ResponseCriteria> ... </ ResponseCriteria> [0..*]
</Show>
Schema Component Representation
<xsd:element name="Show" type=" ShowType"/>