home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libxml-perl / examples / schema.xml < prev   
Encoding:
Text File  |  1999-08-10  |  405 b   |  17 lines

  1. <schema>
  2.   <table>
  3.     <name>MyTable</name>
  4.     <summary>A short summary</summary>
  5.     <description>A long description that may
  6.       contain a subset of HTML</description>
  7.     <column>
  8.       <name>MyColumn1</name>
  9.       <summary>A short summary</summary>
  10.       <description>A long description</description>
  11.       <unique/>
  12.       <non-null/>
  13.       <default>42</default>
  14.     </column>
  15.   </table>
  16. </schema>
  17.