/[drupal]/contributions/modules/taxonomy_xml/taxonomy.xsd
ViewVC logotype

Contents of /contributions/modules/taxonomy_xml/taxonomy.xsd

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


Revision 1.1 - (show annotations) (download)
Sat Jan 13 21:30:28 2007 UTC (2 years, 10 months ago) by etopian
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-5, DRUPAL-6--1, DRUPAL-6--2
Initial commit for a schema for the output XML file.
1 <?xml version="1.0" encoding="utf-8"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
3 <xs:element name="vocabulary">
4 <xs:complexType>
5 <xs:sequence>
6 <xs:element name="vid" type="xs:string" minOccurs="0"/>
7 <xs:element name="name" type="xs:string" minOccurs="0"/>
8 <xs:element name="description" type="xs:string" minOccurs="0"/>
9 <xs:element name="help" type="xs:string" minOccurs="0"/>
10 <xs:element name="relations" type="xs:string" minOccurs="0"/>
11 <xs:element name="hierarchy" type="xs:string" minOccurs="0"/>
12 <xs:element name="multiple" type="xs:string" minOccurs="0"/>
13 <xs:element name="required" type="xs:string" minOccurs="0"/>
14 <xs:element name="weight" type="xs:string" minOccurs="0"/>
15 <xs:element name="module" type="xs:string" minOccurs="0"/>
16 <xs:element name="nodes" type="xs:string" minOccurs="0"/>
17 <xs:element name="term" minOccurs="0" maxOccurs="unbounded">
18 <xs:complexType>
19 <xs:sequence>
20 <xs:element name="tid" type="xs:string" minOccurs="0"/>
21 <xs:element name="vid" type="xs:string" minOccurs="0"/>
22 <xs:element name="name" type="xs:string" minOccurs="0"/>
23 <xs:element name="description" type="xs:string" minOccurs="0"/>
24 <xs:element name="weight" type="xs:string" minOccurs="0"/>
25 <xs:element name="sortorder" type="xs:string" minOccurs="0"/>
26 <xs:element name="depth" type="xs:string" minOccurs="0"/>
27 <xs:element name="parent" type="xs:string" minOccurs="0"/>
28 </xs:sequence>
29 </xs:complexType>
30 </xs:element>
31 </xs:sequence>
32 </xs:complexType>
33 </xs:element>
34 </xs:schema>

  ViewVC Help
Powered by ViewVC 1.1.2