2.2.1.1.8 xdFileName

The xdFileName simple type specifies restrictions for specifying the name of a file that is part of the form template.

Referenced By

file.xsfschema@name

importSource.xsfschema@schema

importSource.xsfschema@transform

initialXmlDocument.xsfschema@href

mainpane.xsfschema@transform

script.xsfschema@src

solutionProperties.xsfschema@lastOpenView

useTransform.xsfschema@transform

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="xdFileName">
   <xsd:restriction base="xsd:string">
     <xsd:minLength value="1"/>
     <xsd:maxLength value="64"/>
   </xsd:restriction>
 </xsd:simpleType>