<xsd:element name="access_write_permission" type="oval-def:EntityStateBoolType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Permission to write data to the resource.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="srsteaccess_write_permission" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:sharedresource_state/win-def:access_write_permission">
<sch:assert test="not(@datatype) or @datatype='bool'">
<sch:value-of select="../@id" /> - datatype attribute for the access_write_permission entity of a sharedresource_state should be 'bool'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|