5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
22 lines
663 B
XML
Executable File
22 lines
663 B
XML
Executable File
<sa:Doc xmlns:sa="http://openuri.org/test/selectAttribute">
|
|
|
|
<!-- Normal Type -->
|
|
|
|
<sa:Normal att1="Attribute 1" att2="Attribute 2"/>
|
|
|
|
<!-- anyAttribute with ##any -->
|
|
|
|
<sa:WithAny att1="Attribute 1"
|
|
def:att3="Attribute 3"
|
|
abc:att4="Attribute 4"
|
|
sa:att5="Attribute 5"
|
|
xmlns:abc="http://abc"
|
|
xmlns:def="http://def" />
|
|
|
|
<!-- anyAttribute with ##other -->
|
|
<sa:WithOther att2="Attribute 2"
|
|
abc:att3="Attribute 3"
|
|
def:att4="Attribute 4"
|
|
xmlns:abc="http://abc"
|
|
xmlns:def="http://def" />
|
|
</sa:Doc> |