blob: 7976eab693c78addfb201c4a3e643c3665ca279b [file] [log] [blame]
Daniel Veillard82bbbd42003-05-11 20:16:09 +00001<?xml version="1.0"?>
2<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:my="uri:mywork" targetNamespace="uri:mywork">
3
4 <import namespace="http://www.w3.org/1999/xhtml"/>
5
6 <annotation>
7 <documentation>
8 <html:p>[Some documentation for my schema]</html:p>
9 </documentation>
10 </annotation>
11 <complexType name="myType">
12 <sequence>
13 <element ref="html:p" minOccurs="0"/>
14 </sequence>
15 </complexType>
16 <element name="myElt" type="my:myType"/>
17</schema>