- https://purl.semanticip.org/linked-data/sdmx/ML/structure/MemberValueType
TTL - owl:Class
- Member Value Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
Allows for a ditinct reference or a wildcard expression for selecting codes from a codelist.
- SDMXStructureCodelist.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MemberValueType">
<xs:annotation>
<xs:documentation>Allows for a ditinct reference or a wildcard expression for selecting codes from a codelist.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="WildcardedMemberValueType">
<xs:attribute name="cascadeValues" type="common:CascadeSelectionType" use="optional">
<xs:annotation>
<xs:documentation>Indicates whether child codes should be selected when the codelist is hierarchical. Possible values are true (include the selected and child codes), false (only include the selected code(s)), and excluderoot (include the children but not the selected code(s)).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:WildcardedMemberValueType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:cascadeValues ;
owl:allValuesFrom sip-sdmx-ML-common:CascadeSelectionType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:cascadeValues ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:CascadeSelectionType
] ;