http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
GiftCardStatus Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents : GiftCardStatus Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
Type
Restriction of xs:string
Diagram
GiftCardStatus Simple Type
Overview
GiftCardStatus Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationActive
EnumerationBlocked
EnumerationNotActivated
Source
<xs:simpleType name="GiftCardStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="Active" />
    <xs:enumeration value="Blocked" />
    <xs:enumeration value="NotActivated" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents