名稱空間
元素和屬性名稱位於 URI 的名稱空間中。名稱空間繫結到實際元素和屬性名稱中使用的字首,稱為 QNames。
此文件將名稱空間繫結到字首 prefix
,並定義預設名稱空間,繫結缺少字首。
<?xml version="1.0"?>
<document
xmlns="http://www.example.com/default-namespace"
xmlns:prefix="http://www.example.com/another-namespace">
<prefix:element/>
</document>
有關名稱空間的更多詳細資訊,請參閱本主題