# GTR005 — Reorder `` attributes (codemod) **Contract:** behaviour-preserving. ## Claim Reordering the `` element's attributes is a no-op. ## Proof Identical to [GTR002](GTR002.md): XML 1.0 §3.1 + Galaxy's name-keyed attribute access (`parser/xml.py` throughout). Shares `_attribute_ordering.py`.