complexType PresentationArtifact
diagram wp_diagrams/wp_p2886.png
namespace http://base.api.wp.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string  required      
documentation
Type of form artifact. One of:

- GWT_FORM
- GI_FORM
- PAGEFLOW
- CUSTOM_FORM
- FORM
formIdenitifier  xs:string  optional      
documentation
Identifier for the JSON form artifact to be used to display the data for the work item.
activityName  xs:string  optional      
documentation
Name of the process activity from which the work item was generated.
version  xs:string        
documentation
Version number of the form artifact.
annotation
documentation
If the work item displays:

- a form: presentation contains details of the form artifact associated with this work item.

- a pageflow: presentation is not used. (In this case, the form artifact details for the pageflow are contained in thePageFlowDetail element.)
source <xsd:complexType name="PresentationArtifact">
 
<xsd:annotation>
   
<xsd:documentation>If the work item displays:

- a form: presentation contains details of the form artifact associated with this work item.

- a pageflow: presentation is not used. (In this case, the form artifact details for the pageflow are contained in thePageFlowDetail element.)
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="type" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Type of form artifact. One of:

- GWT_FORM
- GI_FORM
- PAGEFLOW
- CUSTOM_FORM
- FORM
</xsd:documentation>
   
</xsd:annotation>
   
<xsd:simpleType>
     
<xsd:restriction base="xs:string">
       
<xsd:enumeration value="GWT_FORM"/>
       
<xsd:enumeration value="GI_FORM"/>
       
<xsd:enumeration value="PAGEFLOW"/>
       
<xsd:enumeration value="CUSTOM_FORM"/>
       
<xsd:enumeration value="FORM"/>
       
<xsd:enumeration value=""/>
     
</xsd:restriction>
   
</xsd:simpleType>
 
</xsd:attribute>
 
<xsd:attribute name="formIdenitifier" type="xs:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Identifier for the JSON form artifact to be used to display the data for the work item.
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="activityName" type="xs:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Name of the process activity from which the work item was generated.
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="version" type="xs:string">
   
<xsd:annotation>
     
<xsd:documentation>Version number of the form artifact.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute PresentationArtifact/@type
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration GWT_FORM
enumeration GI_FORM
enumeration PAGEFLOW
enumeration CUSTOM_FORM
enumeration FORM
enumeration 
annotation
documentation
Type of form artifact. One of:

- GWT_FORM
- GI_FORM
- PAGEFLOW
- CUSTOM_FORM
- FORM
source <xsd:attribute name="type" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Type of form artifact. One of:

- GWT_FORM
- GI_FORM
- PAGEFLOW
- CUSTOM_FORM
- FORM
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xs:string">
     
<xsd:enumeration value="GWT_FORM"/>
     
<xsd:enumeration value="GI_FORM"/>
     
<xsd:enumeration value="PAGEFLOW"/>
     
<xsd:enumeration value="CUSTOM_FORM"/>
     
<xsd:enumeration value="FORM"/>
     
<xsd:enumeration value=""/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute PresentationArtifact/@formIdenitifier
type xs:string
properties
use optional
annotation
documentation
Identifier for the JSON form artifact to be used to display the data for the work item.
source <xsd:attribute name="formIdenitifier" type="xs:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Identifier for the JSON form artifact to be used to display the data for the work item.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PresentationArtifact/@activityName
type xs:string
properties
use optional
annotation
documentation
Name of the process activity from which the work item was generated.
source <xsd:attribute name="activityName" type="xs:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Name of the process activity from which the work item was generated.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PresentationArtifact/@version
type xs:string
annotation
documentation
Version number of the form artifact.
source <xsd:attribute name="version" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>Version number of the form artifact.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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