complexType ScriptType
diagram wp_diagrams/wp_p3476.png
namespace http://www.tibco.com/XPD/ScriptDescriptor/
children process taskLibraryId factory enum cac
annotation
documentation
Definition of a ScriptType.
source <xsd:complexType name="ScriptType">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a ScriptType.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:choice>
     
<xsd:element name="process">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="processId" type="NMTOKEN"/>
           
<xsd:element name="packageId" type="NMTOKEN"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="taskLibraryId" type="NMTOKEN"/>
   
</xsd:choice>
   
<xsd:element name="factory" type="tns:FactoryType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Details of factory types used by this script.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="enum" type="tns:EnumType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Details of enum types used by this script.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="cac" type="tns:CacType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Details of Case Access Class(es) used by these script(s).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element ScriptType/process
diagram wp_diagrams/wp_p3477.png
properties
content complex
children processId packageId
source <xsd:element name="process">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processId" type="NMTOKEN"/>
     
<xsd:element name="packageId" type="NMTOKEN"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element ScriptType/process/processId
diagram wp_diagrams/wp_p3478.png
type xs:NMTOKEN
properties
content simple
source <xsd:element name="processId" type="NMTOKEN"/>

element ScriptType/process/packageId
diagram wp_diagrams/wp_p3479.png
type xs:NMTOKEN
properties
content simple
source <xsd:element name="packageId" type="NMTOKEN"/>

element ScriptType/taskLibraryId
diagram wp_diagrams/wp_p3480.png
type xs:NMTOKEN
properties
content simple
source <xsd:element name="taskLibraryId" type="NMTOKEN"/>

element ScriptType/factory
diagram wp_diagrams/wp_p3481.png
type tns:FactoryType
properties
minOcc 0
maxOcc unbounded
content complex
children scriptingName canonicalClassName namespace
annotation
documentation
Details of factory types used by this script.
source <xsd:element name="factory" type="tns:FactoryType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Details of factory types used by this script.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ScriptType/enum
diagram wp_diagrams/wp_p3482.png
type tns:EnumType
properties
minOcc 0
maxOcc unbounded
content complex
children scriptingName canonicalClassName
annotation
documentation
Details of enum types used by this script.
source <xsd:element name="enum" type="tns:EnumType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Details of enum types used by this script.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ScriptType/cac
diagram wp_diagrams/wp_p3483.png
type tns:CacType
properties
minOcc 0
maxOcc unbounded
content complex
children scriptingName canonicalClassName
annotation
documentation
Details of Case Access Class(es) used by these script(s).
source <xsd:element name="cac" type="tns:CacType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Details of Case Access Class(es) used by these script(s).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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