diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of BaseItemInfo | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | name description entities entityQuery | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="Item"> <xs:annotation> <xs:documentation>Definition of a work item that is to be scheduled, providing basic, participant and work type information about the work item.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BaseItemInfo"> <xs:choice> <xs:element name="entities" type="orgdto:XmlModelEntityId" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Details of the organization model entities for whom the work item is to be scheduled.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="entityQuery" type="orgdto:XmlResourceQuery"> <xs:annotation> <xs:documentation>Specification of a resource query.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="workTypeUID" type="xs:string" use="required"> <xs:annotation> <xs:documentation>ID of the work type that defines the data specification for this work item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="workTypeVersion" type="xs:string"> <xs:annotation> <xs:documentation>OSGi version range string of the work type that is to be used.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |