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> |
The inputFormatEnum element contains the following sub-elements:
|