Name

packet (text) — Replaced by textdata

Synopsis

Content Model
packet ::= (text,
            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 text packet. Since Regina 7.0, each packet type has its own XML element; in particular, text packets are now stored using the textdata element.

A text packet simply stores an arbitrary amount of text. The text itself is contained in the child text 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 text packet: packet, tag, text.