<ST_CalendarType> (Calendar Type)

Calendar type enumeration for date grouped items of a filter.

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

The following are possible enumeration values for this type:

Enumeration Value

Description

<gregorian> (Gregorian)

Gregorian (localized) calendar

<gregorianArabic> (Gregorian Arabic Calendar)

Gregorian Arabic calendar

<gregorianMeFrench> (Gregorian Middle East French Calendar)

Gregorian Middle East French calendar

<gregorianUs> (Gregorian (U.S.) Calendar)

Gregorian (U.S.) calendar

<gregorianXlitEnglish> (Gregorian Transliterated English Calendar)

Gregorian Transliterated English calendar

<gregorianXlitFrench> (Gregorian Transliterated French Calendar)

Gregorian Transliterated French calendar

<hebrew> (Hebrew (Lunar) Calendar)

Hebrew (Lunar) calendar

<hijri> (Hijri (Arabic Lunar) Calendar)

Hijri (Arabic Lunar) calendar

<japan> (Japanese Emperor Era Calendar)

Japanese Emperor Era calendar

<korea> (Korean Tangun Era Calendar)

Korean Tangun Era calendar

<none> (No Calendar Type)

No calendar type specified

<taiwan> (Taiwan Era Calendar)

Taiwan Era calendar

<thai> (Thai Calendar)

Thai calendar

Referenced By

<filters@calendarType>3.3.2.8)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_CalendarType">
	<restriction base="xsd:string">
	<enumeration value="none"/>
	<enumeration value="gregorian"/>
	<enumeration value="gregorianUs"/>
	<enumeration value="japan"/>
	<enumeration value="taiwan"/>
	<enumeration value="korea"/>
	<enumeration value="hijri"/>
	<enumeration value="thai"/>
	<enumeration value="hebrew"/>
	<enumeration value="gregorianMeFrench"/>
	<enumeration value="gregorianArabic"/>
	<enumeration value="gregorianXlitEnglish"/>
	<enumeration value="gregorianXlitFrench"/>
	</restriction>
</simpleType>