HierarchyAssociationsType

Version 17.1 by Artur K. on 2026/05/27 11:00

  

https://purl.semanticip.org/linked-data/sdmx/ML/HierarchyAssociationsType page_white_text TTL
owl:Class
Hierarchy Associations Type
complexType

HiearchyAssociationsType describes the structure of the hierarchy associations container. It contains one or more hiearchy associations, 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="HierarchyAssociationsType">
  <xs:annotation>
   <xs:documentation>HiearchyAssociationsType describes the structure of the hierarchy associations container. It contains one or more hiearchy associations, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="HierarchyAssociation" type="HierarchyAssociationType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>HierarchyAssociation provides the details of a hierarchy association, which associates a hierarchy with an identifiable object in the context of another object.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

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

© Semantic R&D Group, 2026