<xsd:element name="a_time" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Time of last access of file. Valid on NTFS but not on FAT formatted disk drives. 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="fileitema_time" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:file_item/win-sc:a_time">
<sch:assert test="@datatype='int'">item <sch:value-of select="../@id" /> - datatype attribute for the a_time entity of a file_item should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|