<ST_Comments>
(Comment Display Types)
This simple type defines options for displaying comments in the user interface.
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 |
---|---|
|
Indicates that both the comment indicator and comment text be show in the user interface. |
|
Indicates that only the comment indicator be shown in the user interface. |
|
Indicates that comments not be shown in the user interface. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Comments">
<restriction base="xsd:string">
<enumeration value="commNone"/>
<enumeration value="commIndicator"/>
<enumeration value="commIndAndComment"/>
</restriction>
</simpleType>