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