Index: eml.xsd
===================================================================
RCS file: /cvs/eml/eml.xsd,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- eml.xsd 1 Jul 2004 22:06:51 -0000 1.48
+++ eml.xsd 30 Jun 2006 15:50:32 -0000 1.49
@@ -39,8 +39,8 @@
For Details: http://knb.ecoinformatics.org/
'$Author: jones $'
- '$Date: 2004/07/01 22:06:51 $'
- '$Revision: 1.48 $'
+ '$Date: 2006/06/30 15:50:32 $'
+ '$Revision: 1.49 $'
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -268,31 +268,69 @@
-
+
- Any Metadata
- Any well-formed XML-formatted metadata may
- be inserted at this location in the EML document. If
- an element inserted here contains a reference to its
- namespace, and if there is an association between that
- namespace and an XML Schema that can be located by the
- processing application, then the processing application
- must validate the metadata element. If these conditions
- are not met, then validation need not occur.
+ Additional metadata
+ This element contains the additional
+ metadata that is to be included in the document. The
+ content of this field can be any well-formed XML fragment.
- Any well-formed XML-formatted metadata may
- be inserted at this location in the EML document. If
- an element inserted here contains a reference to its
- namespace, and if there is an association between that
- namespace and an XML Schema that can be located by the
- processing application, then the processing application
- must validate the metadata element. If these conditions
- are not met, then validation need not occur.
+ This element contains the additional
+ metadata to be included in the document. This element
+ should be used for extending EML to include metadata
+ that is not already available in another part of the EML
+ specification, or to include site- or system-specific
+ extensions that are needed beyond the core metadata. The
+ additional metadata contained in this field describes the
+ element referenced in the 'describes' element preceding it.
+ The content of this field is any well-formed XML fragment.
+ If that content contains namespace declarations, and if
+ the namespace declaration can be resolved to a schema
+ defniition, then the content will be validated against
+ that schema definition. If no namespace is present,
+ or if no schema can be resolved, validation for this
+ fragment will be skipped (validation is "lax").
+
+ 2006-10-10
+ ]]>
+
-
+
+
+
+
+
+ Any Metadata
+ Any well-formed XML-formatted metadata
+ may be inserted at this location in the EML document.
+ If an element inserted here contains a reference
+ to its namespace, and if there is an association
+ between that namespace and an XML Schema that
+ can be located by the processing application,
+ then the processing application must validate the
+ metadata element. If these conditions are not met,
+ then validation need not occur.
+
+ Any well-formed XML-formatted
+ metadata may be inserted at this location in the
+ EML document. If an element inserted here contains
+ a reference to its namespace, and if there is an
+ association between that namespace and an XML Schema
+ that can be located by the processing application,
+ then the processing application must validate the
+ metadata element. If these conditions are not met,
+ then validation need not occur.
+
+
+
+
+
+
+