Changeset 2652
- Timestamp:
- 27/06/07 14:26:26 (14 years ago)
- Location:
- TI07-MOLES/trunk/v1Schema/Schemae
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI07-MOLES/trunk/v1Schema/Schemae/MOLES1.spp
r2334 r2652 22 22 <Folder FolderName="DTD/Schemas" ExtStr="dtd;dcd;xdr;biz;xsd"> 23 23 <File FilePath=".\..\..\DIF\Schemae\dif9-4.xsd" HomeFolder="Yes"/> 24 <File FilePath=".\moles_security1.0.xsd" HomeFolder="Yes"/> 24 25 <File FilePath=".\MOLESTypes.xsd" HomeFolder="Yes"/> 25 26 <File FilePath=".\ndgmetadata1.2.4.xsd" HomeFolder="Yes"/> 26 27 <File FilePath=".\ndgmetadata1.2.5.xsd" HomeFolder="Yes"/> 27 28 <File FilePath=".\ndgmetadata1.3.xsd" HomeFolder="Yes"/> 29 <File FilePath=".\ndgmetadata1.3_presplit.xsd" HomeFolder="Yes"/> 28 30 <File FilePath="C:\Documents and Settings\Kevin\Desktop\NDG Subversion Repository\TI07-MOLES\trunk\StubB\Schemae\StubB.xsd" HomeFolder="Yes"/> 29 31 <File FilePath=".\..\..\StubB\Schemae\StubBActivity.xsd" HomeFolder="Yes"/> -
TI07-MOLES/trunk/v1Schema/Schemae/ndgmetadata1.3.xsd
r2363 r2652 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Kev O'Neill (CCLRC) --> 3 <xs:schema targetNamespace="http://ndg.nerc.ac.uk/moles" xmlns: xs="http://www.w3.org/2001/XMLSchema" xmlns:moles="http://ndg.nerc.ac.uk/moles" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.03">3 <xs:schema targetNamespace="http://ndg.nerc.ac.uk/moles" xmlns:molessec="http://ndg.nerc.ac.uk/moles/security" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:moles="http://ndg.nerc.ac.uk/moles" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.03"> 4 4 <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.isotc211.org/2005/xlink/xlinks.xsd"/> 5 <xs:import namespace="http://ndg.nerc.ac.uk/moles/security" schemaLocation="./moles_security1.0.xsd"/> 5 6 <!--version 1.03 of NDG metadata schema. Modifications from 1.02.05: 6 7 removal of dgDataObjectType … … 726 727 <xs:complexType> 727 728 <xs:sequence> 728 <xs:element name="dgSecurityCondition" type="moles:dgSecurityConditionType" maxOccurs="unbounded"/>729 <xs:element ref="molessec:dgSecurityCondition" maxOccurs="unbounded"/> 729 730 </xs:sequence> 730 731 </xs:complexType> … … 1016 1017 <xs:element name="accessControlPolicyURL" type="xs:anyURI"/> 1017 1018 <xs:element name="accessControlPolicyText" type="xs:string"/> 1018 <xs:element name="dgSecurityCondition" type="moles:dgSecurityConditionType" maxOccurs="unbounded"/>1019 <xs:element ref="molessec:dgSecurityCondition" maxOccurs="unbounded"/> 1019 1020 </xs:choice> 1020 1021 </xs:complexType>
Note: See TracChangeset
for help on using the changeset viewer.