complexType WorkTypeArtifact
diagram wp_diagrams/wp_p237.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>

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