diagram | |||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||
type | extension of ObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="ManagedObjectID"> <xsd:annotation> <xsd:documentation>ID of a specific version of a work item.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ObjectID"> <xsd:attribute name="version" type="xs:long"> <xsd:annotation> <xsd:documentation>Version of the work item. If not set, the latest version will be used.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xs:long | ||
annotation |
|
||
source | <xsd:attribute name="version" type="xs:long"> <xsd:annotation> <xsd:documentation>Version of the work item. If not set, the latest version will be used.</xsd:documentation> </xsd:annotation> </xsd:attribute> |