CustomTypeSchemesType

Version 18.1 by Artur K. on 2026/05/27 11:07

  

https://purl.semanticip.org/linked-data/sdmx/ML/CustomTypeSchemesType page_white_text TTL
owl:Class
Custom Type Schemes Type
complexType

CustomTypeSchemesType describes the structure of the custom type schemes container. It contains one or more custom type scheme, 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="CustomTypeSchemesType">
  <xs:annotation>
   <xs:documentation>CustomTypeSchemesType describes the structure of the custom type schemes container. It contains one or more custom type scheme, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="CustomTypeScheme" type="CustomTypeSchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>CustomTypeScheme provides the details of a custom type scheme, in which user defined operators are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="CustomTypeScheme_UniqueCustomType">
     <xs:selector xpath="structure:CustomtType" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:CustomTypeScheme ;
    owl:allValuesFrom sip-sdmx-ML:CustomTypeSchemeType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:CustomTypeScheme ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:CustomTypeSchemeType
] ;

© Semantic R&D Group, 2026