<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>
|