http://retail3000.net/Retail3000Webservice/PosComponents
CorrectionType Simple Type
http://retail3000.net/Retail3000Webservice/PosComponents : CorrectionType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Type
Restriction of xs:string
Diagram
CorrectionType Simple Type
Overview
CorrectionType Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationRowDeleted
EnumerationPriceChanged
EnumerationDiscountPercentageChanged
EnumerationRaisePercentageChanged
EnumerationAmountChanged
EnumerationDescriptionChanged
Source
<xs:simpleType name="CorrectionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="RowDeleted" />
    <xs:enumeration value="PriceChanged" />
    <xs:enumeration value="DiscountPercentageChanged" />
    <xs:enumeration value="RaisePercentageChanged" />
    <xs:enumeration value="AmountChanged" />
    <xs:enumeration value="DescriptionChanged" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents