Description |
Contains or points to a series of instructions for populating the view based on the data and template provided in the document or for generating the view from scratch based only on the data. The behavior of the TRANSFORM depends upon the presence of the TEMPLATE element. If a TEMPLATE element is provided, then the TRANSFORM merges the data in the DATA element with the TEMPLATE to produce a new populated view. If the TEMPLATE element is not provided, then the TRANSFORM generates the complete view from scratch based on provided data. A TRANSFORM element may contain either TRANSFORM_PAGES or TRANSFORM_FILES. Use TRANSFORM_PAGES for page-based file formats and TRANSFORM_FILES when all pages are contained in a single object. |
Type : TRANSFORM |
Definition |
Contains or points to a series of instructions for populating the view based on the data and template provided in the document or for generating the view from scratch based only on the data. The behavior of the TRANSFORM depends upon the presence of the TEMPLATE element. If a TEMPLATE element is provided, then the TRANSFORM merges the data in the DATA element with the TEMPLATE to produce a new populated view. If the TEMPLATE element is not provided, then the TRANSFORM generates the complete view from scratch based on provided data. A TRANSFORM element may contain either TRANSFORM_PAGES or TRANSFORM_FILES. Use TRANSFORM_PAGES for page-based file formats and TRANSFORM_FILES when all pages are contained in a single object. (Defined in file MISMO_3.4.0_B324.xsd , or a file it imports) |
Elements | |||
EXTENSION | |||
TRANSFORM_FILES | The TRANSFORM_FILES element contains the TRANSFORM_FILE elements used to compose a transform for the document. The TRANSFORM_FILE element with SequenceNumber equal to 1 is the main file in the transform, the others are secondary resources used by the main file, like images, sub-forms, includes, or imports.The TRANSFORM_FILES element contains the TRANSFORM_FILE elements used to compose a transform for the document. The TRANSFORM_FILE element with SequenceNumber equal to 1 is the main file in the transform, the others are secondary resources used by the main file, like images, sub-forms, includes, or imports. | ||
TRANSFORM_PAGES | The TRANSFORM_PAGES element holds the TRANSFORM_PAGE elements that contain or point to the files that comprise a page within a TRANSFORM. This contains or points to a series of instructions for populating the view page based on the data and TEMPLATE provided in the document or for generating the view from scratch based only on the data.The TRANSFORM_PAGES element holds the TRANSFORM_PAGE elements that contain or point to the files that comprise a page within a TRANSFORM. This contains or points to a series of instructions for populating the view page based on the data and TEMPLATE provided in the document or for generating the view from scratch based only on the data. |
Attributes | |||
label | |||
SequenceNumber | An integer value used to provide an order to multi-instance sibling elements. The value must be unique for each sibling element. |
Parents |
\MESSAGE\DOCUMENT_SETS\DOCUMENT_SET\DOCUMENTS\DOCUMENT\MAP\TRANSFORMS
|