Definition Type: ComplexType
Name: ShowType
Namespace: http://www.starstandard.org/STAR/5
Type: star:ResponseVerbType
Containing Schema: Meta.xsd
Abstract
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_xsdXSD Diagram of ShowType in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ShowType">
    <xsd:complexContent>
        <xsd:extension base="ResponseVerbType">
            <xsd:attribute name="recordSetStartNumber" type="oagis:PositiveIntegerNumericType" use="optional" />
            <xsd:attribute name="recordSetCount" type="oagis:PositiveIntegerNumericType" use="optional" />
            <xsd:attribute name="recordSetTotal" type="oagis:PositiveIntegerNumericType" use="optional" />
            <xsd:attribute name="recordSetCompleteIndicator" type="udt:IndicatorType" use="optional" />
            <xsd:attribute name="recordSetReferenceId" type="qdt:NormalizedStringType" use="optional" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
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:
Collapse References:
star:Show