Represents a data element in an SCXML datamodel.
@type t() :: %SC.DataElement{ document_order: integer() | nil, expr: String.t() | nil, expr_location: map() | nil, id: String.t(), id_location: map() | nil, source_location: map() | nil, src: String.t() | nil, src_location: map() | nil }