2.2.147.6 formLocaleType

The formLocaleType simple type specifies restrictions for specifying the locale of the form template.

Referenced By

server.xsf2.2.147.9@formLocale

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

 <xsd:simpleType name="formLocaleType">
   <xsd:restriction base="xsd:token">
     <xsd:minLength value="1"/>
   </xsd:restriction>
 </xsd:simpleType>