summaryrefslogtreecommitdiffstats
path: root/XQTS/TestSources/attribute.xsd
blob: 2d94f7a85e8c47bc4f09173c53f97d25a635bd1e (plain)
1
2
3
4
5
6
7
8
9
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
           xmlns:sample="http://www.w3.org/XQueryTest/sample" 
           targetNamespace="http://www.w3.org/XQueryTest/sample" 
           elementFormDefault="qualified" attributeFormDefault="qualified"
>

    <xs:attribute name="attrib" type="xs:decimal"/>

</xs:schema>