UserDefinedOperatorSchemesType

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

  

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

UserDefinedOperatorSchemesType describes the structure of the user defined operator schemes container. It contains one or more user defined operator 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="UserDefinedOperatorSchemesType">
  <xs:annotation>
   <xs:documentation>UserDefinedOperatorSchemesType describes the structure of the user defined operator schemes container. It contains one or more user defined operator 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="UserDefinedOperatorScheme" type="UserDefinedOperatorSchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>UserDefinedOperatorScheme provides the details of a user defined operator scheme, in which user defined operators are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="UserDefinedOperatorScheme_UniqueUserDefinedOperator">
     <xs:selector xpath="structure:UserDefinedOperator" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

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

© Semantic R&D Group, 2026