- https://purl.semanticip.org/linked-data/sdmx/ML/registry/SimpleDataSourceType
TTL - owl:Class
- Simple Data Source Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- 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>
rdfs:subClassOf xsd:anyURI ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TYPE ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TYPE ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;