Module containing struct representing an example tag.
t() :: %XML.Tag{ attributes: %{}, name: String.t(), values: [%XML.Tag{attributes: term(), name: term(), values: term()} | String.t()] | nil }