complexType WorkTypeArtifact
diagram wp_diagrams/wp_p1740.png
namespace http://base.api.wp.n2.tibco.com
type extension of BaseArtifact
properties
base BaseArtifact
children form pageFlow extension
used by
elements getPresentationArtifactResponse/presentationArtifact PresentationChannel/WorkTypeArtifact
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeUid  xs:string  required      
documentation
The work type uid
artifactName  xs:string  required      
documentation
The specfic artifact name
version  xs:string  optional      
documentation
Optional version
createdOn  xs:dateTime  optional      
documentation
Optional created on
modifiedOn  xs:dateTime  optional      
documentation
Optional modified on
artifactType  ArtifactType  required      
documentation
Artifact type information
annotation
documentation
Work type artifact details.
source <xs:complexType name="WorkTypeArtifact">
 
<xs:annotation>
   
<xs:documentation>Work type artifact details.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseArtifact">
     
<xs:sequence>
       
<xs:choice>
         
<xs:element name="form" type="wp:formType">
           
<xs:annotation>
             
<xs:documentation>Form Artifact information</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="pageFlow" type="wp:pageFlowType">
           
<xs:annotation>
             
<xs:documentation>Page flow artifact details</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="extension" type="wp:channelExtentionType">
           
<xs:annotation>
             
<xs:documentation>Channel Extension information</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element WorkTypeArtifact/form
diagram wp_diagrams/wp_p1741.png
type wp:formType
properties
content complex
children wp:formIdentifier wp:relative-path wp:base-path
attributes
Name  Type  Use  Default  Fixed  Annotation
version  xs:string  optional      
documentation
Version number of the form artifact.
guid  xs:string  optional      
documentation
GUID of the form artifact.
name  xs:string  required      
documentation
Name of the form artifact.
annotation
documentation
Form Artifact information
source <xs:element name="form" type="wp:formType">
 
<xs:annotation>
   
<xs:documentation>Form Artifact information</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkTypeArtifact/pageFlow
diagram wp_diagrams/wp_p1742.png
type wp:pageFlowType
properties
content complex
children wp:page-activity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:string  required      
documentation
ID of this pageflow.
name  xs:string  optional      
documentation
Name of this pageflow.
url  xs:string  required      
documentation
URL of this pageflow.
moduleName  xs:string  required      
documentation
Module name of this pageflow.
moduleVersion  xs:string  required      
documentation
Module version number of this pageflow.
annotation
documentation
Page flow artifact details
source <xs:element name="pageFlow" type="wp:pageFlowType">
 
<xs:annotation>
   
<xs:documentation>Page flow artifact details</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkTypeArtifact/extension
diagram wp_diagrams/wp_p1743.png
type wp:channelExtentionType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
filename  xs:string  required      
documentation
The requested filename
location  xs:string  required      
documentation
The requested location
annotation
documentation
Channel Extension information
source <xs:element name="extension" type="wp:channelExtentionType">
 
<xs:annotation>
   
<xs:documentation>Channel Extension information</xs:documentation>
 
</xs:annotation>
</xs:element>

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