| namespace | http://common.api.pfe.n2.tibco.com | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="FormType"> <xs:annotation> <xs:documentation>Enumerated value defining the type of a form.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="GI_FORM"/> <xs:enumeration value="GWT_FORM"/> <xs:enumeration value="CUSTOM_FORM"/> <xs:enumeration value="PAGEFLOW"/> </xs:restriction> </xs:simpleType> |