Help for this page

Select Code to Download


  1. or download this
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                targetNamespace="urn:books"
    ...
        <xsd:attribute name="id"   type="xsd:string"/>
      </xsd:complexType>
    </xsd:schema>
    
  2. or download this
    <?xml version="1.0"?>
    <x:books xmlns:x="urn:books">
    ...
          <review>Least poetic poems.</review>
       </book>
    </x:books>