ReportingTaxonomiesType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/ReportingTaxonomiesType
TTL - owl:Class
- Reporting Taxonomies Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
ReportingTaxonomiesType describes the structure of the reporting taxonomies container. It contains one or more reporting taxonomy, 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="ReportingTaxonomiesType">
<xs:annotation>
<xs:documentation>ReportingTaxonomiesType describes the structure of the reporting taxonomies container. It contains one or more reporting taxonomy, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ReportingTaxonomy" type="ReportingTaxonomyType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>ReportingTaxonomy provides the details of a reporting taxonomy, which is a scheme which defines the composition structure of a data report where each component can be described by an independent data or metadata flow definition.</xs:documentation>
</xs:annotation>
<xs:unique name="ReportingTaxonomy_UniqueReportingCategory">
<xs:selector xpath="structure:ReportingCategory" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ReportingTaxonomy ;
owl:allValuesFrom sip-sdmx-ML-structure:ReportingTaxonomyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ReportingTaxonomy ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:ReportingTaxonomyType
] ;