Definition Type: ComplexType
Name: ShowType
Namespace: http://www.openapplications.org/oagis/9
Type: oa:ResponseVerbType
Containing Schema: Meta.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ResponseCriteria in schema meta_xsd Drilldown into OriginalApplicationArea in schema meta_xsd Drilldown into VerbType in schema meta_xsd 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 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ShowType">
    <xsd:complexContent>
        <xsd:extension base="ResponseVerbType">
            <xsd:attribute name="recordSetStartNumber" type="PositiveIntegerNumericType" use="optional" />
            <xsd:attribute name="recordSetCount" type="PositiveIntegerNumericType" use="optional" />
            <xsd:attribute name="recordSetTotal" type="PositiveIntegerNumericType" use="optional" />
            <xsd:attribute name="recordSetCompleteIndicator" type="IndicatorType" use="optional" />
            <xsd:attribute name="recordSetReferenceId" type="NormalizedStringType" use="optional" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OriginalApplicationArea oa:OriginalApplicationArea 0 (1)
ResponseCriteria oa:ResponseCriteria 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
recordSetStartNumber oa:recordSetStartNumber Optional
recordSetCount oa:recordSetCount Optional
recordSetTotal oa:recordSetTotal Optional
recordSetCompleteIndicator oa:recordSetCompleteIndicator Optional
recordSetReferenceId oa:recordSetReferenceId Optional
Collapse Derivation Tree:
Collapse References:
oa:ListType, oa:Show