blob: 94d818c420f3f167fd03a6ad122b2069c93a3086 [file] [log] [blame]
Daniel Veillardc0826a72004-08-10 14:17:33 +00001<?xml version="1.0"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://FOO"
4 xmlns:goo="http://GOO"
5 xmlns:but="http://BUT">
6 <xsd:element name="foo" xml:lang="hhh">
Kasimier T. Buchcikba70cc02005-02-28 10:28:21 +00007 <xsd:annotation id="id1" death="is a good entertainer" but:such="is life">
Daniel Veillardc0826a72004-08-10 14:17:33 +00008 I shouldn't do this here...
Kasimier T. Buchcikba70cc02005-02-28 10:28:21 +00009 <xsd:appinfo id="id2" source="somewhere"
Daniel Veillardc0826a72004-08-10 14:17:33 +000010 goo:fun="bag" fun="another fun-bag">
11 weeelll
12 </xsd:appinfo>
Kasimier T. Buchcikba70cc02005-02-28 10:28:21 +000013 <xsd:documentation xml:lang="*" id="id3" source="anywhere"
Daniel Veillardc0826a72004-08-10 14:17:33 +000014 goo:mothers="of invention" mothers="don't do your dishes">
15 hmmmmmm
16 </xsd:documentation>
17 ...and here as well - more than ever
18 </xsd:annotation>
19 </xsd:element>
20
Kasimier T. Buchcikba70cc02005-02-28 10:28:21 +000021</xsd:schema>