Skip to content

Commit d00ef43

Browse files
committed
Use a resource for the resource examples
1 parent 0c1b1fe commit d00ef43

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/4___common_content.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ If the attribute is missing or is specified as `file`, the source is resolved ag
519519
If the containing model element has a source attribute, the sourceBase attribute can be specified as `resource`.
520520
In this case the URI is resolved against the (resolved) source URI of the containing model element.
521521

522-
The last option allows the specification of meta data sources that reside inside the component (for example an FMU) through relative URIs.
522+
The last option allows the specification of meta data sources that reside inside a resource (for example an FMU) through relative URIs.
523523
|===
524524

525525
===== Content
@@ -577,5 +577,5 @@ In this case the URI is resolved against the (resolved) source URI of the contai
577577
If the Signature element is contained within a MetaData element, the sourceBase attribute can be specified as `metaData`.
578578
In this case the URI is resolved against the (resolved) URI of the meta data source.
579579

580-
The last two options allow the specification of signature sources that reside inside the component (for example an FMU), or the meta data through relative URIs.
580+
The last two options allow the specification of signature sources that reside inside a resource (for example an FMU), or the meta data through relative URIs.
581581
|===

docs/5___ssd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ If the attribute is missing or is specified as `SSD`, the source is resolved aga
436436

437437
If the attribute is specified as `component` the URI is resolved against the (resolved) source URI of the component.
438438

439-
The last option allows the specification of parameter sources that reside inside the component (for example an FMU) through relative URIs.
439+
The last option allows the specification of parameter sources that reside inside a resource (for example an FMU) through relative URIs.
440440
|prefix |Defines the optional prefix for name resolution and mapping purposes for this binding.
441441
If this attribute is empty or not supplied no prefix is used for name resolution and mapping, otherwise the specified prefix is prepended to all names in the parameter source prior to processing the normal name resolution or name mapping rules.
442442
This allows the user to apply a parameter set normally intended for a component (and thus containing bare parameter names) at a system level targeted to one element of the system by supplying the name of the element plus a dot as a prefix on the binding, thus causing all parameter names in the parameter set to be treated as if they were specified with proper hierarchical names.
@@ -484,7 +484,7 @@ If the attribute is missing or is specified as `SSD`, the source is resolved aga
484484

485485
If the attribute is specified as `component` the URI is resolved against the (resolved) source URI of the component.
486486

487-
The last option allows the specification of parameter mapping sources that reside inside the component (for example an FMU) through relative URIs.
487+
The last option allows the specification of parameter mapping sources that reside inside a resource (for example an FMU) through relative URIs.
488488
|===
489489

490490
The contents of the element *MUST* be empty if the source attribute is present.

schema/SystemStructureCommon.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
the containing model element.
331331

332332
The last option allows the specification of meta data sources that
333-
reside inside the component (for example an FMU) through relative URIs.
333+
reside inside a resource (for example an FMU) through relative URIs.
334334
</xs:documentation>
335335
</xs:annotation>
336336
<xs:simpleType>
@@ -413,7 +413,7 @@
413413
of the meta data source.
414414

415415
The last two options allow the specification of signature sources that
416-
reside inside the component (for example an FMU), or the meta data
416+
reside inside a resource (for example an FMU), or the meta data
417417
through relative URIs.
418418
</xs:documentation>
419419
</xs:annotation>

schema/SystemStructureDescription.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@
968968
URI of the containing file. If the attribute is specified as component
969969
the URI is resolved against the (resolved) source URI of the component.
970970
The last option allows the specification of parameter sources that
971-
reside inside the component (for example an FMU) through relative URIs.
971+
reside inside a resource (for example an FMU) through relative URIs.
972972
</xs:documentation>
973973
</xs:annotation>
974974
<xs:simpleType>
@@ -1015,7 +1015,7 @@
10151015
URI of the containing file. If the attribute is specified as component
10161016
the URI is resolved against the (resolved) source URI of the component.
10171017
The last option allows the specification of parameter mapping sources
1018-
that reside inside the component (for example an FMU) through relative
1018+
that reside inside a resource (for example an FMU) through relative
10191019
URIs.
10201020
</xs:documentation>
10211021
</xs:annotation>

schema/SystemStructureDescription11.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@
915915
URI of the containing file. If the attribute is specified as component
916916
the URI is resolved against the (resolved) source URI of the component.
917917
The last option allows the specification of parameter sources that
918-
reside inside the component (for example an FMU) through relative URIs.
918+
reside inside a resource (for example an FMU) through relative URIs.
919919
</xs:documentation>
920920
</xs:annotation>
921921
<xs:simpleType>
@@ -962,7 +962,7 @@
962962
URI of the containing file. If the attribute is specified as component
963963
the URI is resolved against the (resolved) source URI of the component.
964964
The last option allows the specification of parameter mapping sources
965-
that reside inside the component (for example an FMU) through relative
965+
that reside inside a resource (for example an FMU) through relative
966966
URIs.
967967
</xs:documentation>
968968
</xs:annotation>

0 commit comments

Comments
 (0)