cssClass

the name of a CSS class which should be associated with this
element

Attribute Information

Used By

Element tei:model

Source

<xs:attribute name="cssClass">
  <xs:annotation>
    <xs:documentation>the name of a CSS class which should be associated with this element</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="xs:Name"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample