diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://base.api.wp.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="PresentationArtifact"> <xs:annotation> <xs: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.)</xs:documentation> </xs:annotation> <xs:attribute name="type" use="required"> <xs:annotation> <xs:documentation>Type of form artifact. One of: - GWT_FORM - GI_FORM - PAGEFLOW - CUSTOM_FORM - FORM </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="GWT_FORM"/> <xs:enumeration value="GI_FORM"/> <xs:enumeration value="PAGEFLOW"/> <xs:enumeration value="CUSTOM_FORM"/> <xs:enumeration value="FORM"/> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="formIdenitifier" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Identifier for the JSON form artifact to be used to display the data for the work item. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="activityName" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Name of the process activity from which the work item was generated. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="version" type="xs:string"> <xs:annotation> <xs:documentation>Version number of the form artifact.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | restriction of xs:string | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
source | <xs:attribute name="type" use="required"> <xs:annotation> <xs:documentation>Type of form artifact. One of: - GWT_FORM - GI_FORM - PAGEFLOW - CUSTOM_FORM - FORM </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="GWT_FORM"/> <xs:enumeration value="GI_FORM"/> <xs:enumeration value="PAGEFLOW"/> <xs:enumeration value="CUSTOM_FORM"/> <xs:enumeration value="FORM"/> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="formIdenitifier" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Identifier for the JSON form artifact to be used to display the data for the work item. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="activityName" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Name of the process activity from which the work item was generated. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="version" type="xs:string"> <xs:annotation> <xs:documentation>Version number of the form artifact.</xs:documentation> </xs:annotation> </xs:attribute> |