<xsd:element name="m_time" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Time of last modification of file. The string should represent the FILETIME structure which is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="filestem_time" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:file_state/win-def:m_time">
<sch:assert test="@datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the m_time entity of a file_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|