Skip to content

Commit 9c8a7e7

Browse files
NikolaiFaNikolaiFa
authored andcommitted
Remove trailing spaces from schema files
1 parent 1ed3728 commit 9c8a7e7

6 files changed

+174
-174
lines changed

schema/SystemStructureCommon.xsd

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<xs:documentation xml:lang="en">
77
This is the normative XML Schema 1.0 schema for the MAP SSP
88
SystemStructure 2.0 common content across formats.
9-
9+
1010
Version: 2.0
1111

1212
Copyright 2016 -- 2025 Modelica Association Project "SSP"
@@ -40,7 +40,7 @@
4040
POSSIBILITY OF SUCH DAMAGE.
4141
</xs:documentation>
4242
</xs:annotation>
43-
43+
4444
<xs:attributeGroup name="ABaseElement">
4545
<xs:annotation>
4646
<xs:documentation xml:lang="en">
@@ -59,76 +59,76 @@
5959
<xs:annotation>
6060
<xs:documentation xml:lang="en">
6161
This attribute gives a human readable longer description of the
62-
model element, which can be shown to the user where appropriate.
62+
model element, which can be shown to the user where appropriate.
6363
</xs:documentation>
6464
</xs:annotation>
6565
</xs:attribute>
6666
</xs:attributeGroup>
67-
67+
6868
<xs:attributeGroup name="ATopLevelMetaData">
6969
<xs:annotation>
7070
<xs:documentation xml:lang="en">
71-
This attribute group specifies the optional meta-data attributes common to
71+
This attribute group specifies the optional meta-data attributes common to
7272
all top-level container elements of all defined file formats.
7373
</xs:documentation>
7474
</xs:annotation>
7575
<xs:attribute name="author" type="xs:string" use="optional">
7676
<xs:annotation>
7777
<xs:documentation xml:lang="en">
78-
This attribute gives the name of the author of this file's content.
78+
This attribute gives the name of the author of this file's content.
7979
</xs:documentation>
8080
</xs:annotation>
8181
</xs:attribute>
8282
<xs:attribute name="fileversion" type="xs:normalizedString" use="optional">
8383
<xs:annotation>
8484
<xs:documentation xml:lang="en">
85-
This attribute gives a version number for this file's content.
85+
This attribute gives a version number for this file's content.
8686
</xs:documentation>
8787
</xs:annotation>
8888
</xs:attribute>
8989
<xs:attribute name="copyright" type="xs:string" use="optional">
9090
<xs:annotation>
9191
<xs:documentation xml:lang="en">
92-
This attribute gives copyright information for this file's content.
92+
This attribute gives copyright information for this file's content.
9393
</xs:documentation>
9494
</xs:annotation>
9595
</xs:attribute>
9696
<xs:attribute name="license" type="xs:string" use="optional">
9797
<xs:annotation>
9898
<xs:documentation xml:lang="en">
99-
This attribute gives license information for this file's content.
99+
This attribute gives license information for this file's content.
100100
</xs:documentation>
101101
</xs:annotation>
102102
</xs:attribute>
103103
<xs:attribute name="generationTool" type="xs:normalizedString">
104104
<xs:annotation>
105105
<xs:documentation xml:lang="en">
106-
This attribute gives the name of the tool that generated this file.
106+
This attribute gives the name of the tool that generated this file.
107107
</xs:documentation>
108108
</xs:annotation>
109109
</xs:attribute>
110110
<xs:attribute name="generationDateAndTime" type="xs:dateTime">
111111
<xs:annotation>
112112
<xs:documentation xml:lang="en">
113-
This attribute gives the date and time this file was generated.
113+
This attribute gives the date and time this file was generated.
114114
</xs:documentation>
115115
</xs:annotation>
116116
</xs:attribute>
117117
</xs:attributeGroup>
118-
118+
119119
<xs:simpleType name="TGenericInteger">
120120
<xs:restriction base="xs:integer">
121121
<xs:maxInclusive value="18446744073709551615"/>
122122
<xs:minInclusive value="-9223372036854775808"/>
123123
</xs:restriction>
124124
</xs:simpleType>
125-
125+
126126
<xs:complexType name="TEnumerations">
127127
<xs:sequence>
128128
<xs:element name="Enumeration" minOccurs="1" maxOccurs="unbounded" type="ssc:TEnumeration"/>
129129
</xs:sequence>
130130
</xs:complexType>
131-
131+
132132
<xs:complexType name="TEnumeration">
133133
<xs:sequence>
134134
<xs:element name="Item" minOccurs="1" maxOccurs="unbounded">
@@ -157,13 +157,13 @@
157157
</xs:annotation>
158158
</xs:attribute>
159159
</xs:complexType>
160-
160+
161161
<xs:complexType name="TUnits">
162162
<xs:sequence>
163163
<xs:element name="Unit" minOccurs="1" maxOccurs="unbounded" type="ssc:TUnit"/>
164164
</xs:sequence>
165165
</xs:complexType>
166-
166+
167167
<xs:complexType name="TUnit">
168168
<xs:sequence>
169169
<xs:element name="BaseUnit">
@@ -224,7 +224,7 @@
224224
</xs:annotation>
225225
</xs:attribute>
226226
</xs:complexType>
227-
227+
228228
<xs:complexType name="TAnnotations">
229229
<xs:sequence maxOccurs="unbounded">
230230
<xs:element name="Annotation">
@@ -236,15 +236,15 @@
236236
<xs:annotation>
237237
<xs:documentation xml:lang="en">
238238
The unique name of the type of the annotation.
239-
239+
240240
In order to ensure uniqueness all types should be identified
241241
with reverse domain name notation (cf. Java package names
242242
or Apple UTIs) of a domain that is controlled by the entity
243243
defining the semantics and content of the annotation.
244-
244+
245245
For vendor-specific annotations this would e.g. be a domain
246246
controlled by the tool vendor.
247-
247+
248248
For MAP-SSP defined annotations, this will be a domain under
249249
the org.modelica prefix.
250250
</xs:documentation>
@@ -254,7 +254,7 @@
254254
</xs:element>
255255
</xs:sequence>
256256
</xs:complexType>
257-
257+
258258
<xs:group name="GMetaData">
259259
<xs:sequence>
260260
<xs:element name="MetaData" minOccurs="0" maxOccurs="unbounded">
@@ -359,7 +359,7 @@
359359
</xs:element>
360360
</xs:sequence>
361361
</xs:group>
362-
362+
363363
<xs:complexType name="SignatureType">
364364
<xs:sequence>
365365
<xs:element name="Content" type="ssc:ContentType" minOccurs="0" maxOccurs="1"/>
@@ -462,7 +462,7 @@
462462
This attribute gives the unit of the entity and must
463463
reference one of the unit definitions provided in the Units
464464
element of the containing file.
465-
465+
466466
If a unit is not supplied, the unit is determined through
467467
default mechanisms: For FMU components, the unit of the
468468
underlying variable would be used, for systems the units
@@ -482,7 +482,7 @@
482482
This attribute gives the unit of the entity and must
483483
reference one of the unit definitions provided in the Units
484484
element of the containing file.
485-
485+
486486
If a unit is not supplied, the unit is determined through
487487
default mechanisms: For FMU components, the unit of the
488488
underlying variable would be used, for systems the units
@@ -502,7 +502,7 @@
502502
This attribute gives the unit of the entity and must
503503
reference one of the unit definitions provided in the Units
504504
element of the containing file.
505-
505+
506506
If a unit is not supplied, the unit is determined through
507507
default mechanisms: For FMU components, the unit of the
508508
underlying variable would be used, for systems the units
@@ -584,7 +584,7 @@
584584
connected binary connectors, or provide automatic means of
585585
conversion between different formats. It should be noted
586586
that the implementation is not required to provide this
587-
service, i.e. it remains the responsibility of the operator
587+
service, i.e. it remains the responsibility of the operator
588588
to ensure only compatible binary connectors are connected.
589589
</xs:documentation>
590590
</xs:annotation>
@@ -616,7 +616,7 @@
616616
</xs:element>
617617
</xs:choice>
618618
</xs:group>
619-
619+
620620
<xs:group name="GTransformationChoice">
621621
<xs:annotation>
622622
<xs:documentation xml:lang="en">
@@ -639,7 +639,7 @@
639639
This attribute specifies an optional factor value to use in a linear
640640
transformation of the source parameter value to the target parameter
641641
value, i.e. in the calculation target = factor * source + offset.
642-
642+
643643
Note that conversions based on different units are performed, unless
644644
prevented by suppressUnitConversion, prior to the application of the
645645
linear transformation, i.e. the value of source is already converted
@@ -653,7 +653,7 @@
653653
This attribute specifies an optional offset value to use in a linear
654654
transformation of the source parameter value to the target parameter
655655
value, i.e. in the calculation target = factor * source + offset.
656-
656+
657657
Note that conversions based on different units are performed, unless
658658
prevented by suppressUnitConversion, prior to the application of the
659659
linear transformation, i.e. the value of source is already converted
@@ -701,7 +701,7 @@
701701
<xs:annotation>
702702
<xs:documentation xml:lang="en">
703703
This element provides for a transformation of integer parameter values
704-
based on a mapping table and is valid for parameters of all integer and
704+
based on a mapping table and is valid for parameters of all integer and
705705
enumeration types. Each mapping table entry is provided by a MapEntry
706706
element.
707707
</xs:documentation>
@@ -769,7 +769,7 @@
769769
</xs:element>
770770
</xs:choice>
771771
</xs:group>
772-
772+
773773
<xs:group name="GDimensions">
774774
<xs:sequence>
775775
<xs:element name="Dimension" minOccurs="0" maxOccurs="unbounded">
@@ -779,12 +779,12 @@
779779
If no dimension elements are present in a connector, it is a scalar
780780
connector. The number of dimension elements in a connector provides
781781
the dimensionality of the array.
782-
782+
783783
Either the size or the sizeConnector attributes CAN be present
784784
on the element, indicating a fixed size, or a size that depends on
785785
the structural parameter or constant referenced by the sizeConnector
786786
attribute.
787-
787+
788788
If none of the attributes are present, then the size of the dimension
789789
is unspecified at the SSD level. If both attributes are present this
790790
is considered an error.
@@ -813,5 +813,5 @@
813813
</xs:element>
814814
</xs:sequence>
815815
</xs:group>
816-
816+
817817
</xs:schema>

0 commit comments

Comments
 (0)