Project

General

Profile

1
<?xml version="1.0" encoding="utf-8"?>
2
<!--Le 23/03/2006:  Pour eleiminer une erreur levee par xerces c, la declaration de mfType a ete deplacee de metafor.xsd vers cargene.xsd-->
3
<xs:schema targetNamespace="http://eden.ign.fr/xsd/metafor/20050620/mf" elementFormDefault="qualified" version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:mf="http://eden.ign.fr/xsd/metafor/20050620/mf">
4
	<!-- ================================= Annotation ================================ -->
5
	<xs:annotation>
6
		<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 06-18-2005 15:21:55 ====== </xs:documentation>
7
	</xs:annotation>
8
	<!-- ================================== Imports ================================== -->
9
	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
10
	<xs:import namespace="http://www.isotc211.org/2005/gmx" schemaLocation="../gmx/gmx.xsd"/>
11
	<!--<xs:include schemaLocation="../mf/metafor.xsd"/>-->
12
	<!-- ########################################################################### -->
13
	<!-- ########################################################################### -->
14
	<!-- ================================== Classes ================================= -->
15
	<xs:complexType name="DG_ProductSet_Type">
16
		<xs:complexContent>
17
			<xs:extension base="gmx:MX_Aggregate_Type">
18
				<xs:attribute ref="gco:isoType" use="required"/>
19
			</xs:extension>
20
		</xs:complexContent>
21
	</xs:complexType>
22
	<!-- ........................................................................ -->
23
	<xs:element name="DG_ProductSet" type="mf:DG_ProductSet_Type" substitutionGroup="gmx:MX_Aggregate"/>
24
	<!-- ........................................................................ -->
25
	<xs:complexType name="DG_ProductSet_PropertyType">
26
		<xs:sequence>
27
			<xs:element ref="mf:DG_ProductSet" minOccurs="0"/>
28
		</xs:sequence>
29
		<xs:attributeGroup ref="gco:ObjectReference"/>
30
		<xs:attribute ref="gco:nilReason"/>
31
	</xs:complexType>
32
	<!-- =========================================================================== -->
33
	<xs:complexType name="DG_Product_Type">
34
		<xs:complexContent>
35
			<xs:extension base="gmx:MX_DataSet_Type">
36
				<xs:attribute ref="gco:isoType" use="required"/>
37
			</xs:extension>
38
		</xs:complexContent>
39
	</xs:complexType>
40
	<!-- ........................................................................ -->
41
	<xs:element name="DG_Product" type="mf:DG_Product_Type" substitutionGroup="gmx:MX_DataSet"/>
42
	<!-- ........................................................................ -->
43
	<xs:complexType name="DG_Product_PropertyType">
44
		<xs:sequence>
45
			<xs:element ref="mf:DG_Product" minOccurs="0"/>
46
		</xs:sequence>
47
		<xs:attributeGroup ref="gco:ObjectReference"/>
48
		<xs:attribute ref="gco:nilReason"/>
49
	</xs:complexType>
50
	<!-- =========================================================================== -->
51
	<xs:attribute name="mfType" type="xs:string"/>
52
</xs:schema>
(1-1/6)