complexType ScriptType
diagram brm_all_diagrams/brm_all_p476.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 brm_all_diagrams/brm_all_p477.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 brm_all_diagrams/brm_all_p478.png
type xs:NMTOKEN
properties
content simple
source <xs:element name="processId" type="NMTOKEN"/>

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

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

element ScriptType/factory
diagram brm_all_diagrams/brm_all_p481.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 brm_all_diagrams/brm_all_p482.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 brm_all_diagrams/brm_all_p483.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