diagram | |||||||||||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||
type | extension of XmlModelEntity | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | privilege-category privilege | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlPrivilegeCategory"> <xs:annotation> <xs:documentation>Allows Privileges to be grouped into categories; perhaps by functionality. The categories can also be nested.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlModelEntity"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="privilege-category" type="XmlPrivilegeCategory" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Defines sub-categories to this Category; creating a hierarchical structure.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="privilege" type="XmlPrivilege" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A privilege that is contained within this category.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||||||||||||||||||||||||
type | XmlPrivilegeCategory | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | privilege-category privilege | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="privilege-category" type="XmlPrivilegeCategory" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Defines sub-categories to this Category; creating a hierarchical structure.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||
type | XmlPrivilege | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | qualifier | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="privilege" type="XmlPrivilege" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A privilege that is contained within this category.</xs:documentation> </xs:annotation> </xs:element> |