Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2006 / libraries / libGPE / testdata / WithSchemaLocationLink.xsd @ 33910

History | View | Annotate | Download (2.35 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<xs:schema targetNamespace="http://www.gvsig.com/cit" 
3
	xmlns:cit="http://www.gvsig.com/cit" 
4
	xmlns:gml="http://www.opengis.net/gml"
5
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
6
	elementFormDefault="qualified" 
7
	attributeFormDefault="unqualified"
8
	version="2.1.2">
9
    <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd" />
10
	<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="lines_Type">
11
		<xs:complexContent>
12
			<xs:extension base="gml:AbstractFeatureType">
13
				<xs:sequence>
14
					<xs:element name="the_geom" minOccurs="0" nillable="true" type="gml:GeometryPropertyType"/>
15
					<xs:element name="ENTITY" minOccurs="0" nillable="true" type="xs:string"/>
16
					<xs:element name="LAYER" minOccurs="0" nillable="true" type="xs:string"/>
17
					<xs:element name="LEVEL" minOccurs="0" nillable="true" type="xs:double"/>
18
					<xs:element name="ELEVATION" minOccurs="0" nillable="true" type="xs:double"/>
19
					<xs:element name="COLOR" minOccurs="0" nillable="true" type="xs:double"/>
20
					<xs:element name="ID" minOccurs="0" nillable="true" type="xs:double"/>
21
					<xs:element name="ID_PONT" minOccurs="0" nillable="true" type="xs:string"/>
22
					<xs:element name="NOMBRE" minOccurs="0" nillable="true" type="xs:string"/>
23
					<xs:element name="ANCHO_C" minOccurs="0" nillable="true" type="xs:double"/>
24
					<xs:element name="CARRIL_D" minOccurs="0" nillable="true" type="xs:double"/>
25
					<xs:element name="CARRIL_I" minOccurs="0" nillable="true" type="xs:double"/>
26
					<xs:element name="ANCHO_M" minOccurs="0" nillable="true" type="xs:double"/>
27
					<xs:element name="ARCEN" minOccurs="0" nillable="true" type="xs:double"/>
28
					<xs:element name="TUNEL" minOccurs="0" nillable="true" type="xs:boolean"/>
29
					<xs:element name="URBANA" minOccurs="0" nillable="true" type="xs:boolean"/>
30
					<xs:element name="TIPO" minOccurs="0" nillable="true" type="xs:string"/>
31
					<xs:element name="ANCHO_BUF" minOccurs="0" nillable="true" type="xs:double"/>
32
					<xs:element name="FROM_NODE" minOccurs="0" nillable="true" type="xs:double"/>
33
					<xs:element name="TO_NODE" minOccurs="0" nillable="true" type="xs:double"/>
34
				</xs:sequence>
35
			</xs:extension>
36
		</xs:complexContent>
37
	</xs:complexType>
38
	<xs:element name="lines" type="cit:lines_Type" substitutionGroup="gml:_Feature"/>
39
</xs:schema>