17.18.26 ST_FFName

This simple type specifies the format of the name which can be associated with the parent form field.

[Example: Consider the following WordprocessingML fragment for a text box form field:

<w:r>
  <w:fldChar w:fldCharType="begin">
    <w:ffData>
      <w:name w:val=”FirstName” />
      <w:textInput>
      </w:textInput>
    </w:ffData>
  </w:fldChar>
</w:r>
<w:r>
  <w:instrText> FORMTEXT </w:instrText>
</w:r>
<w:r>
  <w:fldChar w:fldCharType="separate"/>
</w:r>
<w:r>
  <w:t>1</w:t>
</w:r>
<w:r>
  <w:fldChar w:fldCharType="end"/>
</w:r>

The name element specifies that the name of the current form field is FirstName. end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type also

specifies the following restrictions:

  • This simple type’s contents have a maximum length of 65 Unicode scalar values.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_FFName) is located in A.1. end note]

Last updated on