CategorisationsType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/CategorisationsType
TTL - owl:Class
- Categorisations Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
CategorisationsType describes the structure of the categorisations container. It contains one or more categorisation of a specific object type, which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain categorisations for multiple types of structural objects.
- SDMXStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CategorisationsType">
<xs:annotation>
<xs:documentation>CategorisationsType describes the structure of the categorisations container. It contains one or more categorisation of a specific object type, which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain categorisations for multiple types of structural objects.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Categorisation" type="CategorisationType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Categorisation allows for the association of an identifiable object to a category, providing for the classifications of the reference identifiable object. This must either contain the full details of the categorisation, or provide a name and identification information and reference the full details from an external structure document or registry service.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Categorisation ;
owl:allValuesFrom sip-sdmx-ML-structure:CategorisationType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Categorisation ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:CategorisationType
] ;