http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
ProductDescriptionFormat Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents : ProductDescriptionFormat Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
Type
Restriction of xs:string
Diagram
ProductDescriptionFormat Simple Type
Overview
ProductDescriptionFormat Restriction of xs:string
Facets
EnumerationToLower
EnumerationToUpper
EnumerationWordFirstCharacterToUpper
EnumerationFirstCharacterToUpper
EnumerationNedFoxFormatting
EnumerationNoFormatting
Source
<xs:simpleType name="ProductDescriptionFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ToLower" />
    <xs:enumeration value="ToUpper" />
    <xs:enumeration value="WordFirstCharacterToUpper" />
    <xs:enumeration value="FirstCharacterToUpper" />
    <xs:enumeration value="NedFoxFormatting" />
    <xs:enumeration value="NoFormatting" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents