permission Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
entity entityId element 0/1  
found boolean element 0/1  
permission boolean element 0/1  

Example

<permission>
  <entity>
    <type>...</type>
    <id>...</id>
    <href>...</href>
  </entity>
  <permission>...</permission>
  <found>...</found>
</permission>