Annotation of embedaddon/libxml2/test/relaxng/tutor6_3.rng, revision 1.1

1.1     ! misho       1: <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
        !             2:   <attribute name="name"/>
        !             3:   <attribute name="email"/>
        !             4:   <attribute name="preferredFormat">
        !             5:     <choice>
        !             6:       <value type="string">html</value>
        !             7:       <value type="string">text</value>
        !             8:     </choice>
        !             9:   </attribute>
        !            10: </element>

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