http://retail3000.net/Retail3000Webservice/PosComponents
DebugMode Simple Type
http://retail3000.net/Retail3000Webservice/PosComponents : DebugMode Simple Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Type
Restriction of xs:string
Diagram
DebugMode Simple Type
Overview
DebugMode Restriction of xs:string
Facets
EnumerationNone
EnumerationCompact
EnumerationNormal
EnumerationFull
Source
<xs:simpleType name="DebugMode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="Compact" />
    <xs:enumeration value="Normal" />
    <xs:enumeration value="Full" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents