NamePersonalisationSchemesType

Version 24.1 by Artur K. on 2026/05/29 12:23

  

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

NamePersonalisationSchemesType describes the structure of the name personalisation schemes container. It contains one or more name personalisation 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="NamePersonalisationSchemesType">
  <xs:annotation>
   <xs:documentation>NamePersonalisationSchemesType describes the structure of the name personalisation schemes container. It contains one or more name personalisation 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="NamePersonalisationScheme" type="NamePersonalisationSchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>NamePersonalisationScheme provides the details of a name personalisation scheme, in which name personalisations are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="NamePersonalisationScheme_UniqueNamePersonalisation">
     <xs:selector xpath="structure:NamePersonalisation" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

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

© Semantic R&D Group, 2026