MetadataProviderSchemesType

Version 11.1 by Artur K. on 2026/05/25 18:47

  

https://purl.semanticip.org/linked-data/sdmx/ML/MetadataProviderSchemesType page_white_text TTL
Metadata Provider Schemes Type
complexType

MetadataProviderSchemesType describes the structure of the metadata provider schemes container. It contains one or more metadata 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="MetadataProviderSchemesType">
  <xs:annotation>
   <xs:documentation>MetadataProviderSchemesType describes the structure of the metadata provider schemes container. It contains one or more metadata 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="MetadataProviderScheme" type="MetadataProviderSchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>MetadataProviderScheme provides the details of a metadata provider scheme, in which metadata providers are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="MetadataProviderScheme_UniqueDataProvider">
     <xs:selector xpath="structure:MetadataProvider" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026