Project

General

Profile

1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema targetNamespace="http://www.isotc211.org/2005/gmd" elementFormDefault="qualified" version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:gmd="http://www.isotc211.org/2005/gmd">
3
	<!-- ================================= Annotation ================================ -->
4
	<xs:annotation>
5
		<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 01-26-2005 12:40:04 ====== Status of the dataset or progress of a review</xs:documentation>
6
	</xs:annotation>
7
	<!-- ================================== Imports ================================== -->
8
	<xs:import namespace="http://www.isotc211.org/2005/gts" schemaLocation="../gts/gts.xsd"/>
9
	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
10
	<xs:include schemaLocation="../gmd/citation.xsd"/>
11
	<!-- ########################################################################### -->
12
	<!-- ########################################################################### -->
13
	<!-- ================================== Classes ================================= -->
14
	<xs:complexType name="MD_MaintenanceInformation_Type">
15
		<xs:annotation>
16
			<xs:documentation>Information about the scope and frequency of updating</xs:documentation>
17
		</xs:annotation>
18
		<xs:complexContent>
19
			<xs:extension base="gco:AbstractObject_Type">
20
				<xs:sequence>
21
					<xs:element name="maintenanceAndUpdateFrequency" type="gmd:MD_MaintenanceFrequencyCode_PropertyType"/>
22
					<xs:element name="dateOfNextUpdate" type="gco:Date_PropertyType" minOccurs="0"/>
23
					<xs:element name="userDefinedMaintenanceFrequency" type="gts:TM_PeriodDuration_PropertyType" minOccurs="0"/>
24
					<xs:element name="updateScope" type="gmd:MD_ScopeCode_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
25
					<xs:element name="updateScopeDescription" type="gmd:MD_ScopeDescription_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
26
					<xs:element name="maintenanceNote" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
27
					<xs:element name="contact" type="gmd:CI_ResponsibleParty_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
28
				</xs:sequence>
29
			</xs:extension>
30
		</xs:complexContent>
31
	</xs:complexType>
32
	<!-- ........................................................................ -->
33
	<xs:element name="MD_MaintenanceInformation" type="gmd:MD_MaintenanceInformation_Type"/>
34
	<!-- ........................................................................ -->
35
	<xs:complexType name="MD_MaintenanceInformation_PropertyType">
36
		<xs:sequence minOccurs="0">
37
			<xs:element ref="gmd:MD_MaintenanceInformation"/>
38
		</xs:sequence>
39
		<xs:attributeGroup ref="gco:ObjectReference"/>
40
		<xs:attribute ref="gco:nilReason"/>
41
	</xs:complexType>
42
	<!-- =========================================================================== -->
43
	<xs:complexType name="MD_ScopeDescription_Type">
44
		<xs:annotation>
45
			<xs:documentation>Description of the class of information covered by the information</xs:documentation>
46
		</xs:annotation>
47
		<xs:choice>
48
			<xs:element name="attributes" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded"/>
49
			<xs:element name="features" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded"/>
50
			<xs:element name="featureInstances" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded"/>
51
			<xs:element name="attributeInstances" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded"/>
52
			<xs:element name="dataset" type="gco:CharacterString_PropertyType"/>
53
			<xs:element name="other" type="gco:CharacterString_PropertyType"/>
54
		</xs:choice>
55
	</xs:complexType>
56
	<!-- ........................................................................ -->
57
	<xs:element name="MD_ScopeDescription" type="gmd:MD_ScopeDescription_Type"/>
58
	<!-- ........................................................................ -->
59
	<xs:complexType name="MD_ScopeDescription_PropertyType">
60
		<xs:sequence minOccurs="0">
61
			<xs:element ref="gmd:MD_ScopeDescription"/>
62
		</xs:sequence>
63
		<xs:attribute ref="gco:nilReason"/>
64
	</xs:complexType>
65
	<!-- =========================================================================== -->
66
	<!-- ........................................................................ -->
67
	<xs:element name="MD_MaintenanceFrequencyCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
68
	<!-- ........................................................................ -->
69
	<xs:complexType name="MD_MaintenanceFrequencyCode_PropertyType">
70
		<xs:sequence minOccurs="0">
71
			<xs:element ref="gmd:MD_MaintenanceFrequencyCode"/>
72
		</xs:sequence>
73
		<xs:attribute ref="gco:nilReason"/>
74
	</xs:complexType>
75
	<!-- =========================================================================== -->
76
	<!-- ........................................................................ -->
77
	<xs:element name="MD_ScopeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
78
	<!-- ........................................................................ -->
79
	<xs:complexType name="MD_ScopeCode_PropertyType">
80
		<xs:sequence minOccurs="0">
81
			<xs:element ref="gmd:MD_ScopeCode"/>
82
		</xs:sequence>
83
		<xs:attribute ref="gco:nilReason"/>
84
	</xs:complexType>
85
	<!-- =========================================================================== -->
86
</xs:schema>
(11-11/17)