Return to tutor10_8.rng CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / relaxng |
libxml2
<element name="addressBook" ns="http://www.example.com" xmlns="http://relaxng.org/ns/structure/1.0"> <zeroOrMore> <element name="card" ns="http://www.example.com"> <attribute name="name" ns=""/> <attribute name="email" ns=""/> </element> </zeroOrMore> </element>