http://retail3000.net/Retail3000Webservice/PosComponents
BarcodeScannerType Simple Type
http://retail3000.net/Retail3000Webservice/PosComponents : BarcodeScannerType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Type
Restriction of xs:string
Diagram
BarcodeScannerType Simple Type
Overview
BarcodeScannerType Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationCr
EnumerationCrLf
Source
<xs:simpleType name="BarcodeScannerType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="Cr" />
    <xs:enumeration value="CrLf" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents