elml:formatted

The element formatted allows to specially format parts of text.

Element Information

Model

Children: elml:formatted

Attributes

QName Type Fixed Default Use Inheritable Annotation
cssClass xs:string optional
label elml:LabelType optional
The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z',
'A-Z', '0-9' and '_'.
labelRef elml:LabelType optional
The attribute labelRef contains the references to a valid label of one other element within a lesson.
style restriction of xs:string optional
The attribute style allows to define how the text within the element formatted should be displayed. Values
	to select are bold, italic, underlined, crossedOut, upperCase, lowerCase, subscript, superscript and
code.

Used By

Source

<xs:element name="formatted">
  <xs:annotation>
    <xs:documentation>The element formatted allows to specially format parts of text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="elml:formatted"/>
    </xs:choice>
    <xs:attributeGroup ref="elml:StyleImp"/>
    <xs:attributeGroup ref="elml:CSSClassImp"/>
    <xs:attributeGroup ref="elml:LabelImp"/>
    <xs:attributeGroup ref="elml:LabelRefImp"/>
  </xs:complexType>
</xs:element>

Sample