<xsd:element name="access_atrib_permission" type="oval-def:EntityStateBoolType" minOccurs="0">
<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="srsteaccess_atrib_permission" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:sharedresource_state/win-def:access_atrib_permission">
<sch:assert test="not(@datatype) or @datatype='bool'">
<sch:value-of select="../@id" /> - datatype attribute for the access_atrib_permission entity of a sharedresource_state should be 'bool'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|