<xsd:element name="version" type="oval-def:EntityStateStringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The version element is the delimited version string of the file.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="filesteversion" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:file_state/win-def:version">
<sch:assert test="@datatype='version'">
<sch:value-of select="../@id" /> - datatype attribute for the version entity of a file_state should be 'version'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|