The element formatted allows to specially format parts of text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
cssClass | xs:string | optional | |||||
label | elml:LabelType | optional |
|
||||
labelRef | elml:LabelType | optional |
|
||||
style | restriction of xs:string | optional |
|
<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> |