<xsd:element name="netname" type="oval-def:EntityObjectStringType">
<xsd:annotation>
<xsd:documentation>The netname element is the unique name that is associated with a specific shared resource.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="srobjnetname" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:sharedresource_object/win-def:netname">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the netname entity of a sharedresource_object should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|