http://retail3000.net/Retail3000Webservice/PosComponents
Parity Simple Type
http://retail3000.net/Retail3000Webservice/PosComponents : Parity Simple Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Type
Restriction of xs:string
Diagram
Parity Simple Type
Overview
Parity Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationEven
EnumerationOdd
EnumerationNone
EnumerationMark
EnumerationSpace
Source
<xs:simpleType name="Parity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="Even" />
    <xs:enumeration value="Odd" />
    <xs:enumeration value="None" />
    <xs:enumeration value="Mark" />
    <xs:enumeration value="Space" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents