Changes for page Part IV. Data and Metadata Namespaces
Last modified by Artur on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -158,15 +158,12 @@ 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 - 162 162 id?, value 163 163 164 164 Content: 165 - 166 166 {Empty} 167 167 168 168 Attribute Documentation: 169 - 170 170 |**Name**|**Type**|**Documentation** 171 171 |id|com:NCNameIDType|The id attribute contains the identifier for the component for which a value is being provided. 172 172 |value|xs:anySimpleType|The value attribute contains the provided component value. ... ... @@ -175,19 +175,16 @@ 175 175 176 176 Derivation: 177 177 178 -BaseValueType (restriction) 179 - [[image:1750765436897-317.png]]ObsValueType175 +* BaseValueType (restriction) 176 +** ObsValueType 180 180 181 181 Attributes: 182 - 183 183 id?, value 184 184 185 185 Content: 186 - 187 187 {Empty} 188 188 189 189 Attribute Documentation: 190 - 191 191 |**Name**|**Type**|**Documentation** 192 192 |id (fixed: OBS_VALUE)|com:NCNameIDType|The id attribute contains a fixed reference to the primary measure component of the data structure definition. 193 193 |value|xs:string|The value attribute contains the provided component value. ... ... @@ -195,20 +195,16 @@ 195 195 **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. 196 196 197 197 Derivation: 192 +* BaseValueType (restriction) 193 +** ComponentValueType 198 198 199 -BaseValueType (restriction) 200 - [[image:1750765436899-296.png]]ComponentValueType 201 - 202 202 Attributes: 203 - 204 204 id, value 205 205 206 206 Content: 207 - 208 208 {Empty} 209 209 210 210 Attribute Documentation: 211 - 212 212 |**Name**|**Type**|**Documentation** 213 213 |id|com:NCNameIDType|The id attribute contains the identifier for the component for which a value is being provided. 214 214 |value|xs:string|The value attribute contains the provided component value.