TransformationSchemesType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/TransformationSchemesType page_white_text TTL
owl:Class
Transformation Schemes Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

TransformationSchemesType describes the structure of the transformations container. It contains one or more transformation schemes, 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="TransformationSchemesType">
  <xs:annotation>
   <xs:documentation>TransformationSchemesType describes the structure of the transformations container. It contains one or more transformation schemes, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="TransformationScheme" type="TransformationSchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>TransformationScheme provides the details of a transformation scheme, in which transformations are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="TransformationScheme_UniqueTransformation">
     <xs:selector xpath="structure:Transformation" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:TransformationScheme ;
    owl:allValuesFrom sip-sdmx-ML-structure:TransformationSchemeType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:TransformationScheme ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:TransformationSchemeType
] ;

© Semantic R&D Group, 2026