2.2.2.1.5 formDescriptionType

 The formDescriptionType simple type specifies restrictions for specifying the form template description.

Referenced By

solutionDefinition.xsf2.2.2.2.1@description

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

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