simpleType FormType
namespace http://common.api.pfe.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration GI_FORM
enumeration GWT_FORM
enumeration CUSTOM_FORM
enumeration PAGEFLOW
annotation
documentation
Enumerated value defining the type of a form.
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy