[Table of Contents] [docx version]
Error! No text of specified style in document.
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 |
days (Days) |
Specifies the chart data shall be shown in days. |
months (Months) |
Specifies the chart data shall be shown in months. |
years (Years) |
Specifies the chart data shall be shown in years. |
Referenced By |
baseTimeUnit@val (§5.7.2.18); majorTimeUnit@val (§5.7.2.103); minorTimeUnit@val (§5.7.2.112) |
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>