# GTR013 — Reorder `` children (codemod) **Contract:** behaviour-preserving. ## Claim Reordering ``'s child elements into IUC order is a no-op. ## Proof 1. `` is **`xs:all`** in every vendored XSD — order-free by schema. 2. Galaxy's child access is **tag-keyed** (`root.find("command")`, `findall(…)`) across `tool_util/parser/xml.py` — never positional.