Logo

Modularization with XML Schemas

  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:element name="img">
          <xs:complexType>
              <xs:attribute name="longdesc" type="xs:string"/>
              <xs:attribute name="src" type="xs:anyURI"/>
              ...
          </xs:complexType>
      </xs:element>
  </xs:schema
  <include schemaLocation="xhtml-image-1.xsd">

Ivan Herman, W3C Head of Offices16 July, 20029 (18)