5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
12 lines
348 B
XML
Executable File
12 lines
348 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="barNS"
|
|
targetNamespace="barNS"
|
|
elementFormDefault="qualified">
|
|
|
|
<xs:attribute name="a" type="xs:integer" />
|
|
<xs:attribute name="b" type="xs:integer" />
|
|
<xs:attribute name="c" type="xs:integer" />
|
|
|
|
</xs:schema>
|