complexType XmlPrivilegeCategory
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p197.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlModelEntity
properties
base XmlModelEntity
children privilege-category privilege
used by
elements getOrgModelRootsResponse/privilege-category getOrgModelEntityResponse/privilege-category getOrgModelResponse/privilege-category XmlPrivilegeCategory/privilege-category
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
Allows Privileges to be grouped into categories; perhaps by functionality. The categories can also be nested.
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>

element XmlPrivilegeCategory/privilege-category
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p198.png
type XmlPrivilegeCategory
properties
minOcc 0
maxOcc unbounded
content complex
children privilege-category privilege
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
Defines sub-categories to this Category; creating a hierarchical structure.
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>

element XmlPrivilegeCategory/privilege
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p199.png
type XmlPrivilege
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier
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
A privilege that is contained within this category.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy