SimpleDataSourceType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/SimpleDataSourceType page_white_text TTL
Simple Data Source Type
complexType

SimpleDataSourceType describes a simple data source. The URL of the data is contained in the content.

SDMXRegistryBase.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SimpleDataSourceType">
  <xs:annotation>
   <xs:documentation>SimpleDataSourceType describes a simple data source. The URL of the data is contained in the content.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
   <xs:extension base="xs:anyURI">
    <xs:attribute name="TYPE" type="xs:string" fixed="SIMPLE">
     <xs:annotation>
      <xs:documentation>TYPE is a fixed attribute that is used to ensure only one simple data source may be provided, when it is referenced in a uniqueness constraint.</xs:documentation>
     </xs:annotation>
    </xs:attribute>
   </xs:extension>
  </xs:simpleContent>
 </xs:complexType>

 

© Semantic R&D Group, 2026