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

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        !             3:        targetNamespace="urn:test:foo"
        !             4:        elementFormDefault="qualified">
        !             5:        <xsd:element name="foo">
        !             6:                <xsd:complexType>
        !             7:                        <xsd:sequence>
        !             8:                                <xsd:element name="boo"/>
        !             9:                                <xsd:any namespace="##other" maxOccurs="5" processContents="lax"/>
        !            10:                        </xsd:sequence>
        !            11:                </xsd:complexType>
        !            12:        </xsd:element>
        !            13: </xsd:schema>

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