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