XFA Specification
Chapter 21, XDP Specification
XDP Reference
791
XDP Reference
The config Element (an XDP Packet)
This packet encloses the configuration settings (“Config
Specification” on page 676).
The following shows the format of a config packet:
<xfa:config
xmlns:xfa="http://www.xfa.org/schema/xci/1.0/">
… XML configuration specifications …
</xfa:config>
The config MIME-type is text/xml.
The connectionSet Element (an XDP Packet)
The connectionSet packet describes the connections used to initiate or conduct web services. Such a set
defines connections for web services (WSDL), sample data (XML), and schema files (XSD) (“Connection
Set
Specification” on page 732).
The following shows the format of a connectionSet packet:
<connectionSet
xmlns="http://www.xfa.org/schema/xfa-connection-set/2.4/">
… connection set data …
</connectionSet> </xfd>
The connectionSet MIME-type is
text/xml
.
The datasets Element (an XDP Packet)
The
datasets
element encloses XML data content that may have originated from an Adobe XML form
and/or may be intended to be consumed by an Adobe XML form (“Data
Description Specification” on
page 746).
The
datasets
element may also include XML digital signatures, as described
“XML Digital
Signatures” on page 409.
<xfa:datasets
xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
<xfa:data>
… XML form-data content …
</xfa:data>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
… XML digital signature …
</Signature>
</xfa:datasets>
The datasets MIME Type is
text/xml
.
The localeSet Element (an XDP Packet)
The
localeSet
packet encloses information about locales. A locale set includes predefined set of
conventions for representing dates, times, numbers, and currency. For more information, see
“Localization
and Canonicalization” on page 140
and
“Locale Set Specification” on page 710.
Home Index Bookmark Pages
Pages: Home Index All Pages