2.2.1.2.76 customCategory

The customCategory element specifies the form template category, which is used to group together form templates.

Parent Elements

initialXmlDocument

Attributes:

name: This attribute specifies the name of the custom category.

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

 <xsd:element name="customCategory">
   <xsd:complexType>
     <xsd:attribute name="name" type="xsf:xdTitle" use="required"/>
   </xsd:complexType>
 </xsd:element>