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