~epidermis/epidermis/devel

« back to all changes in this revision

Viewing changes to xsd/usplash.xsd

  • Committer: David D Lowe
  • Date: 2008-06-13 15:47:16 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20080613154716-sbgp7aqlvr2mw58c
Massive rename: the program is now called Epidermis.
Schemes are now called skins.
Packages are now called pigments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.complete-look.com" targetNamespace="http://www.complete-look.com" elementFormDefault="qualified">
 
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://epidermis.tuxfamily.org" targetNamespace="http://epidermis.tuxfamily.org" elementFormDefault="qualified">
3
3
  <xs:element name="usplash">
4
4
    <xs:complexType>
5
5
      <xs:sequence>
6
6
        <xs:element name="name" type="xs:string"/>
7
 
        <xs:element name="package" type="xs:string"/>
 
7
        <xs:element name="pigment" type="xs:string"/>
8
8
        <xs:element name="description" type="xs:string"/>
9
9
        <xs:element name="copyright" type="xs:string"/>
10
10
        <xs:element name="author" type="xs:string"/>