Show AllShow All

xdFileName Type

Specifies the name of a file.

Type

xsd:string

Facets

NameDescription
minLength1
maxLength64

Remarks

The xdFileName type is used for attributes in the form definition (.xsf) file that specify a file name that can be from 1 to 64 characters in length.

Example

The following example is the declaration of the xdFileName type:

<xsd:simpleType name="xdFileName">
   <xsd:restriction base="xsd:string">
      <xsd:minLength value="1" />
      <xsd:maxLength value="64" />
   </xsd:restriction>
</xsd:simpleType>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp