Skip to content

Commit

Permalink
Use a resource for the resource examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Oct 25, 2024
1 parent 0c1b1fe commit d00ef43
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/4___common_content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ If the attribute is missing or is specified as `file`, the source is resolved ag
If the containing model element has a source attribute, the sourceBase attribute can be specified as `resource`.
In this case the URI is resolved against the (resolved) source URI of the containing model element.

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

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

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.
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.
|===
4 changes: 2 additions & 2 deletions docs/5___ssd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ If the attribute is missing or is specified as `SSD`, the source is resolved aga

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

The last option allows the specification of parameter sources that reside inside the component (for example an FMU) through relative URIs.
The last option allows the specification of parameter sources that reside inside a resource (for example an FMU) through relative URIs.
|prefix |Defines the optional prefix for name resolution and mapping purposes for this binding.
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.
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.
Expand Down Expand Up @@ -484,7 +484,7 @@ If the attribute is missing or is specified as `SSD`, the source is resolved aga

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

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

The contents of the element *MUST* be empty if the source attribute is present.
Expand Down
4 changes: 2 additions & 2 deletions schema/SystemStructureCommon.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
the containing model element.

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

The last two options allow the specification of signature sources that
reside inside the component (for example an FMU), or the meta data
reside inside a resource (for example an FMU), or the meta data
through relative URIs.
</xs:documentation>
</xs:annotation>
Expand Down
4 changes: 2 additions & 2 deletions schema/SystemStructureDescription.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@
URI of the containing file. If the attribute is specified as component
the URI is resolved against the (resolved) source URI of the component.
The last option allows the specification of parameter sources that
reside inside the component (for example an FMU) through relative URIs.
reside inside a resource (for example an FMU) through relative URIs.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
Expand Down Expand Up @@ -1015,7 +1015,7 @@
URI of the containing file. If the attribute is specified as component
the URI is resolved against the (resolved) source URI of the component.
The last option allows the specification of parameter mapping sources
that reside inside the component (for example an FMU) through relative
that reside inside a resource (for example an FMU) through relative
URIs.
</xs:documentation>
</xs:annotation>
Expand Down
4 changes: 2 additions & 2 deletions schema/SystemStructureDescription11.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@
URI of the containing file. If the attribute is specified as component
the URI is resolved against the (resolved) source URI of the component.
The last option allows the specification of parameter sources that
reside inside the component (for example an FMU) through relative URIs.
reside inside a resource (for example an FMU) through relative URIs.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
Expand Down Expand Up @@ -962,7 +962,7 @@
URI of the containing file. If the attribute is specified as component
the URI is resolved against the (resolved) source URI of the component.
The last option allows the specification of parameter mapping sources
that reside inside the component (for example an FMU) through relative
that reside inside a resource (for example an FMU) through relative
URIs.
</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit d00ef43

Please sign in to comment.