AgencySchemesType

Version 9.1 by Artur K. on 2026/05/25 16:44

  

https://purl.semanticip.org/linked-data/sdmx/ML/AgencySchemesType page_white_text TTL
complexType

AgencySchemesType describes the structure of the agency schemes container. It contains one or more agency 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="AgencySchemesType">
  <xs:annotation>
   <xs:documentation>AgencySchemesType describes the structure of the agency schemes container. It contains one or more agency 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="AgencyScheme" type="AgencySchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>AgencyScheme provides the details of an agency scheme, in which agencies are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="AgencyScheme_UniqueAgency">
     <xs:selector xpath="structure:Agency" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026