2.2.4.2.2.25 MiningStructurePermission

The MiningStructurePermission complex type MAY<114> represent permissions for a MiningStructure.

   <xsd:complexType name="MiningStructurePermission">
     <xsd:complexContent>
       <xsd:extension base="Permission">
         <xsd:sequence>
           <!--Extended elements for MiningStructurePermission object-->
           <xsd:element name="AllowDrillThrough" type="xsd:boolean" minOccurs="0"/>
           <xsd:element name="Write" minOccurs="0">
             <xsd:simpleType>
               <xsd:restriction base="xsd:string" >
                 <xsd:enumeration value="None" />
               </xsd:restriction>
             </xsd:simpleType>
           </xsd:element>
         </xsd:sequence>
       </xsd:extension >
     </xsd:complexContent>
   </xsd:complexType>

The following table shows only the additional elements that are not contained in Permission.

Element

Read-Only

Default value

Description

AllowDrillThrough

False

A Boolean that indicates whether drillthrough is allowed on the MiningModel.

Write

"None"

A string that specifies whether the role has permission to write to the object or any of its contained objects.

"None" specifies no write access to object metadata or data.