<xs:complexType name="PrintResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="ResponseStatus" type="tns:PrinterResponse" />
<xs:element minOccurs="0" maxOccurs="1" name="ResponseInfo" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PrinterData" type="xs:string" />
</xs:sequence>
</xs:complexType>
|