<xsd:element name="rootpath" type="oval-def:EntityStateStringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A string that contains the root directory of the volume to be described. A trailing backslash is required. For example, you would specify \\MyServer\MyShare as "\\MyServer\MyShare\", or the C drive as "C:\".</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="volumesterootpath" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:volume_state/win-def:rootpath">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the rootpath entity of a volume_state should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|