<strVal>
(String Value)
This element describes a string variant.
Attributes |
Description |
---|---|
|
This attribute specifies the value of this element as a string The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLAnimVariantStringVal">
<attribute name="val" type="xsd:string" use="required"/>
</complexType>