http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
FreeFieldType Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents : FreeFieldType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
Type
Restriction of xs:string
Diagram
FreeFieldType Simple Type
Overview
FreeFieldType Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationText
EnumerationNumeric
EnumerationMoney
EnumerationBoolean
EnumerationDate
EnumerationListbox
EnumerationMultiSelectListbox
EnumerationMemo
EnumerationHtml
Source
<xs:simpleType name="FreeFieldType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="Text" />
    <xs:enumeration value="Numeric" />
    <xs:enumeration value="Money" />
    <xs:enumeration value="Boolean" />
    <xs:enumeration value="Date" />
    <xs:enumeration value="Listbox" />
    <xs:enumeration value="MultiSelectListbox" />
    <xs:enumeration value="Memo" />
    <xs:enumeration value="Html" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents