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

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

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

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

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

element ScriptType/factory
diagram wp_diagrams/wp_p660.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 <xs:element name="factory" type="tns:FactoryType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of factory types used by this script.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ScriptType/enum
diagram wp_diagrams/wp_p661.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 <xs:element name="enum" type="tns:EnumType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of enum types used by this script.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ScriptType/cac
diagram wp_diagrams/wp_p662.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 <xs:element name="cac" type="tns:CacType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of Case Access Class(es) used by these script(s).</xs:documentation>
 
</xs:annotation>
</xs:element>


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