customCategory Element

Specifies the category that the form template appears under in the Fill Out a Form task pane.

Type

  xsd:complexType

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
name
  xsf:xdTitle
required Specifies the name of the custom category.

minLength = 1

maxLength = 255

pattern = ([^\p{Z}\p{Cc}\p{Cf}\p{Cn}])(([^\p{Zl}\p{Zp}\p{Cc}])*([^\p{Z}\p{Cc}\p{Cf}\p{Cn}]))?

  xsf:xdTitle

Definition

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

Remarks

The customCategory element is an optional element of the initialXmlDocument element.

Example

The following is an example of the customCategory element:

  <xsf:fileNew> 
   <xsf:initialXmlDocument 
      caption="Travel Report"
      href="TravelReportTemplate.xml">
      <xsf:customCategory name="Reports"/>
   </xsf:initialXmlDocument>
</xsf:fileNew>