Unique Particle Attribution
The Unique Particle Attribution (UPA) rule is a mechanism to prevent ambiguity in W3C XML Schema version 1.0. Due to the UPA rule the XML schema fragment given below is prohibited: Given the XML instance fragment: <x>42</x> it is ambiguous whether <x> should be associated with the element declaration (xsd:element name="x"), or the wildcard (xsd:any).
Source: Wikipedia — Unique Particle Attribution (CC BY-SA 4.0)