libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schemas / src-attribute2_0.xsd
blobd10cc81f155610c8fe6603030a4bd387b9a6eb71
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <!-- 3.2.3 : 2
3 If default and use are both present, use must have the ·actual value· optional
4 -->
5 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://foo" xmlns:foo="http://foo">
7 <element name="foo">
8 <complexType>
9 <attribute name="bar" type="string" use="required" default="moo" />
10 </complexType>
11 </element>
13 </schema>