gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/export tracker.xsd,1.1,1.2


From: gsmet
Subject: [Gforge-commits] gforge/www/export tracker.xsd,1.1,1.2
Date: Wed, 15 Dec 2004 15:44:43 -0600

Update of /cvsroot/gforge/gforge/www/export
In directory db.perdue.net:/tmp/cvs-serv12411

Modified Files:
        tracker.xsd 
Log Message:
removed dos newlines


Index: tracker.xsd
===================================================================
RCS file: /cvsroot/gforge/gforge/www/export/tracker.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tracker.xsd 29 Apr 2004 18:46:27 -0000      1.1
+++ tracker.xsd 15 Dec 2004 21:44:40 -0000      1.2
@@ -1,212 +1,212 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"; 
elementFormDefault="qualified">
-       <xsd:element name="adddate" type="xsd:string"/>
-       <xsd:element name="artifact">
-               <xsd:complexType>
-                       <xsd:sequence>
-                               <xsd:element ref="submitted_by"/>
-                               <xsd:element ref="submitted_date"/>
-                               <xsd:element ref="artifact_type"/>
-                               <xsd:element ref="category"/>
-                               <xsd:element ref="artifact_group"/>
-                               <xsd:element ref="assigned_to"/>
-                               <xsd:element ref="priority"/>
-                               <xsd:element ref="status"/>
-                               <xsd:element ref="resolution"/>
-                               <xsd:element ref="summary"/>
-                               <xsd:element ref="detail" minOccurs="0"/>
-                               <xsd:element ref="followups"/>
-                               <xsd:element ref="existingfiles"/>
-                               <xsd:element ref="changelog"/>
-                       </xsd:sequence>
-                       <xsd:attribute name="id" use="required">
-                               <xsd:simpleType>
-                                       <xsd:restriction base="xsd:int"/>
-                               </xsd:simpleType>
-                       </xsd:attribute>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="artifact_group">
-               <xsd:complexType>
-                       <xsd:simpleContent>
-                               <xsd:restriction base="xsd:string">
-                                       <xsd:attribute name="id" use="required">
-                                               <xsd:simpleType>
-                                                       <xsd:restriction 
base="xsd:int"/>
-                                               </xsd:simpleType>
-                                       </xsd:attribute>
-                               </xsd:restriction>
-                       </xsd:simpleContent>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="artifact_type">
-               <xsd:complexType>
-                       <xsd:simpleContent>
-                               <xsd:restriction base="xsd:string">
-                                       <xsd:attribute name="id" use="required">
-                                               <xsd:simpleType>
-                                                       <xsd:restriction 
base="xsd:int"/>
-                                               </xsd:simpleType>
-                                       </xsd:attribute>
-                               </xsd:restriction>
-                       </xsd:simpleContent>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="assigned_to">
-               <xsd:simpleType>
-                       <xsd:restriction base="xsd:string"/>
-               </xsd:simpleType>
-       </xsd:element>
-       <xsd:element name="by">
-               <xsd:simpleType>
-                       <xsd:restriction base="xsd:string"/>
-               </xsd:simpleType>
-       </xsd:element>
-       <xsd:element name="category">
-               <xsd:complexType>
-                       <xsd:simpleContent>
-                               <xsd:restriction base="xsd:string">
-                                       <xsd:attribute name="id" use="required">
-                                               <xsd:simpleType>
-                                                       <xsd:restriction 
base="xsd:int"/>
-                                               </xsd:simpleType>
-                                       </xsd:attribute>
-                               </xsd:restriction>
-                       </xsd:simpleContent>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="changelog">
-               <xsd:complexType>
-                       <xsd:sequence>
-                               <xsd:element ref="field" minOccurs="0"/>
-                               <xsd:element ref="old_value" minOccurs="0"/>
-                               <xsd:element ref="date" minOccurs="0"/>
-                               <xsd:element ref="by" minOccurs="0"/>
-                               <xsd:element ref="item" minOccurs="0" 
maxOccurs="unbounded"/>
-                       </xsd:sequence>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="date" type="xsd:string"/>
-       <xsd:element name="description" type="xsd:string"/>
-       <xsd:element name="detail" type="xsd:string"/>
-       <xsd:element name="existingfiles">
-               <xsd:complexType>
-                       <xsd:sequence>
-                               <xsd:element ref="file" maxOccurs="unbounded"/>
-                       </xsd:sequence>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="field" type="xsd:string"/>
-       <xsd:element name="file">
-               <xsd:complexType>
-                       <xsd:sequence>
-                               <xsd:element ref="id"/>
-                               <xsd:element ref="name"/>
-                               <xsd:element ref="description"/>
-                               <xsd:element ref="location"/>
-                               <xsd:element ref="filesize"/>
-                               <xsd:element ref="filetype"/>
-                               <xsd:element ref="adddate"/>
-                               <xsd:element ref="submitted_by"/>
-                       </xsd:sequence>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="filesize" type="xsd:byte"/>
-       <xsd:element name="filetype">
-               <xsd:simpleType>
-                       <xsd:restriction base="xsd:string"/>
-               </xsd:simpleType>
-       </xsd:element>
-       <xsd:element name="followups">
-               <xsd:complexType>
-                       <xsd:sequence>
-                               <xsd:element ref="item" maxOccurs="unbounded"/>
-                       </xsd:sequence>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="id">
-               <xsd:simpleType>
-                       <xsd:restriction base="xsd:int"/>
-               </xsd:simpleType>
-       </xsd:element>
-       <xsd:element name="item">
-               <xsd:complexType>
-                       <xsd:sequence>
-                               <xsd:element ref="field" minOccurs="0"/>
-                               <xsd:element ref="old_value" minOccurs="0"/>
-                               <xsd:element ref="date"/>
-                               <xsd:element ref="sender" minOccurs="0"/>
-                               <xsd:element ref="submitted_by" minOccurs="0"/>
-                               <xsd:element ref="text" minOccurs="0"/>
-                               <xsd:element ref="by" minOccurs="0"/>
-                       </xsd:sequence>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="location" type="xsd:string"/>
-       <xsd:element name="name">
-               <xsd:simpleType>
-                       <xsd:restriction base="xsd:string"/>
-               </xsd:simpleType>
-       </xsd:element>
-       <xsd:element name="old_value" type="xsd:string"/>
-       <xsd:element name="priority">
-               <xsd:complexType>
-                       <xsd:simpleContent>
-                               <xsd:restriction base="xsd:string">
-                                       <xsd:attribute name="id" use="required">
-                                               <xsd:simpleType>
-                                                       <xsd:restriction 
base="xsd:int"/>
-                                               </xsd:simpleType>
-                                       </xsd:attribute>
-                               </xsd:restriction>
-                       </xsd:simpleContent>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="resolution">
-               <xsd:complexType>
-                       <xsd:simpleContent>
-                               <xsd:restriction base="xsd:string">
-                                       <xsd:attribute name="id">
-                                               <xsd:simpleType>
-                                                       <xsd:restriction 
base="xsd:int"/>
-                                               </xsd:simpleType>
-                                       </xsd:attribute>
-                               </xsd:restriction>
-                       </xsd:simpleContent>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="sender" type="xsd:string"/>
-       <xsd:element name="status">
-               <xsd:complexType>
-                       <xsd:simpleContent>
-                               <xsd:restriction base="xsd:string">
-                                       <xsd:attribute name="id">
-                                               <xsd:simpleType>
-                                                       <xsd:restriction 
base="xsd:int"/>
-                                               </xsd:simpleType>
-                                       </xsd:attribute>
-                               </xsd:restriction>
-                       </xsd:simpleContent>
-               </xsd:complexType>
-       </xsd:element>
-       <xsd:element name="submitted_by">
-               <xsd:simpleType>
-                       <xsd:restriction base="xsd:string"/>
-               </xsd:simpleType>
-       </xsd:element>
-       <xsd:element name="submitted_date" type="xsd:string"/>
-       <xsd:element name="summary" type="xsd:string"/>
-       <xsd:element name="text" type="xsd:string"/>
-       <xsd:element name="tracker">
-               <xsd:complexType>
-                       <xsd:sequence>
-                               <xsd:element ref="artifact" 
maxOccurs="unbounded"/>
-                       </xsd:sequence>
-                       <xsd:attribute name="version" use="required">
-                               <xsd:simpleType>
-                                       <xsd:restriction base="xsd:number"/>
-                               </xsd:simpleType>
-                       </xsd:attribute>
-               </xsd:complexType>
-       </xsd:element>
-</xsd:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"; 
elementFormDefault="qualified">
+       <xsd:element name="adddate" type="xsd:string"/>
+       <xsd:element name="artifact">
+               <xsd:complexType>
+                       <xsd:sequence>
+                               <xsd:element ref="submitted_by"/>
+                               <xsd:element ref="submitted_date"/>
+                               <xsd:element ref="artifact_type"/>
+                               <xsd:element ref="category"/>
+                               <xsd:element ref="artifact_group"/>
+                               <xsd:element ref="assigned_to"/>
+                               <xsd:element ref="priority"/>
+                               <xsd:element ref="status"/>
+                               <xsd:element ref="resolution"/>
+                               <xsd:element ref="summary"/>
+                               <xsd:element ref="detail" minOccurs="0"/>
+                               <xsd:element ref="followups"/>
+                               <xsd:element ref="existingfiles"/>
+                               <xsd:element ref="changelog"/>
+                       </xsd:sequence>
+                       <xsd:attribute name="id" use="required">
+                               <xsd:simpleType>
+                                       <xsd:restriction base="xsd:int"/>
+                               </xsd:simpleType>
+                       </xsd:attribute>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="artifact_group">
+               <xsd:complexType>
+                       <xsd:simpleContent>
+                               <xsd:restriction base="xsd:string">
+                                       <xsd:attribute name="id" use="required">
+                                               <xsd:simpleType>
+                                                       <xsd:restriction 
base="xsd:int"/>
+                                               </xsd:simpleType>
+                                       </xsd:attribute>
+                               </xsd:restriction>
+                       </xsd:simpleContent>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="artifact_type">
+               <xsd:complexType>
+                       <xsd:simpleContent>
+                               <xsd:restriction base="xsd:string">
+                                       <xsd:attribute name="id" use="required">
+                                               <xsd:simpleType>
+                                                       <xsd:restriction 
base="xsd:int"/>
+                                               </xsd:simpleType>
+                                       </xsd:attribute>
+                               </xsd:restriction>
+                       </xsd:simpleContent>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="assigned_to">
+               <xsd:simpleType>
+                       <xsd:restriction base="xsd:string"/>
+               </xsd:simpleType>
+       </xsd:element>
+       <xsd:element name="by">
+               <xsd:simpleType>
+                       <xsd:restriction base="xsd:string"/>
+               </xsd:simpleType>
+       </xsd:element>
+       <xsd:element name="category">
+               <xsd:complexType>
+                       <xsd:simpleContent>
+                               <xsd:restriction base="xsd:string">
+                                       <xsd:attribute name="id" use="required">
+                                               <xsd:simpleType>
+                                                       <xsd:restriction 
base="xsd:int"/>
+                                               </xsd:simpleType>
+                                       </xsd:attribute>
+                               </xsd:restriction>
+                       </xsd:simpleContent>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="changelog">
+               <xsd:complexType>
+                       <xsd:sequence>
+                               <xsd:element ref="field" minOccurs="0"/>
+                               <xsd:element ref="old_value" minOccurs="0"/>
+                               <xsd:element ref="date" minOccurs="0"/>
+                               <xsd:element ref="by" minOccurs="0"/>
+                               <xsd:element ref="item" minOccurs="0" 
maxOccurs="unbounded"/>
+                       </xsd:sequence>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="date" type="xsd:string"/>
+       <xsd:element name="description" type="xsd:string"/>
+       <xsd:element name="detail" type="xsd:string"/>
+       <xsd:element name="existingfiles">
+               <xsd:complexType>
+                       <xsd:sequence>
+                               <xsd:element ref="file" maxOccurs="unbounded"/>
+                       </xsd:sequence>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="field" type="xsd:string"/>
+       <xsd:element name="file">
+               <xsd:complexType>
+                       <xsd:sequence>
+                               <xsd:element ref="id"/>
+                               <xsd:element ref="name"/>
+                               <xsd:element ref="description"/>
+                               <xsd:element ref="location"/>
+                               <xsd:element ref="filesize"/>
+                               <xsd:element ref="filetype"/>
+                               <xsd:element ref="adddate"/>
+                               <xsd:element ref="submitted_by"/>
+                       </xsd:sequence>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="filesize" type="xsd:byte"/>
+       <xsd:element name="filetype">
+               <xsd:simpleType>
+                       <xsd:restriction base="xsd:string"/>
+               </xsd:simpleType>
+       </xsd:element>
+       <xsd:element name="followups">
+               <xsd:complexType>
+                       <xsd:sequence>
+                               <xsd:element ref="item" maxOccurs="unbounded"/>
+                       </xsd:sequence>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="id">
+               <xsd:simpleType>
+                       <xsd:restriction base="xsd:int"/>
+               </xsd:simpleType>
+       </xsd:element>
+       <xsd:element name="item">
+               <xsd:complexType>
+                       <xsd:sequence>
+                               <xsd:element ref="field" minOccurs="0"/>
+                               <xsd:element ref="old_value" minOccurs="0"/>
+                               <xsd:element ref="date"/>
+                               <xsd:element ref="sender" minOccurs="0"/>
+                               <xsd:element ref="submitted_by" minOccurs="0"/>
+                               <xsd:element ref="text" minOccurs="0"/>
+                               <xsd:element ref="by" minOccurs="0"/>
+                       </xsd:sequence>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="location" type="xsd:string"/>
+       <xsd:element name="name">
+               <xsd:simpleType>
+                       <xsd:restriction base="xsd:string"/>
+               </xsd:simpleType>
+       </xsd:element>
+       <xsd:element name="old_value" type="xsd:string"/>
+       <xsd:element name="priority">
+               <xsd:complexType>
+                       <xsd:simpleContent>
+                               <xsd:restriction base="xsd:string">
+                                       <xsd:attribute name="id" use="required">
+                                               <xsd:simpleType>
+                                                       <xsd:restriction 
base="xsd:int"/>
+                                               </xsd:simpleType>
+                                       </xsd:attribute>
+                               </xsd:restriction>
+                       </xsd:simpleContent>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="resolution">
+               <xsd:complexType>
+                       <xsd:simpleContent>
+                               <xsd:restriction base="xsd:string">
+                                       <xsd:attribute name="id">
+                                               <xsd:simpleType>
+                                                       <xsd:restriction 
base="xsd:int"/>
+                                               </xsd:simpleType>
+                                       </xsd:attribute>
+                               </xsd:restriction>
+                       </xsd:simpleContent>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="sender" type="xsd:string"/>
+       <xsd:element name="status">
+               <xsd:complexType>
+                       <xsd:simpleContent>
+                               <xsd:restriction base="xsd:string">
+                                       <xsd:attribute name="id">
+                                               <xsd:simpleType>
+                                                       <xsd:restriction 
base="xsd:int"/>
+                                               </xsd:simpleType>
+                                       </xsd:attribute>
+                               </xsd:restriction>
+                       </xsd:simpleContent>
+               </xsd:complexType>
+       </xsd:element>
+       <xsd:element name="submitted_by">
+               <xsd:simpleType>
+                       <xsd:restriction base="xsd:string"/>
+               </xsd:simpleType>
+       </xsd:element>
+       <xsd:element name="submitted_date" type="xsd:string"/>
+       <xsd:element name="summary" type="xsd:string"/>
+       <xsd:element name="text" type="xsd:string"/>
+       <xsd:element name="tracker">
+               <xsd:complexType>
+                       <xsd:sequence>
+                               <xsd:element ref="artifact" 
maxOccurs="unbounded"/>
+                       </xsd:sequence>
+                       <xsd:attribute name="version" use="required">
+                               <xsd:simpleType>
+                                       <xsd:restriction base="xsd:number"/>
+                               </xsd:simpleType>
+                       </xsd:attribute>
+               </xsd:complexType>
+       </xsd:element>
+</xsd:schema>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]