inputFormatEnum

The inputFormatEnum element defines what type of input is required.

Element Structure

The inputFormatEnum element structure is as follows:

<xs:simpleType name="inputFormatEnum">

   <xs:restriction base="xs:string">

      <xs:enumeration value="TEXT" />

      <xs:enumeration value="NUMBER" />

      <xs:enumeration value="CURRENCY" />

      <xs:enumeration value="DATE" />

   </xs:restriction>

</xs:simpleType>

tog_minusSub-elements

The inputFormatEnum element contains the following sub-elements:

Name

Data Type

Comment

inputFormatEnum

string

The inputFormatEnum string options are as follows:

TEXT

NUMBER

CURRENCY

DATE