complexType XmlPrivilegeAssignment
diagram deservices_wsdl_diagrams/deservices_wsdl_p107.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlEntityAssignmentQualified
properties
base XmlEntityAssignmentQualified
children qualifier-value position org-unit group
used by
element XmlResourceDetail/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.
source <xs:complexType name="XmlPrivilegeAssignment">
 
<xs:complexContent>
   
<xs:extension base="XmlEntityAssignmentQualified">
     
<xs:annotation>
       
<xs:documentation>Identifies a Privilege to which a Resource is associated.
                   The association can be qualified by one or more values.
</xs:documentation>
     
</xs:annotation>
     
<xs:choice>
       
<xs:element name="position" type="XmlModelEntity" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the position from which the resource inherits this privilege assignment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="org-unit" type="XmlModelEntity" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the organization unit from which the resource inherits this privilege assignment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="group" type="XmlModelEntity" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the group from which the resource inherits this privilege assignment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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