SentinelValueType

Version 12.1 by Artur K. on 2026/05/26 14:03

  

https://purl.semanticip.org/linked-data/sdmx/ML/SentinelValueType page_white_text TTL
Sentinel Value Type
complexType

SentinelValueType defines the structure of a sentinel value. A sentinel is a value that has a special meaning within the text format representation of a component. The value is associated with a multi-lingual name and description.

SDMXStructureBase.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SentinelValueType">
  <xs:annotation>
   <xs:documentation>SentinelValueType defines the structure of a sentinel value. A sentinel is a value that has a special meaning within the text format representation of a component. The value is associated with a multi-lingual name and description.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element ref="common:Name" maxOccurs="unbounded" />
   <xs:element ref="common:Description" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
  <xs:attribute name="value" type="xs:anySimpleType" use="required">
   <xs:annotation>
    <xs:documentation>The sentinel value being described.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:complexType>

 

© Semantic R&D Group, 2026