StringValueType

Version 14.1 by Artur K. on 2026/05/26 14:04

  

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

StringValueType is a refinement of SimpleValueType limiting the content to be a string. This can be further refined with facets, patterns, etc.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StringValueType">
  <xs:annotation>
   <xs:documentation>StringValueType is a refinement of SimpleValueType limiting the content to be a string. This can be further refined with facets, patterns, etc.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
   <xs:restriction base="ValueType">
    <xs:simpleType>
     <xs:restriction base="xs:string" />
    </xs:simpleType>
   </xs:restriction>
  </xs:simpleContent>
 </xs:complexType>

 

© Semantic R&D Group, 2026