<xsd:element name="shared_type" type="win-def:EntityStateSharedResourceTypeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The type of the shared resource.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="srsteshared_type" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:sharedresource_state/win-def:shared_type">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the shared_type entity of a sharedresource_state should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|