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

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        !             3:   <xsd:element name="doc">
        !             4:     <xsd:complexType>
        !             5:       <xsd:all>
        !             6:         <xsd:element name="a"/>
        !             7:         <xsd:element minOccurs="0" name="b"/>
        !             8:       </xsd:all>
        !             9:     </xsd:complexType>
        !            10:   </xsd:element>
        !            11: </xsd:schema>

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