<xsd:element name="current_uses" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The number of current connections to the resource.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="srstecurrent_uses" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:sharedresource_state/win-def:current_uses">
<sch:assert test="@datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the current_uses entity of a sharedresource_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|