Changeset 4831
- Timestamp:
- 19/01/09 10:12:57 (12 years ago)
- Location:
- ndgCommon/trunk/ndg/common/xmldb/schema
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ndgCommon/trunk/ndg/common/xmldb/schema/atom1.0.xsd
r4793 r4831 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <xs:schema targetNamespace="http://www.w3.org/2005/Atom" elementFormDefault="qualified" 3 attributeFormDefault="unqualified" 3 attributeFormDefault="unqualified" 4 4 xmlns:atom="http://www.w3.org/2005/Atom" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 5 5 <xs:annotation> … … 9 9 </xs:documentation> 10 10 </xs:annotation> 11 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation=" http://www.w3.org/2001/03/xml.xsd" />11 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" /> 12 12 <xs:annotation> 13 13 <xs:documentation> … … 123 123 </xs:annotation> 124 124 <xs:sequence> 125 <xs:any namespace=" ##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>125 <xs:any namespace="http://www.w3.org/1999/xhtml ##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="skip"/> 126 126 </xs:sequence> 127 127 <xs:attribute name="type" type="xs:string"/> -
ndgCommon/trunk/ndg/common/xmldb/schema/molesAtom1.0.xsd
r4810 r4831 14 14 - if you are running in an exist client, it is needed, tho' - NB, could not get things working with 15 15 this schema stored locally --> 16 < !-- xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" /-->16 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" /> 17 17 <xs:import namespace="http://www.georss.org/georss/10" schemaLocation="georss.xsd" /> 18 18 <xs:import namespace="http://ndg.nerc.ac.uk/schema/moles2beta" schemaLocation="moles2.0.xsd" />
Note: See TracChangeset
for help on using the changeset viewer.