CodeSelectionType

Version 15.1 by Artur K. on 2026/05/26 15:26

  

https://purl.semanticip.org/linked-data/sdmx/ML/CodeSelectionType page_white_text TTL
Code Selection Type
complexType

CodeSelectionType defines the structure for code selection to be used as inclusive or exclusive extensions.

SDMXStructureCodelist.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CodeSelectionType">
  <xs:annotation>
   <xs:documentation>CodeSelectionType defines the structure for code selection to be used as inclusive or exclusive extensions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="MemberValue" type="MemberValueType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>An explicit or wildcard selection of a code(s) from the codelist selected for inclusion/exclusion. If a wildcard expression is used, it is evaluated to determine codes selected for inclusion/exclusion. Otherwise, each member value is a distinct code. If the extended list is hierarchical, this can indicate whether child codes are to be included.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026