Definition Type: SimpleType
Name: textDecoration
Namespace: http://www.w3.org/2006/10/ttaf1#datatype
Containing Schema: ttaf1-dfxp-datatypes.xsd
Collapse XSD Schema Diagram:
XSD Diagram of textDecoration in schema ttaf1-dfxp-datatypes_xsd (Timed Text (TT) Authoring Format 1.0 – Distribution Format Exchange Profile (DFXP))
Collapse XSD Schema Code:
<xs:simpleType name="textDecoration">
    <xs:restriction base="xs:token">
        <xs:enumeration value="none" />
        <xs:enumeration value="underline" />
        <xs:enumeration value="noUnderline" />
        <xs:enumeration value="overline" />
        <xs:enumeration value="noOverline" />
        <xs:enumeration value="lineThrough" />
        <xs:enumeration value="noLineThrough" />
        <xs:enumeration value="inherit" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration underline
Enumeration noUnderline
Enumeration overline
Enumeration noOverline
Enumeration lineThrough
Enumeration noLineThrough
Enumeration inherit
Collapse Derivation Tree:
Collapse References:
tts:textDecoration