Skip to content
Snippets Groups Projects
Commit 1ff4fc43 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

remove the trailing whitespace in the xsd files

parent dece99c5
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- definition of polylines -->
<xs:element name="polylines" minOccurs="0" maxOccurs="1">
<xs:complexType>
......@@ -87,10 +87,10 @@
<xs:element name="volume" type="volumeType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
......@@ -2,8 +2,8 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- OpenGeoSysSTN schema; initial implementation: Karsten Rink, 2010-07-19 -->
<!-- element definition -->
<xs:element name="name" type="xs:string" />
<xs:element name="value" type="xs:decimal" />
......@@ -59,7 +59,7 @@
<xs:attribute ref="y" use="required" />
<xs:attribute ref="z" use="required" />
</xs:complexType>
</xs:element>
</xs:element>
</xs:sequence>
</xs:complexType>
......@@ -75,26 +75,26 @@
<xs:element name="station" type="stationType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:element>
<!-- case 2: list of boreholes -->
<!-- case 2: list of boreholes -->
<xs:element name="boreholes">
<xs:complexType>
<xs:sequence>
<xs:element name="borehole" type="boreholeType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:element>
</xs:choice>
</xs:group>
<!-- definition of file content -->
<!-- definition of file content -->
<xs:element name="OpenGeoSysSTN">
<xs:complexType>
<xs:sequence>
<!-- definition of stationlist -->
<xs:element name="stationlist" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
......@@ -105,11 +105,11 @@
<!-- other list features can be inserted here -->
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:element>
<!-- end of "stationlist" -->
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:complexType>
</xs:element>
</xs:schema>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment