Definition Type: ComplexType
Name: GetType
Namespace: http://www.openapplications.org/oagis/9
Type: oa:RequestVerbType
Containing Schema: Meta.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Expression in schema meta_xsd Drilldown into VerbType in schema meta_xsd Drilldown into RequestVerbType in schema meta_xsd Drilldown into recordSetReferenceId in schema meta_xsd Drilldown into recordSetStartNumber in schema meta_xsd Drilldown into recordSetSaveIndicator in schema meta_xsd Drilldown into maxItems in schema meta_xsd Drilldown into uniqueIndicator in schema meta_xsdXSD Diagram of GetType in schema meta_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="GetType">
    <xsd:complexContent>
        <xsd:extension base="RequestVerbType">
            <xsd:attribute name="uniqueIndicator" type="IndicatorType" use="optional" />
            <xsd:attribute name="maxItems" type="PositiveIntegerNumericType" use="optional" />
            <xsd:attribute name="recordSetSaveIndicator" type="IndicatorType" use="optional" />
            <xsd:attribute name="recordSetStartNumber" type="PositiveIntegerNumericType" 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
Expression oa:Expression (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
uniqueIndicator oa:uniqueIndicator Optional
maxItems oa:maxItems Optional
recordSetSaveIndicator oa:recordSetSaveIndicator Optional
recordSetStartNumber oa:recordSetStartNumber Optional
recordSetReferenceId oa:recordSetReferenceId Optional
Collapse Derivation Tree:
Collapse References:
oa:Getoa:GetListType,