Changeset 2824 for TI01-discovery
- Timestamp:
- 17/08/07 12:34:48 (13 years ago)
- Location:
- TI01-discovery/trunk/schema/numsim
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/schema/numsim/NumSim.xsd
r2657 r2824 2 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" 3 3 xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" 4 xmlns:moles="http://ndg.nerc.ac.uk/moles" version="009">4 xmlns:moles="http://ndg.nerc.ac.uk/moles" xmlns:xhtml="http://www.w3.org/1999/xhtml"> 5 5 <xs:annotation> 6 <xs:documentation>Author: Bryan Lawrence; Version Date: Jun 28, 2007</xs:documentation> 6 <xs:documentation> V009b BNL, August 17, 2007: 7 Adding xhtml support in some places.</xs:documentation> 8 <xs:documentation> V009 Author: Bryan Lawrence; Version Date: Jun 28, 2007</xs:documentation> 7 9 <xs:documentation> Previous Version: Bryan Lawrence, Feb 20 2007, May 10th, 2006 </xs:documentation> 8 10 <xs:documentation>The expectation is that this schema will be used initially by import into … … 52 54 schemaLocation="../iso19139/gml3.1.1version/gmd/citation.xsd"/> 53 55 <xs:import namespace="http://ndg.nerc.ac.uk/moles" 54 schemaLocation="http://ndg.nerc.ac.uk/schema/ moles_1.2.5.xsd"/>56 schemaLocation="http://ndg.nerc.ac.uk/schema/ndgmetadata1.3.3.xsd"/> 55 57 <xs:attributeGroup name="NS_xlink"> 56 58 <xs:annotation> … … 64 66 </xs:attributeGroup> 65 67 <xs:complexType name="NS_Link"> 66 <xs:all>67 <xs:element name="NS_NumSimDoc" type="moles:dgMetadataIDType" minOccurs="0"/>68 </xs:all>69 68 <xs:attributeGroup ref="NS_xlink"/> 70 69 </xs:complexType> … … 75 74 <xs:sequence> 76 75 <xs:element name="NS_Relationship" minOccurs="1" maxOccurs="1" type="xs:string"/> 77 <xs:element name="NS_LinkTarget" type="NS_Link"/>78 < /xs:sequence>76 </xs:sequence> 77 <xs:attributeGroup ref="NS_xlink"/> 79 78 </xs:complexType> 80 79 <xs:complexType name="NS_Description" mixed="true"> 81 80 <xs:sequence> 81 <xs:any namespace="xhtml" minOccurs="0" maxOccurs="unbounded" processContents="lax"/> 82 82 <xs:element name="NS_RelatedURI" type="NS_RelatedTo" minOccurs="0" maxOccurs="unbounded" 83 83 /> … … 270 270 <xs:element name="NS_Name" type="xs:string" minOccurs="1" maxOccurs="1"/> 271 271 <xs:element name="NS_Category" type="NS_ModelCategories" minOccurs="0" 272 272 maxOccurs="unbounded"/> 273 273 <xs:element name="NS_ComponentType" type="NS_ModelComponents" minOccurs="0" 274 274 maxOccurs="unbounded"/> … … 316 316 </xs:complexType> 317 317 <xs:complexType name="NS_NumSim"> 318 <xs: sequence>318 <xs:all> 319 319 <xs:element name="NS_CodeBase" type="NS_CodeBase"/> 320 320 <xs:element name="NS_Experiment" type="NS_Experiment"/> 321 </xs:sequence><xs:attribute name="Version"></xs:attribute> 321 </xs:all> 322 <xs:attribute name="Version"/> 322 323 </xs:complexType> 323 324 <xs:element name="NS_Simulated" type="NS_NumSim"/>
Note: See TracChangeset
for help on using the changeset viewer.