TransformationSchemesType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/TransformationSchemesType
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
] ;