Structure declaration element
A structure declaration element is a structure definition preceded by an update option. The update option allows completely replacing the structure definition (new) or updating an existing structure definition (update).
Definition:
struct_dcl := [update_option] struct_type ';'