5.7 Namespace Prefixes

<?xml version="1.0" encoding="UTF-8"?>
<or:oranges xmlns:or="fruit://osu/or"
            xmlns:ap="fruit://osu/ap"
            xmlns   ="fruit://osu/ot"
                at="1">

  <ap:apples    at="2" >...</ap:apples>
  <other     or:at="3" at="4" >...</other>
  <none     xmlns="" >...</none>
</or:oranges>


The element other comes from the default namespace
The element none doesn’t belong to a namespace
The attribute at="2" belongs to fruit://osu/ap
The attribute at="4" belongs to no namespace