- https://purl.semanticip.org/linked-data/sdmx/ML/SetAttributeGroup_2
TTL - attributeGroup
The SetAttributeGroup defines a common set of attributes pertaining to any data set. The attributes are qualified, so that they will be easily distinguished from attributes that are specific to the data structure. Note that many of these attributes are duplications of fields available in the header of the data messages. The reason for this is to allow the header values to be overridden at the data set level when a message contains more than one data set. If an attribute here does not have a value, then the value from the header is applied to the data set.
- SDMXDataStructureSpecific.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 pertaining to any data set. The attributes are qualified, so that they will be easily distinguished from attributes that are specific to the data structure. Note that many of these attributes are duplications of fields available in the header of the data messages. The reason for this is to allow the header values to be overridden at the data set level when a message contains more than one data set. If an attribute here does not have a value, then the value from the header is applied to the data set.</xs:documentation>
</xs:annotation>
<xs:attribute name="structureRef" type="xs:IDREF" use="required" form="qualified">
<xs:annotation>
<xs:documentation>The structureRef contains a reference to a structural specification in the header of a data or reference metadata message. The structural specification details which structure the data or reference metadata conforms to, as well as providing additional information such as how the data is structure (e.g. which dimension occurs at the observation level for a data set).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="setID" type="common:IDType" use="optional" form="qualified">
<xs:annotation>
<xs:documentation>The setID provides an identification of the data or metadata set.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="action" type="common:ActionType" use="optional" form="qualified">
<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="common:BasicTimePeriodType" use="optional" form="qualified">
<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="common:BasicTimePeriodType" use="optional" form="qualified">
<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="validFromDate" type="xs:dateTime" use="optional" form="qualified">
<xs:annotation>
<xs:documentation>The validFromDate indicates the inclusive start time indicating the validity of the information in the data or metadata set.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="validToDate" type="xs:dateTime" use="optional" form="qualified">
<xs:annotation>
<xs:documentation>The validToDate indicates the inclusive end time indicating the validity of the information in the data or metadata set.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="publicationYear" type="xs:gYear" use="optional" form="qualified">
<xs:annotation>
<xs:documentation>The publicationYear holds the ISO 8601 four-digit year.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="publicationPeriod" type="common:ObservationalTimePeriodType" use="optional" form="qualified">
<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>