Definition Type: ComplexType
Name: GetType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA: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 (Open Applications Group (OAGIS))
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 nsA:Expression (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
uniqueIndicator nsA:uniqueIndicator Optional
maxItems nsA:maxItems Optional
recordSetSaveIndicator nsA:recordSetSaveIndicator Optional
recordSetStartNumber nsA:recordSetStartNumber Optional
recordSetReferenceId nsA:recordSetReferenceId Optional
Collapse Derivation Tree:
Collapse References:
nsA:GetnsA:GetListType,