complexType EnumType
diagram wp_diagrams/wp_p1642.png
namespace http://www.tibco.com/XPD/ScriptDescriptor/
children scriptingName canonicalClassName
annotation
documentation
Definition of an EnumType.
source <xs:complexType name="EnumType">
 
<xs:annotation>
   
<xs:documentation>Definition of an EnumType.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="scriptingName" type="string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name that will be used to refer to the EMF factory class from within the script.

For example: com_example_customer_CustomerFactory.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="canonicalClassName" type="string">
     
<xs:annotation>
       
<xs:documentation>Fully qualified class name of the class derived from a BOM enumeration.

For example, an enum named Title in a BOM whose name is com.example.customer would be: com.example.customer.TitleType.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EnumType/scriptingName
diagram wp_diagrams/wp_p1643.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Name that will be used to refer to the EMF factory class from within the script.

For example: com_example_customer_CustomerFactory.
source <xs:element name="scriptingName" type="string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name that will be used to refer to the EMF factory class from within the script.

For example: com_example_customer_CustomerFactory.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element EnumType/canonicalClassName
diagram wp_diagrams/wp_p1644.png
type xs:string
properties
content simple
annotation
documentation
Fully qualified class name of the class derived from a BOM enumeration.

For example, an enum named Title in a BOM whose name is com.example.customer would be: com.example.customer.TitleType.
source <xs:element name="canonicalClassName" type="string">
 
<xs:annotation>
   
<xs:documentation>Fully qualified class name of the class derived from a BOM enumeration.

For example, an enum named Title in a BOM whose name is com.example.customer would be: com.example.customer.TitleType.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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