Skip to content

Commit 5ec22c5

Browse files
committed
SP edits for pub: SWE Common
1 parent 91a839f commit 5ec22c5

35 files changed

Lines changed: 119 additions & 126 deletions

swecommon/schemas/json/AbstractDataComponent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "string"
1313
},
1414
"updatable": {
15-
"description": "Specifies if the value of a data component can be updated externally (i.e. is variable)",
15+
"description": "Specifies if the value of a data component can be updated externally (i.e., is variable)",
1616
"type": "boolean",
1717
"default": false
1818
},

swecommon/schemas/json/AbstractSimpleComponent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"minLength": 1
1919
},
2020
"nilValues": {
21-
"description": "Defines reserved values with special meaning (e.g. missing, out-of-range, etc.)"
21+
"description": "Defines reserved values with special meaning (e.g., missing, out-of-range, etc.)"
2222
},
2323
"constraint": {
2424
},
2525
"value": {
26-
"description": "Inline value(s) for the component. This property is optional to enable structure to act as a schema for values provided separately (e.g. in a datastream)"
26+
"description": "Inline value(s) for the component. This property is optional to enable structure to act as a schema for values provided separately (e.g., in a datastream)"
2727
}
2828
}
2929
}

swecommon/schemas/json/DataArray.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
"properties": {
2929
"elementCount": {
30-
"description": "Specifies the size of the array (i.e. the number of elements of the defined type it contains)",
30+
"description": "Specifies the size of the array (i.e., the number of elements of the defined type it contains)",
3131
"oneOf": [
3232
{ "$ref": "basicTypes.json#/$defs/AssociationAttributeGroup" },
3333
{ "$ref": "basicTypes.json#/$defs/ElementCount" }

swecommon/schemas/json/Time.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"description": "Scalar component used to represent a time quantity either as ISO 8601 (e.g. 2004-04-18T12:03:04.6Z) or as a duration relative to a time of reference",
3+
"description": "Scalar component used to represent a time quantity either as ISO 8601 (e.g., 2004-04-18T12:03:04.6Z) or as a duration relative to a time of reference",
44
"type": "object",
55
"allOf": [
66
{

swecommon/schemas/json/encodings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"const": "TextEncoding"
2626
},
2727
"collapseWhiteSpaces": {
28-
"description": "Indicates whether white spaces (i.e. space, tab, CR, LF) should be collapsed with separators when parsing the data stream",
28+
"description": "Indicates whether white spaces (i.e., space, tab, CR, LF) should be collapsed with separators when parsing the data stream",
2929
"type": "boolean"
3030
},
3131
"decimalSeparator": {
@@ -34,12 +34,12 @@
3434
"minLength": 1
3535
},
3636
"tokenSeparator": {
37-
"description": "Character sequence used as the token separator (i.e. between two successive values)",
37+
"description": "Character sequence used as the token separator (i.e., between two successive values)",
3838
"type": "string",
3939
"minLength": 1
4040
},
4141
"blockSeparator": {
42-
"description": "Character sequence used as the block separator (i.e. between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)",
42+
"description": "Character sequence used as the block separator (i.e., between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)",
4343
"type": "string",
4444
"minLength": 1
4545
}

swecommon/schemas/xsd/basic_types.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</element>
4848
<element name="description" type="string" minOccurs="0">
4949
<annotation>
50-
<documentation>Textual description (i.e. human readable) of the data component usually used to clarify its nature</documentation>
50+
<documentation>Textual description (i.e., human readable) of the data component usually used to clarify its nature</documentation>
5151
</annotation>
5252
</element>
5353
</sequence>

swecommon/schemas/xsd/block_components.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<sequence>
2323
<element name="elementCount" type="swe:CountPropertyType">
2424
<annotation>
25-
<documentation>Specifies the size of the array (i.e. the number of elements of the defined type it contains)</documentation>
25+
<documentation>Specifies the size of the array (i.e., the number of elements of the defined type it contains)</documentation>
2626
</annotation>
2727
</element>
2828
<element name="elementType">

swecommon/schemas/xsd/choice_components.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:swe="http://www.opengis.net/swe/2.0" targetNamespace="http://www.opengis.net/swe/2.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0.1">
22
<annotation>
3-
<documentation>SWE Common Data Model schema for choice data components (i.e. disjoint unions). See requirements class http://www.opengis.net/spec/SWE/2.0/req/xsd-choice-components/
3+
<documentation>SWE Common Data Model schema for choice data components (i.e., disjoint unions). See requirements class http://www.opengis.net/spec/SWE/2.0/req/xsd-choice-components/
44

55
SWE Common is an OGC Standard.
66
Copyright (c) 2010 Open Geospatial Consortium.

swecommon/schemas/xsd/simple_components.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:swe="http://www.opengis.net/swe/2.0" targetNamespace="http://www.opengis.net/swe/2.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0.1">
22
<annotation>
3-
<documentation>SWE Common Data Model schema for simple data components (i.e. without descendants). See requirements class http://www.opengis.net/spec/SWE/2.0/req/xsd-simple-components/
3+
<documentation>SWE Common Data Model schema for simple data components (i.e., without descendants). See requirements class http://www.opengis.net/spec/SWE/2.0/req/xsd-simple-components/
44

55
SWE Common is an OGC Standard.
66
Copyright (c) 2010 Open Geospatial Consortium.
@@ -124,7 +124,7 @@
124124
</complexType><!-- ================================================= -->
125125
<element name="Time" substitutionGroup="swe:AbstractSimpleComponent" type="swe:TimeType">
126126
<annotation>
127-
<documentation>Scalar component used to represent a time quantity either as ISO 8601 (e.g. 2004-04-18T12:03:04.6Z) or as a duration relative to a time of reference</documentation>
127+
<documentation>Scalar component used to represent a time quantity either as ISO 8601 (e.g., 2004-04-18T12:03:04.6Z) or as a duration relative to a time of reference</documentation>
128128
</annotation>
129129
</element>
130130
<complexType name="TimeType">
@@ -321,7 +321,7 @@
321321
<extension base="swe:AbstractSWEIdentifiableType">
322322
<attribute name="updatable" type="boolean" use="optional">
323323
<annotation>
324-
<documentation>Specifies if the value of a data component can be updated externally (i.e. is variable)</documentation>
324+
<documentation>Specifies if the value of a data component can be updated externally (i.e., is variable)</documentation>
325325
</annotation>
326326
</attribute>
327327
<attribute default="false" name="optional" type="boolean" use="optional">

swecommon/schemas/xsd/simple_encodings.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<extension base="swe:AbstractEncodingType">
5959
<attribute default="true" name="collapseWhiteSpaces" type="boolean" use="optional">
6060
<annotation>
61-
<documentation>Indicates whether white spaces (i.e. space, tab, CR, LF) should be collapsed with separators when parsing the data stream</documentation>
61+
<documentation>Indicates whether white spaces (i.e., space, tab, CR, LF) should be collapsed with separators when parsing the data stream</documentation>
6262
</annotation>
6363
</attribute>
6464
<attribute default="." name="decimalSeparator" type="string" use="optional">
@@ -68,12 +68,12 @@
6868
</attribute>
6969
<attribute name="tokenSeparator" type="string" use="required">
7070
<annotation>
71-
<documentation>Character sequence used as the token separator (i.e. between two successive values)</documentation>
71+
<documentation>Character sequence used as the token separator (i.e., between two successive values)</documentation>
7272
</annotation>
7373
</attribute>
7474
<attribute name="blockSeparator" type="string" use="required">
7575
<annotation>
76-
<documentation>Character sequence used as the block separator (i.e. between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)</documentation>
76+
<documentation>Character sequence used as the block separator (i.e., between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)</documentation>
7777
</annotation>
7878
</attribute>
7979
</extension>

0 commit comments

Comments
 (0)