http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
PrinterResponse Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents : PrinterResponse Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
Type
Restriction of xs:string
Diagram
PrinterResponse Simple Type
Overview
PrinterResponse Restriction of xs:string
Facets
EnumerationOK
EnumerationPrinterNotFound
EnumerationInvalidPrinterCommand
EnumerationError
EnumerationTimeout
EnumerationNothingToPrint
Source
<xs:simpleType name="PrinterResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="OK" />
    <xs:enumeration value="PrinterNotFound" />
    <xs:enumeration value="InvalidPrinterCommand" />
    <xs:enumeration value="Error" />
    <xs:enumeration value="Timeout" />
    <xs:enumeration value="NothingToPrint" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents