Annotation of embedaddon/libxml2/test/schemas/import0_0.xsd, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="UTF-8"?>
        !             2: <xs:schema targetNamespace="http://example.net/xmlschema"
        !             3:            xmlns:xs="http://www.w3.org/2001/XMLSchema"
        !             4:           xmlns:ns1="http://example.net/xmlschema"
        !             5:           xmlns:ns2="http://example.net/xmlschema2"
        !             6:           xmlns="http://example.net/xmlschema"
        !             7:           elementFormDefault="qualified" attributeFormDefault="unqualified">
        !             8: 
        !             9: <xs:import namespace="http://example.net/xmlschema2"
        !            10:            schemaLocation="import0_0.imp"/>
        !            11: 
        !            12: <xs:element name="bar">
        !            13:   <xs:complexType>
        !            14:     <xs:sequence>
        !            15:       <xs:element name="foo1" type="ns2:tfoo"/>
        !            16:     </xs:sequence>
        !            17:   </xs:complexType>
        !            18: </xs:element>
        !            19: 
        !            20: 
        !            21: </xs:schema>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>