<ST_Name>
(Name string)
This type specifies a name, such as for a comment author or custom show.
This simple type's contents are a restriction of the XML Schema string datatype.
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Name">
<restriction base="xsd:string"/>
</simpleType>