Name

packet (PDF) — Replaced by attachment

Synopsis

Content Model
packet ::= (pdf,
            tag*, packet*)
Attributes
See the general packet element documentation.

Deprecated since Regina 7.0

Description

In Regina 6.0.1 and earlier, the packet element was used to store every packet in the entire packet tree that makes up a Regina data file. This page describes how the packet element was structured when storing a PDF packet. Since Regina 7.0, each packet type has its own XML element; in particular, PDF packets are now stored using the new attachment element (which can also store other types of attachments, not just PDF documents).

A PDF packet stores a single PDF document. The document itself is encoded in a printable format in the child pdf element.

The roles played by the child tag and packet elements are described in the general packet element documentation.

Parents

The following elements contain packet: packet, reginadata.

Children

The following elements occur in packet for a PDF packet: packet, pdf, tag.