Skip to content

Commit a0d825e

Browse files
committed
Purging trailing whitespace
1 parent 1010a7b commit a0d825e

File tree

9 files changed

+288
-288
lines changed

9 files changed

+288
-288
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ivoatex Makefile. The ivoatex/README for the targets available.
22

3-
SCHEMA_FILE=TAPRegExt-v1.1.xsd
3+
SCHEMA_FILE=TAPRegExt-v1.1.xsd
44

55
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
66
DOCNAME = TAPRegExt
@@ -24,7 +24,7 @@ SOURCES = $(DOCNAME).tex $(SCHEMA_FILE) sample.xml gitmeta.tex role_diagram.pdf
2424
FIGURES = role_diagram.svg
2525

2626
# List of PDF figures (for vector graphics)
27-
VECTORFIGURES =
27+
VECTORFIGURES =
2828

2929

3030
# Additional files to distribute (e.g., CSS, schema files, examples...)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to be registered.
88
The last stable version is
99
**[REC-1.0](https://www.ivoa.net/documents/TAPRegExt/20120827/)**.
1010

11-
The version in development is WD-1.1 and a
11+
The version in development is WD-1.1 and a
1212
[![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/TAPRegExt-draft.pdf)
1313
is automatically produced from this repository
1414

@@ -19,7 +19,7 @@ The document source is in TAPRegExt.tex and TAPRegExt-v*.xsd is the schema itsel
1919
dumprecord.py is a program that generates sample.xml from the capabilities
2020
record for the TAP service of GAVO DaCHS. It will thus only work if
2121
you have GAVO DaCHS installed, and you will most certainly not want that
22-
for the purpose of building this document.
22+
for the purpose of building this document.
2323

2424

2525
[![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)

TAPRegExt-v1.1.xsd

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema
3-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
4-
xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0"
5-
xmlns:vm="http://www.ivoa.net/xml/VOMetadata/v0.1"
2+
<xs:schema
3+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
4+
xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0"
5+
xmlns:vm="http://www.ivoa.net/xml/VOMetadata/v0.1"
66
xmlns:tr="http://www.ivoa.net/xml/TAPRegExt/v1.0"
77
version="1.1-pre1"
8-
targetNamespace="http://www.ivoa.net/xml/TAPRegExt/v1.0"
9-
elementFormDefault="unqualified"
10-
attributeFormDefault="unqualified"
8+
targetNamespace="http://www.ivoa.net/xml/TAPRegExt/v1.0"
9+
elementFormDefault="unqualified"
10+
attributeFormDefault="unqualified"
1111
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1212
xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelberg.de/docs/schemata/XMLSchema.xsd">
1313
<xs:annotation>
@@ -20,7 +20,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
2020
A description of the capabilities metadata for TAP services.
2121
</xs:documentation>
2222
</xs:annotation>
23-
<xs:import namespace="http://www.ivoa.net/xml/VOResource/v1.0"
23+
<xs:import namespace="http://www.ivoa.net/xml/VOResource/v1.0"
2424
schemaLocation="https://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd"/>
2525
<xs:complexType name="TableAccess">
2626
<xs:annotation>
@@ -40,7 +40,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
4040
minOccurs="0" maxOccurs="unbounded">
4141
<xs:annotation>
4242
<xs:documentation>
43-
Identifier of IVOA-approved data model supported by the
43+
Identifier of IVOA-approved data model supported by the
4444
service.
4545
</xs:documentation>
4646
</xs:annotation>
@@ -115,7 +115,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
115115
</xs:annotation>
116116
</xs:element>
117117

118-
118+
119119
</xs:sequence>
120120
</xs:extension>
121121
</xs:complexContent>
@@ -134,7 +134,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
134134
which the endpoint is operated.
135135
</xs:documentation>
136136
</xs:annotation>
137-
137+
138138
<xs:complexContent>
139139
<xs:extension base="vr:Interface">
140140
<xs:sequence>
@@ -240,24 +240,24 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
240240
<xs:complexType name="DataModelType">
241241
<xs:annotation>
242242
<xs:documentation>
243-
An IVOA defined data model, identified by an IVORN
243+
An IVOA defined data model, identified by an IVORN
244244
intended for machine consumption and a short label
245245
intended for human comsumption.
246246
</xs:documentation>
247247
</xs:annotation>
248248

249249
<xs:simpleContent>
250-
<xs:extension base="xs:token">
250+
<xs:extension base="xs:token">
251251
<xs:attribute name="ivo-id" type="xs:anyURI" use="required">
252252
<xs:annotation>
253253
<xs:documentation>
254254
The IVOID of the data model.
255255
</xs:documentation>
256256
</xs:annotation>
257257
</xs:attribute>
258-
</xs:extension>
258+
</xs:extension>
259259
</xs:simpleContent>
260-
</xs:complexType>
260+
</xs:complexType>
261261

262262
<xs:complexType name="Language">
263263
<xs:annotation>
@@ -299,7 +299,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
299299
</xs:annotation>
300300
</xs:element>
301301

302-
<xs:element name="languageFeatures" type="tr:LanguageFeatureList"
302+
<xs:element name="languageFeatures" type="tr:LanguageFeatureList"
303303
minOccurs="0" maxOccurs="unbounded">
304304
<xs:annotation>
305305
<xs:documentation>
@@ -313,7 +313,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
313313
</xs:annotation>
314314
</xs:element>
315315
</xs:sequence>
316-
</xs:complexType>
316+
</xs:complexType>
317317

318318
<xs:complexType name="Version">
319319
<xs:annotation>
@@ -340,7 +340,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
340340
<xs:documentation>
341341
To more formally define a language supported by a service,
342342
a resource record for the language can be created, either
343-
centrally on the Registry of Registries or by other registry operators.
343+
centrally on the Registry of Registries or by other registry operators.
344344
When such a record exists, the ivo-id attribute of language
345345
should point to it.
346346
</xs:documentation>
@@ -353,12 +353,12 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
353353
<xs:complexType name="LanguageFeatureList">
354354
<xs:annotation>
355355
<xs:documentation>
356-
An enumeration of non-standard or non-mandatory features of
356+
An enumeration of non-standard or non-mandatory features of
357357
a specific type implemented by the language.
358358
</xs:documentation>
359359
<xs:documentation>
360-
A feature type is a language-dependent concept like
361-
"user defined function", "geometry support", or possibly
360+
A feature type is a language-dependent concept like
361+
"user defined function", "geometry support", or possibly
362362
"units supported". A featureList gives all features of
363363
a given type applicable for the service. Multiple featureLists
364364
are possible.
@@ -382,7 +382,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
382382
</xs:annotation>
383383
</xs:element>
384384
</xs:sequence>
385-
<xs:attribute name="type" type="xs:anyURI"
385+
<xs:attribute name="type" type="xs:anyURI"
386386
use="required">
387387
<xs:annotation>
388388
<xs:documentation>
@@ -432,8 +432,8 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
432432
An output format supported by the service.
433433
</xs:documentation>
434434
<xs:documentation>
435-
All TAP services must support VOTable output, with media types as
436-
requested by the FORMAT parameter if applicable (cf.~section 2.7.1
435+
All TAP services must support VOTable output, with media types as
436+
requested by the FORMAT parameter if applicable (cf.~section 2.7.1
437437
of the TAP standard).
438438

439439
The primary identifier for an output format is the RFC 2046 media
@@ -453,7 +453,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
453453
</xs:documentation>
454454
<xs:documentation>
455455
The format of this string is specified by RFC 2046.
456-
The service has to accept this string as a
456+
The service has to accept this string as a
457457
value of the FORMAT parameter.
458458
</xs:documentation>
459459
</xs:annotation>
@@ -463,14 +463,14 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
463463
minOccurs="0" maxOccurs="unbounded">
464464
<xs:annotation>
465465
<xs:documentation>
466-
Other values of FORMAT ("shorthands") that make the service return
466+
Other values of FORMAT ("shorthands") that make the service return
467467
documents with the media type.
468468
</xs:documentation>
469469
</xs:annotation>
470470
</xs:element>
471-
471+
472472
</xs:sequence>
473-
473+
474474
<xs:attribute name="ivo-id" type="xs:anyURI">
475475
<xs:annotation>
476476
<xs:documentation>
@@ -488,15 +488,15 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
488488
</xs:annotation>
489489
</xs:attribute>
490490

491-
</xs:complexType>
491+
</xs:complexType>
492492

493493
<xs:complexType name="UploadMethod">
494494
<xs:annotation>
495495
<xs:documentation>
496496
An upload method as defined by IVOA.
497497
</xs:documentation>
498498
<xs:documentation>
499-
Upload methods are always identified by an IVOID.
499+
Upload methods are always identified by an IVOID.
500500
Descriptions can be obtained by dereferencing this
501501
IVOID. To see values defined in TAPRegExt,
502502
retrieve the ivo://ivoa.net/std/TAPRegExt
@@ -602,4 +602,4 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
602602
</xs:simpleContent>
603603
</xs:complexType>
604604

605-
</xs:schema>
605+
</xs:schema>

0 commit comments

Comments
 (0)