]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Removed scratch file 'header.txt'.
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 26 Feb 2009 04:04:06 +0000 (04:04 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 26 Feb 2009 04:04:06 +0000 (04:04 +0000)
sandbox/aron/schema/header.txt [deleted file]

diff --git a/sandbox/aron/schema/header.txt b/sandbox/aron/schema/header.txt
deleted file mode 100644 (file)
index a822211..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-
-       entity.rng
-
-       A schema defining the structure of an entity.  An "entity" is a business object;
-       a "noun" within the system.
-       
-       One or more fields of this type are included within an Entity Declaration,
-       which is defined in a separate, related schema file, "Entity.rng".
-       
-       This is a schema definition, using the XML syntax of the RELAX NG schema language,
-       created for the CollectionSpace system, http://www.collectionspace.org/
-       
-       For more information on RELAX NG, please see http://relaxng.org/
-
--->
-
-
-
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-
-       entityField.rng
-
-       This schema defines the structure of an individual field (or data element).
-
-       One or more of these entityFields may be included within an "entity",
-       a generic business object that is defined in a separate, related schema,
-       "entity.rng".
-       
-       This schema was created for the CollectionSpace system,
-       http://www.collectionspace.org/
-       
-       It is written in the XML syntax of the RELAX NG schema language,
-       http://relaxng.org/
-
--->
-
-
-<grammar
-       xmlns:rng="http://relaxng.org/ns/structure/1.0">
-
-  <start>
-    <ref name="entityField"/>
-  </start>
-
-  <define name="entityField">
-
-
-       </define>
-
-</grammar>
\ No newline at end of file