Definition Type: Element
Name: Show
Namespace: http://www.starstandard.org/STAR/5
Type: star:ShowType
Containing Schema: Meta.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into ResponseCriteria in schema meta_xsd1 Drilldown into OriginalApplicationArea in schema meta_xsd Drilldown into VerbType in schema meta_xsd1 Drilldown into ResponseVerbType in schema meta_xsd Drilldown into recordSetReferenceId in schema meta_xsd Drilldown into recordSetCompleteIndicator in schema meta_xsd Drilldown into recordSetTotal in schema meta_xsd Drilldown into recordSetCount in schema meta_xsd Drilldown into recordSetStartNumber in schema meta_xsd Drilldown into ShowType in schema meta_xsdXSD Diagram of Show in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="Show" type="ShowType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9.0"> 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.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OriginalApplicationArea star:OriginalApplicationArea 0 1
ResponseCriteria oagis:ResponseCriteria 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
recordSetStartNumber star:recordSetStartNumber Optional
recordSetCount star:recordSetCount Optional
recordSetTotal star:recordSetTotal Optional
recordSetCompleteIndicator star:recordSetCompleteIndicator Optional
recordSetReferenceId star:recordSetReferenceId Optional
Collapse Derivation Tree: