<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 (localized) calendar |
|
Gregorian Arabic calendar |
|
Gregorian Middle East French calendar |
|
Gregorian (U.S.) calendar |
|
Gregorian Transliterated English calendar |
|
Gregorian Transliterated French calendar |
|
Hebrew (Lunar) calendar |
|
Hijri (Arabic Lunar) calendar |
|
Japanese Emperor Era calendar |
|
Korean Tangun Era calendar |
|
No calendar type specified |
|
Taiwan Era calendar |
|
Thai calendar |
Referenced By |
---|
|
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>