blob: 92e0bbead7bd2eef50dcbbc981eaee294a01d568 [file] [log] [blame]
Daniel Veillard3646d642004-06-02 19:19:14 +00001<?xml version="1.0"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://IMPORT"
3 xmlns:imp="http://IMPORT" xmlns:boo="http://BOO">
4
5 <xsd:attributeGroup name="attrGr.inters.5_1">
6 <xsd:anyAttribute namespace="##other"/>
7 </xsd:attributeGroup>
8
9 <xsd:element name="imp.element"/>
10
11 <xsd:attribute name="imp.attribute" type="xsd:string"/>
12
13 <xsd:group name="imp.group">
14 <xsd:sequence>
15 <xsd:element ref="imp:imp.element"/>
16 </xsd:sequence>
17 </xsd:group>
18
19 <xsd:complexType name="imp.complexType">
20 <xsd:attribute ref="imp:imp.attribute"/>
21 </xsd:complexType>
22
23</xsd:schema>
24