/[drupal]/contributions/modules/export_dxml/dxml.dtd
ViewVC logotype

Contents of /contributions/modules/export_dxml/dxml.dtd

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Aug 4 21:42:29 2006 UTC (3 years, 3 months ago) by puregin
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
Adding an intial cut at a DTD for DXML
This is autogenerated from instances using Relax:NG (I'm lazy).
1 <!ELEMENT content ( #PCDATA ) >
2
3 <!ELEMENT node ( nodeinfo, title, teaser, content, node* ) >
4 <!ATTLIST node id ID #REQUIRED >
5
6 <!ELEMENT nodeinfo EMPTY >
7 <!ATTLIST nodeinfo author CDATA #REQUIRED >
8 <!ATTLIST nodeinfo created CDATA #REQUIRED >
9 <!ATTLIST nodeinfo changed CDATA #REQUIRED >
10 <!ATTLIST nodeinfo depth CDATA #REQUIRED >
11 <!ATTLIST nodeinfo format CDATA #REQUIRED >
12 <!ATTLIST nodeinfo md5_body CDATA #REQUIRED >
13 <!ATTLIST nodeinfo promote ( 0 | 1 ) #REQUIRED >
14 <!ATTLIST nodeinfo moderate ( 0 | 1 ) #REQUIRED >
15 <!ATTLIST nodeinfo sticky ( 0 | 1 ) #REQUIRED >
16 <!ATTLIST nodeinfo status ( 0 | 1) #REQUIRED >
17 <!ATTLIST nodeinfo type CDATA #REQUIRED >
18 <!ATTLIST nodeinfo uid CDATA #REQUIRED >
19 <!ATTLIST nodeinfo vid CDATA #REQUIRED >
20 <!ATTLIST nodeinfo weight CDATA #REQUIRED >
21 <!ELEMENT teaser ( #PCDATA ) >
22
23 <!ELEMENT title ( #PCDATA ) >
24

  ViewVC Help
Powered by ViewVC 1.1.2