Skip to content

Commit 2238236

Browse files
committed
Add GMetaData to other top-level files
1 parent 5ea051e commit 2238236

12 files changed

+6
-3
lines changed

docs/6___ssv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Except for this file extension recommendation the filename is arbitrary and is i
1414

1515
=== ParameterSet
1616

17-
image:images/image47.png[image,width=394,height=453]
17+
image:images/SystemStructureParameterValues_ParameterSet.png[image,width=405,height=574]
1818

1919
The ParameterSet element contains parameter and meta data information.
2020
If the SSV is provided as a separate file, the root element *MUST* be a ParameterSet element.

docs/7___ssm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The root element of an SSM file *MUST* be a ParameterMapping element, which cont
1717

1818
=== ParameterMapping
1919

20-
image:images/image56.png[image,width=418,height=291]
20+
image:images/SystemStructureParameterMapping_ParameterMapping.png[image,width=450,height=412]
2121

2222
This element describes a parameter mapping, which consists of multiple mapping entries, each describing one parameter mapping (see next section).
2323
The parameter mapping *MUST* contain entries for all parameters that are going to be mapped.

docs/8___ssb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Any enumerations or units used in the DictionaryEntry elements *MUST* be declare
1616

1717
=== SignalDictionary
1818

19-
image:images/image58.png[image,width=408,height=399]
19+
image:images/SystemStructureSignalDictionary_SignalDictionary.png[image,width=438,height=520]
2020

2121
This element describes a signal dictionary, which consists of one or more dictionary entries, each describing one signal in the signal dictionary (see next section).
2222

16.4 KB
Loading
20.8 KB
Loading
19.5 KB
Loading

docs/images/image47.png

-13.2 KB
Binary file not shown.

docs/images/image56.png

-10.2 KB
Binary file not shown.

docs/images/image58.png

-12.3 KB
Binary file not shown.

schema/SystemStructureParameterMapping.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<xs:complexType>
4949
<xs:sequence>
5050
<xs:element name="MappingEntry" minOccurs="0" maxOccurs="unbounded" type="ssm:TMappingEntry"/>
51+
<xs:group ref="ssc:GMetaData"/>
5152
<xs:element name="Annotations" minOccurs="0" type="ssc:TAnnotations"/>
5253
</xs:sequence>
5354
<xs:attribute name="version" use="required">

0 commit comments

Comments
 (0)