<xsd:element name="volume_max_component_length" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The volume_max_component_length element specifies the maximum length, in TCHARs, of a file name component that a specified file system supports. A file name component is the portion of a file name between backslashes. The value that is stored in the variable that *lpMaximumComponentLength points to is used to indicate that a specified file system supports long names. For example, for a FAT file system that supports long names, the function stores the value 255, rather than the previous 8.3 indicator. Long names can also be supported on systems that use the NTFS file system.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="volitemvolume_max_component_length" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:volume_item/win-sc:volume_max_component_length">
<sch:assert test="@datatype='int'">item <sch:value-of select="../@id" /> - datatype attribute for the volume_max_component_length entity of a volume_item should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|