Atlas · inline · Plate 08 of 16
inline
EmptyElements
Diagram view views/EmptyElements.lml composing
5 LML includes
and 4 associations.
Includes5
Associations4
Types5
Model definitions
BasicElement¶
classmodels/inline/BasicElement.lml
Container of inline content in BasicDocument.
| Attribute | Type | Cardinality | Definition |
|---|---|---|---|
+contribMetadata |
ContributionElementMetadata | 0..* | Metadata of the contributor responsible for the action. |
+attributes |
Attribute | 0..* | Entries from the generic attribute register: an open key-value set that markup languages bind their own attribute types into. |
PageBreakElement¶
classmodels/inline/empty/PageBreakElement.lml
Page break. Only applicable in paged layouts (e.g. PDF, Word), and not flow layouts (e.g. HTML).
LineBreakElement¶
classmodels/inline/empty/LineBreakElement.lml
Line break.
HorizontalRuleElement¶
classmodels/inline/empty/HorizontalRuleElement.lml
Horizontal rule.
IndexElement¶
classmodels/inline/empty/IndexElement.lml
Index term, defined as applying to the location in the text where the index element appears, as a milestone.
| Attribute | Type | Cardinality | Definition |
|---|---|---|---|
+primary |
String
|
1 | Primary index term to be recorded at the current location. |
+secondary |
String
|
0..1 | Secondary index term to be recorded at the current location. |
+tertiary |
String
|
0..1 | Tertiary index term to be recorded at the current location. |
+to |
IdElement | 0..1 | A reference to an ID element (typically a bookmark), to indicate that the index range covers a range of locations. |