ResultType

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

  

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

ResultType contains the details about a data or metadata source, through the complete registration information. In addition, a reference to the content constraints for the data source may be provided, if the query requested this information.

SDMXRegistryRegistration.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResultType">
  <xs:annotation>
   <xs:documentation>ResultType contains the details about a data or metadata source, through the complete registration information. In addition, a reference to the content constraints for the data source may be provided, if the query requested this information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Registration" type="RegistrationType">
    <xs:annotation>
     <xs:documentation>Registration provides the details of a matching registration. In addition to the data source and provision agreement information, the id of the registration must also be provided.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="Constraint" type="common:ConstraintReferenceType" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>Constraint provides a reference to a data or metadata constraint in the registry for the resulting data source (or possibly constraints base on the registration provision agreement, data provider, structure usage, or structure). The reference is provided for by a URN and/or a complete set of reference fields.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026