The element paragraph is a simple paragraph of text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
cssClass | xs:string | optional | |||||
icon | xs:string | optional | |||||
label | elml:LabelType | optional |
|
||||
labelRef | elml:LabelType | optional |
|
||||
role | xs:string | optional | |||||
title | xs:string | optional |
|
||||
visible | xs:string | optional |
<xs:element name="paragraph"> <xs:annotation> <xs:documentation>The element paragraph is a simple paragraph of text.</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="elml:term"/> <xs:element ref="elml:multimedia"/> <xs:element ref="elml:formatted"/> <xs:element ref="elml:link"/> <xs:element ref="elml:citation"/> <xs:element ref="elml:newLine"/> <xs:element ref="elml:indexItem"/> </xs:choice> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:LabelRefImp"/> <xs:attributeGroup ref="elml:RoleImp"/> <xs:attributeGroup ref="elml:TitleImp"/> <xs:attributeGroup ref="elml:IconImp"/> <xs:attributeGroup ref="elml:VisibleImp"/> <xs:attributeGroup ref="elml:CSSClassImp"/> <!--Note: text is allowed within! --> </xs:complexType> </xs:element> |