要素が QName 型として宣言されているとします。
<element name="example" type="QName" />
インスタンス ドキュメントでは、の値にexample
名前空間プレフィックスを付けなくてもかまいません。
<example>Hello</example>
はいの場合、の名前空間 URI はHello
何ですか?
デフォルトの名前空間を宣言するとします。
<document xmlns="http://www.example.org">
<example>Hello</example>
</document>
名前空間Hello
にありますか?http://www.example.org