- https://purl.semanticip.org/linked-data/sdmx/ML/HierarchiesType
TTL - Hierarchies Type
- complexType
HierarchiesType describes the structure of the hierarchies container. It contains one or more hierarchy, 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="HierarchiesType">
<xs:annotation>
<xs:documentation>HierarchiesType describes the structure of the hierarchies container. It contains one or more hierarchy, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Hierarchy" type="HierarchyType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Hierarchy provides the details of a hierarchy, which is defined as an organised collection of codes that may participate in many parent/child relationships with other codes in the list.</xs:documentation>
</xs:annotation>
<xs:unique name="Hierarchiy_UniqueLevel">
<xs:selector xpath=".structure:Level" />
<xs:field xpath="@id" />
</xs:unique>
<xs:unique name="Hierarchiy_UniqueHierarchicalCode">
<xs:selector xpath=".structure:HierarchicalCode" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>