diagram | |||||||||||||||||||||||
namespace | http://base.api.wp.n2.tibco.com | ||||||||||||||||||||||
type | extension of xs:string | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="WorkItem"> <xs:annotation> <xs:documentation>Work item details.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Unique ID of the work item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="version" type="xs:long" default="-1"> <xs:annotation> <xs:documentation>Version number of the work item.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Unique ID of the work item.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="version" type="xs:long" default="-1"> <xs:annotation> <xs:documentation>Version number of the work item.</xs:documentation> </xs:annotation> </xs:attribute> |