<xsd:element name="access_perm_permission" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Permission to modify the permissions (read, write, create, execute, and delete) assigned to a resource for a user or application.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="sritemaccess_perm_permission" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:sharedresource_item/win-sc:access_perm_permission">
<sch:assert test="not(@datatype) or @datatype='bool'">item <sch:value-of select="../@id" /> - datatype attribute for the access_perm_permission entity of a sharedresource_item should be 'bool'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|