Annotation of embedaddon/libxml2/test/schemas/hexbinary_0.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <xsd_hexBinary>
        !             3:   <hex>00</hex>
        !             4:   <hex>0123456789ABCDEF</hex>
        !             5:   <hex>abcdef0123456789</hex>
        !             6:   <hex>0123456789abcdef</hex>
        !             7:   <hex>0123456789ABCDEF</hex>
        !             8:   <hex>0123456789abcdef0123456789ABCDEF</hex>
        !             9:   <hex>0123456789abcdef0123456789ABCDEF0123456789abcdef0123456789ABCDEF0123456789abcdef0123456789ABCDEF0123456789abcdef0123456789ABCDEF0123456789abcdef0123456789ABCDEF</hex>
        !            10:   <hex>01234567899876543210</hex>
        !            11:   <hex>00112233445566778899aAbBcCdDeEfF</hex>
        !            12:   <hex>A0B1C2D3E4F5</hex>
        !            13:   <!-- minLength and maxLength -->
        !            14:   <hex2>00</hex2>
        !            15:   <hex2>0000000000000000</hex2>
        !            16:   <hex2>1122334455667788</hex2>
        !            17:   <!-- length -->
        !            18:   <hex3>abcd</hex3>
        !            19:   <hex3>0ed0</hex3>
        !            20: </xsd_hexBinary>

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