complexType FactoryType
diagram wp_diagrams/wp_p2808.png
namespace http://www.tibco.com/XPD/ScriptDescriptor/
children scriptingName canonicalClassName namespace
annotation
documentation
Definition of a FactoryType.
source <xsd:complexType name="FactoryType">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a FactoryType.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="scriptingName" type="string">
     
<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.

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

element FactoryType/scriptingName
diagram wp_diagrams/wp_p2809.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 <xsd:element name="scriptingName" type="string">
 
<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 FactoryType/canonicalClassName
diagram wp_diagrams/wp_p2810.png
type xs:string
properties
content simple
annotation
documentation
Fully qualified class name.

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

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

element FactoryType/namespace
diagram wp_diagrams/wp_p2811.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 <xsd:element name="namespace" type="string">
 
<xsd:annotation>
   
<xsd: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/.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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