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: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:03 ====== </xs:documentation>
6
	</xs:annotation>
7
	<!-- ================================== Imports ================================== -->
8
	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
9
	<xs:include schemaLocation="../gmd/citation.xsd"/>
10
	<!-- ########################################################################### -->
11
	<!-- ########################################################################### -->
12
	<!-- ================================== Classes ================================= -->
13
	<xs:complexType name="MD_ApplicationSchemaInformation_Type">
14
		<xs:annotation>
15
			<xs:documentation>Information about the application schema used to build the dataset</xs:documentation>
16
		</xs:annotation>
17
		<xs:complexContent>
18
			<xs:extension base="gco:AbstractObject_Type">
19
				<xs:sequence>
20
					<xs:element name="name" type="gmd:CI_Citation_PropertyType"/>
21
					<xs:element name="schemaLanguage" type="gco:CharacterString_PropertyType"/>
22
					<xs:element name="constraintLanguage" type="gco:CharacterString_PropertyType"/>
23
					<xs:element name="schemaAscii" type="gco:CharacterString_PropertyType" minOccurs="0"/>
24
					<xs:element name="graphicsFile" type="gco:Binary_PropertyType" minOccurs="0"/>
25
					<xs:element name="softwareDevelopmentFile" type="gco:Binary_PropertyType" minOccurs="0"/>
26
					<xs:element name="softwareDevelopmentFileFormat" type="gco:CharacterString_PropertyType" minOccurs="0"/>
27
				</xs:sequence>
28
			</xs:extension>
29
		</xs:complexContent>
30
	</xs:complexType>
31
	<!-- ........................................................................ -->
32
	<xs:element name="MD_ApplicationSchemaInformation" type="gmd:MD_ApplicationSchemaInformation_Type"/>
33
	<!-- ........................................................................ -->
34
	<xs:complexType name="MD_ApplicationSchemaInformation_PropertyType">
35
		<xs:sequence minOccurs="0">
36
			<xs:element ref="gmd:MD_ApplicationSchemaInformation"/>
37
		</xs:sequence>
38
		<xs:attributeGroup ref="gco:ObjectReference"/>
39
		<xs:attribute ref="gco:nilReason"/>
40
	</xs:complexType>
41
	<!-- =========================================================================== -->
42
</xs:schema>
(1-1/17)