DFDL objects

In DFDL, objects define the logical format of data.

Objects

The following diagram displays the objects, and the relationships between them. The asterisk (*) represents a zero-to-many relationship. DFDL properties may be placed only on sequence, choice, element, and simpleType.
sequence contains zero or more groups. choice contains zero or more groups. group contains zero or more elements. element contains type. complexType contains group and type. simpleType contains type. DFDL properties may be placed only on sequence, choice, element, and simpleType.