Version 1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / includes / schema / project-1.0.xsd
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <xsd:schema xmlns="http://www.example.com/schema/projectwithxsd"
4     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5     targetNamespace="http://www.example.com/schema/projectwithxsd"
6     elementFormDefault="qualified">
7
8   <xsd:element name="bar" type="bar" />
9
10   <xsd:complexType name="bar">
11     <xsd:attribute name="foo" type="xsd:string" />
12   </xsd:complexType>
13 </xsd:schema>