CodeSelectionType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/CodeSelectionType
TTL - owl:Class
- Code Selection Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- 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>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MemberValue ;
owl:allValuesFrom sip-sdmx-ML-structure:MemberValueType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MemberValue ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:MemberValueType
] ;