pre

Element Information

Model

a | br | span | bdo | map | tt | i | b | phrase | gloss
Children: a, b, bdo, br, gloss, i, map, phrase, span, tt

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
dir restriction of xs:token optional
id xs:ID optional
lang XHTMLLanguageCode optional
style StyleSheet optional
title XHTMLText optional

Source

<xs:element name="pre" substitutionGroup="blocktext">
  <xs:complexType mixed="true">
    <xs:complexContent>
      <xs:extension base="pre.content">
        <xs:attributeGroup ref="pre.attlist"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample