styleType

Markup

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:lang xs:language optional
Element content's languige

Used By

Source

<xs:complexType name="styleType" mixed="true">
  <xs:annotation>
    <xs:documentation>Markup</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="strong" type="styleType"/>
    <xs:element name="emphasis" type="styleType"/>
    <xs:element name="style" type="namedStyleType"/>
    <xs:element name="a" type="linkType"/>
    <xs:element name="strikethrough" type="styleType"/>
    <xs:element name="sub" type="styleType"/>
    <xs:element name="sup" type="styleType"/>
    <xs:element name="code" type="styleType"/>
    <xs:element name="image" type="inlineImageType"/>
  </xs:choice>
  <xs:attribute ref="xml:lang"/>
</xs:complexType>