<xsd:element name="access_atrib_permission" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Permission to modify the resource's attributes (such as the date and time when a file was last modified).</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="sritemaccess_atrib_permission" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:sharedresource_item/win-sc:access_atrib_permission">
<sch:assert test="not(@datatype) or @datatype='bool'">item <sch:value-of select="../@id" /> - datatype attribute for the access_atrib_permission entity of a sharedresource_item should be 'bool'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|