Last modified by Artur on 2025/09/10 11:19

From version 4.3
edited by Helena
on 2025/06/24 14:47
Change comment: There is no comment for this version
To version 4.2
edited by Helena
on 2025/06/24 14:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -158,12 +158,15 @@
158 158  **BaseValueType: **BaseValueType is a general structure which contains a reference to a data structure definition component and a value for that component. In this structure the reference to the component is optional to allow for usages where the actual reference might be provided in another context.
159 159  
160 160  Attributes:
161 +
161 161  id?, value
162 162  
163 163  Content:
165 +
164 164  {Empty}
165 165  
166 166  Attribute Documentation:
169 +
167 167  |**Name**|**Type**|**Documentation**
168 168  |id|com:NCNameIDType|The id attribute contains the identifier for the component for which a value is being provided.
169 169  |value|xs:anySimpleType|The value attribute contains the provided component value.
... ... @@ -172,16 +172,19 @@
172 172  
173 173  Derivation:
174 174  
175 -* BaseValueType (restriction) 
176 -** ObsValueType
178 +BaseValueType (restriction) 
179 + [[image:1750765436897-317.png]]ObsValueType
177 177  
178 178  Attributes:
182 +
179 179  id?, value
180 180  
181 181  Content:
186 +
182 182  {Empty}
183 183  
184 184  Attribute Documentation:
190 +
185 185  |**Name**|**Type**|**Documentation**
186 186  |id (fixed: OBS_VALUE)|com:NCNameIDType|The id attribute contains a fixed reference to the primary measure component of the data structure definition.
187 187  |value|xs:string|The value attribute contains the provided component value.
... ... @@ -189,16 +189,20 @@
189 189  **ComponentValueType: **ComponentValueType is a derivation of the BaseValueType which requires that the component reference be provided. This is used when the identification of the component cannot be inferred from another context.
190 190  
191 191  Derivation:
192 -* BaseValueType (restriction) 
193 -** ComponentValueType
194 194  
199 +BaseValueType (restriction) 
200 + [[image:1750765436899-296.png]]ComponentValueType
201 +
195 195  Attributes:
203 +
196 196  id, value
197 197  
198 198  Content:
207 +
199 199  {Empty}
200 200  
201 201  Attribute Documentation:
211 +
202 202  |**Name**|**Type**|**Documentation**
203 203  |id|com:NCNameIDType|The id attribute contains the identifier for the component for which a value is being provided.
204 204  |value|xs:string|The value attribute contains the provided component value.