SetAttributeGroup

Version 7.1 by Artur K. on 2026/05/25 16:19

  

https://purl.semanticip.org/linked-data/sdmx/ML/SetAttributeGroup page_white_text TTL
attributeGroup

The SetAttributeGroup defines a common set of attributes for use in data and reference metadata sets.

SDMXCommon.xsd

<xs:attributeGroup xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SetAttributeGroup">
  <xs:annotation>
   <xs:documentation>The SetAttributeGroup defines a common set of attributes for use in data and reference metadata sets.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="action" type="ActionType" use="optional">
   <xs:annotation>
    <xs:documentation>The action attribute indicates whether the file is appending, replacing, or deleting.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="reportingBeginDate" type="BasicTimePeriodType" use="optional">
   <xs:annotation>
    <xs:documentation>The reportingBeginDate indicates the inclusive start time of the data reported in the data or metadata set.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="reportingEndDate" type="BasicTimePeriodType" use="optional">
   <xs:annotation>
    <xs:documentation>The reportingEndDate indicates the inclusive end time of the data reported in the data or metadata set.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="publicationYear" type="xs:gYear" use="optional">
   <xs:annotation>
    <xs:documentation>The publicationYear holds the ISO 8601 four-digit year.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="publicationPeriod" type="ObservationalTimePeriodType" use="optional">
   <xs:annotation>
    <xs:documentation>The publicationPeriod specifies the period of publication of the data or metadata in terms of whatever provisioning agreements might be in force (i.e., "Q1 2005" if that is the time of publication for a data set published on a quarterly basis).</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:attributeGroup>

 

© Semantic R&D Group, 2026