TextType

Version 11.1 by Artur K. on 2026/05/25 18:48

  

https://purl.semanticip.org/linked-data/sdmx/ML/TextType page_white_text TTL
Text Type
complexType

TextType provides for a set of language-specific alternates to be provided for any human-readable constructs in the instance.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TextType">
  <xs:annotation>
   <xs:documentation>TextType provides for a set of language-specific alternates to be provided for any human-readable constructs in the instance.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
   <xs:extension base="xs:string">
    <xs:attribute ref="xml:lang" default="en">
     <xs:annotation>
      <xs:documentation>The xml:lang attribute specifies a language code for the text. If not supplied, the default language is assumed to be English.</xs:documentation>
     </xs:annotation>
    </xs:attribute>
   </xs:extension>
  </xs:simpleContent>
 </xs:complexType>

 

© Semantic R&D Group, 2026