SimpleDataStructureRepresentationType

Last modified by Artur K. on 2026/06/05 16:26

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/SimpleDataStructureRepresentationType page_white_text TTL
owl:Class
Simple Data Structure Representation Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

SimpleDataStructureRepresentationType defines the representation for any non-time dimension data structure definition component.

SDMXStructureDataStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SimpleDataStructureRepresentationType">
  <xs:annotation>
   <xs:documentation>SimpleDataStructureRepresentationType defines the representation for any non-time dimension data structure definition component.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:restriction base="DataStructureRepresentationType">
    <xs:choice>
     <xs:element name="TextFormat" type="SimpleComponentTextFormatType" />
     <xs:sequence>
      <xs:element name="Enumeration" type="common:CodelistReferenceType" />
      <xs:element name="EnumerationFormat" type="CodedTextFormatType" minOccurs="0" />
     </xs:sequence>
    </xs:choice>
    <xs:attribute name="maxOccurs" type="common:OccurenceType" use="prohibited" />
   </xs:restriction>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-structure:DataStructureRepresentationType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:TextFormat ;
    owl:allValuesFrom sip-sdmx-ML-structure:SimpleComponentTextFormatType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:TextFormat ;
    owl:qualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:SimpleComponentTextFormatType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Enumeration ;
    owl:allValuesFrom sip-sdmx-ML-common:CodelistReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Enumeration ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:CodelistReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:EnumerationFormat ;
    owl:allValuesFrom sip-sdmx-ML-structure:CodedTextFormatType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:EnumerationFormat ;
    owl:maxQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:CodedTextFormatType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:maxOccurs ;
    owl:allValuesFrom sip-sdmx-ML-common:OccurenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:maxOccurs ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:OccurenceType
] ;

© Semantic R&D Group, 2026