complexType WorkTypeArtifact
diagram wp_diagrams/wp_p2903.png
namespace http://base.api.wp.n2.tibco.com
type extension of BaseArtifact
properties
base BaseArtifact
children form pageFlow extension
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 <xsd:complexType name="WorkTypeArtifact">
 
<xsd:annotation>
   
<xsd:documentation>Work type artifact details.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="BaseArtifact">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="form" type="wp:formType">
           
<xsd:annotation>
             
<xsd:documentation>Form Artifact information</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="pageFlow" type="wp:pageFlowType">
           
<xsd:annotation>
             
<xsd:documentation>Page flow artifact details</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="extension" type="wp:channelExtentionType">
           
<xsd:annotation>
             
<xsd:documentation>Channel Extension information</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element WorkTypeArtifact/form
diagram wp_diagrams/wp_p2904.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 <xsd:element name="form" type="wp:formType">
 
<xsd:annotation>
   
<xsd:documentation>Form Artifact information</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element WorkTypeArtifact/pageFlow
diagram wp_diagrams/wp_p2905.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 <xsd:element name="pageFlow" type="wp:pageFlowType">
 
<xsd:annotation>
   
<xsd:documentation>Page flow artifact details</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element WorkTypeArtifact/extension
diagram wp_diagrams/wp_p2906.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 <xsd:element name="extension" type="wp:channelExtentionType">
 
<xsd:annotation>
   
<xsd:documentation>Channel Extension information</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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