DataProviderSchemesType

Version 22.3 by Artur K. on 2026/05/28 23:28

  

https://purl.semanticip.org/linked-data/sdmx/ML/DataProviderSchemesType page_white_text TTL
owl:Class
Data Provider Schemes Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

DataProviderSchemesType describes the structure of the data provider schemes container. It contains one or more data provider scheme, which can be explicitly detailed or referenced from an external structure document or registry service.

SDMXStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataProviderSchemesType">
  <xs:annotation>
   <xs:documentation>DataProviderSchemesType describes the structure of the data provider schemes container. It contains one or more data provider scheme, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="DataProviderScheme" type="DataProviderSchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>DataProviderScheme provides the details of a data provider scheme, in which data providers are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="DataProviderScheme_UniqueDataProvider">
     <xs:selector xpath="structure:DataProvider" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:DataProviderScheme ;
    owl:allValuesFrom sip-sdmx-ML:DataProviderSchemeType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:DataProviderScheme ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:DataProviderSchemeType
] ;

© Semantic R&D Group, 2026