<ST_TimeUnit>
(Time Unit)
This simple type specifies a unit of time.
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 |
---|---|
|
Specifies the chart data shall be shown in days. |
|
Specifies the chart data shall be shown in months. |
|
Specifies the chart data shall be shown in years. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TimeUnit">
<restriction base="xsd:string">
<enumeration value="days"/>
<enumeration value="months"/>
<enumeration value="years"/>
</restriction>
</simpleType>