- https://purl.semanticip.org/linked-data/sdmx/ML/SentinelValueType
TTL - 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>