diagram |
|
namespace |
http://base.api.de.bpm.tibco.com |
used by |
elements | XmlPrivilegeAssignment/group XmlResourceDetail/location XmlBasePosition/location-ref XmlBaseOrgUnit/location-ref XmlOrganization/location-ref XmlPrivilegeAssignment/org-unit XmlPrivilegeAssignment/position findResourcesResponse/resource XmlLocation/schema-type XmlBasePosition/schema-type XmlBaseOrgUnit/schema-type XmlOrganization/schema-type | complexTypes | XmlBaseOrgUnit XmlBasePosition XmlCapabilityCategory XmlEntityAssignmentDated XmlEntityAssignmentQualified XmlGroup XmlLocation XmlOrganization XmlOrgAttribute XmlPrivilegeCategory XmlQualifiedEntity XmlQueryEntity |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | guid | xs:string | required | | | documentation | The GUID that uniquely identifies the entity. |
| name | xs:string | required | | | documentation | The name assigned to the entity. |
| label | xs:string | optional | | | documentation | The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display. |
|
|
annotation |
documentation | Identifies an Organizational Model Entity to which a Resource is associated. |
|
source |
<xs:complexType name="XmlModelEntity">
<xs:annotation>
<xs:documentation>Identifies an Organizational Model Entity to which a Resource is associated.</xs:documentation>
</xs:annotation>
<xs:attribute name="guid" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The GUID that uniquely identifies the entity.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name assigned to the entity.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="label" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |