ReportingTimePeriodType
- https://purl.semanticip.org/linked-data/sdmx/ML/common/ReportingTimePeriodType
TTL - rdfs:Datatype
- Reporting Time Period Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
ReportingTimePeriodType defines standard reporting periods in SDMX, which are all in relation to the start day (day-month) of a reporting year which is specified in the specialized reporting year start day attribute. If the reporting year start day is not defined, a day of January 1 is assumed. The reporting year must be expressed as the year at the beginning of the period. Therefore, if the reporting year runs from April to March, any given reporting year is expressed as the year for April. The general format of a report period can be described as [year]-[period][time zone]?, where the type of period is designated with a single character followed by a number representing the period. Note that all periods allow for an optional time zone offset. See the details of each member type for the specifics of its format.
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReportingTimePeriodType">
<xs:annotation>
<xs:documentation>ReportingTimePeriodType defines standard reporting periods in SDMX, which are all in relation to the start day (day-month) of a reporting year which is specified in the specialized reporting year start day attribute. If the reporting year start day is not defined, a day of January 1 is assumed. The reporting year must be expressed as the year at the beginning of the period. Therefore, if the reporting year runs from April to March, any given reporting year is expressed as the year for April. The general format of a report period can be described as [year]-[period][time zone]?, where the type of period is designated with a single character followed by a number representing the period. Note that all periods allow for an optional time zone offset. See the details of each member type for the specifics of its format.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="ReportingYearType ReportingSemesterType ReportingTrimesterType ReportingQuarterType ReportingMonthType ReportingWeekType ReportingDayType" />
</xs:simpleType>owl:unionOf (
sip-sdmx-ML-common:ReportingYearType
sip-sdmx-ML-common:ReportingSemesterType
sip-sdmx-ML-common:ReportingTrimesterType
sip-sdmx-ML-common:ReportingQuarterType
sip-sdmx-ML-common:ReportingMonthType
sip-sdmx-ML-common:ReportingWeekType
sip-sdmx-ML-common:ReportingDayType
)