XFA Specification
Chapter 15, Template Specification
Template Reference
649
KSC-5601
The characters are encoded using the
Code for Information Interchange (Hangul and Hanja)
[KSC5601].
Big-Five
The characters are encoded using Traditional Chinese (Big-Five).
Note:
there is no official standard
for Big-Five and several variants are in use. XFA uses the variant implemented by Microsoft as code
page 950 [Code-Page-950].
GB-2312
The characters are encoded using Simplified Chinese [GB2312].
UTF-8
The characters are encoded using Unicode code points as defined by [Unicode-3.2], and UTF-8
serialization as defined by
ISO/IEC 10646
[ISO-10646].
UTF-16
The characters are encoded using Unicode code points as defined by [Unicode-3.2], and UTF-16
serialization as defined by
ISO/IEC 10646
[ISO-10646].
UCS-2
The characters are encoded using Unicode code points as defined by [Unicode-3.2], and UCS-2
serialization as defined by
ISO/IEC 10646
[ISO-10646].
fontSpecific
The characters are encoded in a font-specific way. Each character is represented by one 8-bit byte.
The use property
Invokes another object in the same document as a prototype for this object. The content of this property is
either a SOM expression (which cannot start with '#') or a '#' character followed by an XML ID.
Starting with XFA 2.4 the object used as a prototype no longer needs to be the child of
proto
. Any object
of the appropriate class can be used as a prototype.
If both
use
and
usehref
are non-empty
usehref
takes precedence.
The usehref property
Invokes an external object as a prototype for this object. The content of this property is an URL, followed
by '#', followed by either an XML ID or by som(SOM_expr) where
SOM_expr
represents a SOM expression.
The XML ID or SOM expression is resolved in the context of the external document.
If both
use
and
usehref
are non-empty
usehref
takes precedence.
The xdpContent property
Controls what subset of the data is submitted. This property is used only when the
format
property is
xdp
.
datasets pdf xfdf
Elements with the tags datasets, pdf, and xfdf are submitted to the host.
Home Index Bookmark Pages
Pages: Home Index All Pages