MetadataAttributeValueSetType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/MetadataAttributeValueSetType page_white_text TTL
owl:Class
Metadata Attribute Value Set Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

MetadataAttributeValueSetType defines the structure for providing values for a metadata attribute. If no values are provided, the attribute is implied to include/excluded from the region in which it is defined, with no regard to the value of the metadata attribute.

SDMXStructureConstraint.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataAttributeValueSetType">
  <xs:annotation>
   <xs:documentation>MetadataAttributeValueSetType defines the structure for providing values for a metadata attribute. If no values are provided, the attribute is implied to include/excluded from the region in which it is defined, with no regard to the value of the metadata attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:restriction base="MemberSelectionType">
    <xs:choice minOccurs="0">
     <xs:element name="Value" type="SimpleComponentValueType" maxOccurs="unbounded" />
     <xs:element name="TimeRange" type="TimeRangeValueType" />
    </xs:choice>
    <xs:attribute name="validFrom" type="common:StandardTimePeriodType" use="prohibited" />
    <xs:attribute name="validTo" type="common:StandardTimePeriodType" use="prohibited" />
   </xs:restriction>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-structure:MemberSelectionType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Value ;
    owl:allValuesFrom sip-sdmx-ML-structure:SimpleComponentValueType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Value ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:SimpleComponentValueType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:TimeRange ;
    owl:allValuesFrom sip-sdmx-ML-structure:TimeRangeValueType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:TimeRange ;
    owl:qualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:TimeRangeValueType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validFrom ;
    owl:allValuesFrom sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validFrom ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validTo ;
    owl:allValuesFrom sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validTo ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:StandardTimePeriodType
] ;

© Semantic R&D Group, 2026