<xsd:element name="access_create_permission" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Permission to create an instance of the resource (such as a file); data can be written to the resource as the resource is created.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="sritemaccess_create_permission" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:sharedresource_item/win-sc:access_create_permission">
<sch:assert test="not(@datatype) or @datatype='bool'">item <sch:value-of select="../@id" /> - datatype attribute for the access_create_permission entity of a sharedresource_item should be 'bool'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|