Share via


fileName Simple Type

The fileName simple type is a valid file name. The file name must be specified without a file path.

<xs:simpleType name="fileName">
    <xs:restriction
        base="string"
     />
</xs:simpleType>

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013