22.9.2.1 ST_CalendarType

This simple type specifies the possible types of calendars which can be used within the context of an Office Open XML document.

[Example: Consider the following structured document tag properties:

<w:sdtPr>
  <w:date w:fullDate="2006-01-01T06:30:00Z">
    <w:calendar w:val="gregorian"/>
  </w:date>
</w:sdtPr>

The calendar element specifies that the calendar type for a calendar which can be displayed in the document must be the Gregorian calendar format (gregorian). end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. This calendar should be localized into the appropriate language.

Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.

The values for this calendar should be presented in Arabic.

Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.

The values for this calendar should be presented in Middle East French.

Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.

The values for this calendar should be presented in English.

Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.

The values for this calendar should be the representation of the English strings in the corresponding Arabic characters (the Arabic transliteration of the English for the Gregorian calendar).

Enumeration Value

Description

Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.

The values for this calendar should be the representation of the French strings in the corresponding Arabic characters (the Arabic transliteration of the French for the Gregorian calendar).

Specifies that the Hebrew lunar calendar, as described by the Gauss formula for Passover [Har’El, Zvi] and The Complete Restatement of Oral Law (Mishneh Torah), shall be used.

Specifies that the Hijri lunar calendar, as described by the Kingdom of Saudi Arabia, Ministry of Islamic Affairs, Endowments, Da‘wah and Guidance, shall be used.

Specifies that the Japanese Emperor Era calendar, as described by Japanese Industrial Standard JIS X 0301, shall be used.

Specifies that the Korean Tangun Era calendar, as described by Korean Law Enactment No. 4, shall be used.

Specifies that no calendar should be used.

Specifies that the Saka Era calendar, as described by the Calendar Reform Committee of India, as part of the Indian Ephemeris and Nautical Almanac, shall be used.

Specifies that the Taiwanese calendar, as defined by the Chinese National Standard CNS 7648, shall be used.

Specifies that the Thai calendar, as defined by the Royal Decree of H.M. King Vajiravudh (Rama VI) in Royal Gazette B. E. 2456 (1913 A.D.) and by the decree of Prime Minister Phibunsongkhram (1941 A.D.) to start the year on the Gregorian January 1 and to map year zero to Gregorian year 543 B.C., shall be used.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_CalendarType) is located in A.6.9. end note]

Last updated on