complexType FactoryType
diagram brm_wsdl_diagrams/brm_wsdl_p2204.png
namespace http://www.tibco.com/XPD/ScriptDescriptor/
children scriptingName canonicalClassName namespace
used by
element ScriptType/factory
annotation
documentation
Definition of a FactoryType.
source <xs:complexType name="FactoryType">
 
<xs:annotation>
   
<xs:documentation>Definition of a FactoryType.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="scriptingName" type="string">
     
<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.

For example: com.example.customer.CustomerFactory.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="namespace" type="string">
     
<xs:annotation>
       
<xs:documentation>Namespace of the XSD representation of the BOM.

For example, for a BOM whose model package is com.example.customer the namespace will be http://example.com/customer/.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FactoryType/scriptingName
diagram brm_wsdl_diagrams/brm_wsdl_p2205.png
type xs:string
properties
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">
 
<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 FactoryType/canonicalClassName
diagram brm_wsdl_diagrams/brm_wsdl_p2206.png
type xs:string
properties
content simple
annotation
documentation
Fully qualified class name.

For example: com.example.customer.CustomerFactory.
source <xs:element name="canonicalClassName" type="string">
 
<xs:annotation>
   
<xs:documentation>Fully qualified class name.

For example: com.example.customer.CustomerFactory.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element FactoryType/namespace
diagram brm_wsdl_diagrams/brm_wsdl_p2207.png
type xs:string
properties
content simple
annotation
documentation
Namespace of the XSD representation of the BOM.

For example, for a BOM whose model package is com.example.customer the namespace will be http://example.com/customer/.
source <xs:element name="namespace" type="string">
 
<xs:annotation>
   
<xs:documentation>Namespace of the XSD representation of the BOM.

For example, for a BOM whose model package is com.example.customer the namespace will be http://example.com/customer/.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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