diagram | |||||||||||||||||||||||||||||||
namespace | http://resolver.api.de.n2.tibco.com | ||||||||||||||||||||||||||||||
type | extension of XmlOrgModelVersion | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | dynamic-id-attr | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="describeEntity"> <xs:annotation> <xs:documentation>**PRIVATE API - Reserved for internal use**</xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation> Request to describe the identified model entity. Extends XmlOrgModelVersion which provides the org-model version attribute. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="orgdto:XmlOrgModelVersion"> <xs:sequence minOccurs="0" maxOccurs="1"> <xs:element name="dynamic-id-attr" type="orgdto:XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Provides a collection of name/value pairs that identify a Dynamic Organisational Instance.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="entity-type" type="orgdto:OrganisationalEntityType" use="optional"> <xs:annotation> <xs:documentation>Identifies the category of the org-entity, and used to improve and validate the search. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Globally, unique identifier for the org-entity. Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID. </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | OrganisationalEntityType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="entity-type" type="orgdto:OrganisationalEntityType" use="optional"> <xs:annotation> <xs:documentation>Identifies the category of the org-entity, and used to improve and validate the search. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Globally, unique identifier for the org-entity. Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID. </xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||
type | XmlDynamicIdField | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="dynamic-id-attr" type="orgdto:XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Provides a collection of name/value pairs that identify a Dynamic Organisational Instance.</xs:documentation> </xs:annotation> </xs:element> |