2 new revisions:

Revision: cdb9b92f8902
Branch:   default
Author:   Pekka Klärck
Date:     Tue Oct 30 03:53:01 2012
Log:      old rnc schema not needed anymore
http://code.google.com/p/robotframework/source/detail?r=cdb9b92f8902

Revision: 463328fdd296
Branch:   default
Author:   Pekka Klärck
Date:     Tue Oct 30 04:03:02 2012
Log:      fixed version
http://code.google.com/p/robotframework/source/detail?r=463328fdd296

==============================================================================
Revision: cdb9b92f8902
Branch:   default
Author:   Pekka Klärck
Date:     Tue Oct 30 03:53:01 2012
Log:      old rnc schema not needed anymore
http://code.google.com/p/robotframework/source/detail?r=cdb9b92f8902

Deleted:
 /proto/schema/robot.rnc

=======================================
--- /proto/schema/robot.rnc     Fri May 30 16:49:45 2008
+++ /dev/null
@@ -1,39 +0,0 @@
-start = Robot
-Robot = element robot { Generated, Generator, Suite, Statistics, Syslog }
-Generated = attribute generated { text }
-Generator = attribute generator { text }
-Suite = element suite { Name, Doc, Metadata, CriticalTags, Filtered, Keyword?, Suite*, Test*, Keyword?, Status }
-Name = attribute name { text }
-Doc = element doc { text }
-Metadata = element metadata { MetaItem* }
-MetaItem = element item { Name, text }
-CriticalTags = element critical { element tag { text }* }
-Filtered = element filtered { FiltSuites, FiltTests, FiltIncls, FiltExcls }
-FiltSuites = element suites { element name { text }* }
-FiltTests = element tests { element name { text }* }
-FiltIncls = element incls { element tag { text }* }
-FiltExcls = element excls { element tag { text }* }
-Test = element test { Name, IsCritical, Timeout?, Doc, Tags, Keyword*, Status }
-IsCritical = attribute critical { "yes" | "no" }
-Timeout = attribute timeout { text }
-Keyword = element kw { KwType, Name, Doc, Arguments, Keyword*, Message*, KwStatus }
-KwType = attribute type { "kw" | "set" | "repeat" | "setup" | "teardown" }
-Message = element msg { Timestamp, Level, text }
-Timestamp = attribute timestamp { text }
-Level = attribute level { "TRACE" | "DEBUG" | "INFO" | "WARN" | "FAIL" | "ERROR" }
-Arguments = element arguments { element arg { text }* }
-Tags = element tags { element tag { text }* }
-Status = element status { StatusText, StartTime, EndTime, text }
-KwStatus = element status { StatusText, StartTime, EndTime }
-StatusText = attribute status { "PASS" | "FAIL" }
-StartTime = attribute starttime { text }
-EndTime = attribute endtime { text }
-Statistics = element statistics { TotalStats, TagStats, SuiteStats }
-TotalStats = element total { Stat, Stat }
-TagStats = element tag { TagStat* }
-SuiteStats = element suite { Stat+ }
-Stat = element stat { FailCount, PassCount, text }
-TagStat = element stat { FailCount, PassCount, IsCritical, text }
-FailCount = attribute fail { xsd:int }
-PassCount = attribute pass { xsd:int }
-Syslog = element syslog { Message* }

==============================================================================
Revision: 463328fdd296
Branch:   default
Author:   Pekka Klärck
Date:     Tue Oct 30 04:03:02 2012
Log:      fixed version
http://code.google.com/p/robotframework/source/detail?r=463328fdd296

Modified:
 /proto/schema/robot-xsd10.xsd

=======================================
--- /proto/schema/robot-xsd10.xsd       Fri Oct 26 04:06:46 2012
+++ /proto/schema/robot-xsd10.xsd       Tue Oct 30 04:03:02 2012
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- This has been written in XSD 1.1 -->
+<!-- This has been written in XSD 1.0 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";>
     <xs:element name="robot">
         <xs:complexType>

Reply via email to