diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of BaseItemInfo | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | name description entities entityQuery | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <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> |
type | xs:string | ||
annotation |
|
||
source | <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> |
diagram | |||||||||||||||||||||||||||||||||||||||
type | XmlModelEntityId | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | dynamic-id-attr qualifierSet | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <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> |
diagram | |||||||||||||||
type | XmlResourceQuery | ||||||||||||||
properties |
|
||||||||||||||
children | query | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="entityQuery" type="orgdto:XmlResourceQuery"> <xs:annotation> <xs:documentation>Specification of a resource query.</xs:documentation> </xs:annotation> </xs:element> |