elml:CLIType

Complex Type Information

Model

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 '_'.
title xs:string optional
The attribute title contains a string representing a title.

Used By

Source

<xs:complexType name="CLIType">
  <xs:complexContent>
    <xs:extension base="elml:CLType">
      <xs:attributeGroup ref="elml:CSSClassImp"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>