diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | workItemId | ||
annotation |
|
||
source | <xs:complexType name="WorkItemReference"> <xs:annotation> <xs:documentation>A simple Work Item Reference. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="workItemId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The Id of this Work Item</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="workItemId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The Id of this Work Item</xs:documentation> </xs:annotation> </xs:element> |