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

For example: com_example_customer_CustomerFactory.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="canonicalClassName" type="string">
     
<xsd:annotation>
       
<xsd: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.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element EnumType/scriptingName
diagram wp_diagrams/wp_p2806.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 <xsd:element name="scriptingName" type="string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Name that will be used to refer to the EMF factory class from within the script.

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

element EnumType/canonicalClassName
diagram wp_diagrams/wp_p2807.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 <xsd:element name="canonicalClassName" type="string">
 
<xsd:annotation>
   
<xsd: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.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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