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