Statistics
| Revision:

svn-gvsig-desktop / branches / v10 / extensions / extGPE-gvSIG / testdata / GML-lines.xsd @ 18292

History | View | Annotate | Download (2.17 KB)

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