XHTMLType

Version 10.1 by Artur K. on 2026/05/25 18:43

  

https://purl.semanticip.org/linked-data/sdmx/ML/XHTMLType page_white_text TTL
complexType

XHTMLType allows for mixed content of text and XHTML tags. When using this type, one will have to provide a reference to the XHTML schema, since the processing of the tags within this type is strict, meaning that they are validated against the XHTML schema provided.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="XHTMLType" mixed="true">
  <xs:annotation>
   <xs:documentation>XHTMLType allows for mixed content of text and XHTML tags. When using this type, one will have to provide a reference to the XHTML schema, since the processing of the tags within this type is strict, meaning that they are validated against the XHTML schema provided.</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
   <xs:any namespace="http://www.w3.org/1999/xhtml" processContents="strict" />
  </xs:sequence>
  <xs:attribute ref="xml:lang" default="en" />
 </xs:complexType>

 

 

© Semantic R&D Group, 2026