complexType ScriptType
diagram brm_wsdl_diagrams/brm_wsdl_p91.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>

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