Atlas · blocks · Plate 10 of 16

blocks

Lists

Diagram view views/Lists.lml composing 8 LML includes and 7 associations.

Includes8
Associations7
Types8
Full UML diagram for Lists

Model definitions

BasicBlock

class models/blocks/BasicBlock.lml

Block of textual content in BasicDocument.

AttributeTypeCardinalityDefinition
+notes NoteBlock 0..* Notes whose scope is the current block.
+contribMetadata ContributionElementMetadata 0..* Attribution of the block to a specific contributor, to be used in change management of documents.
+attributes Attribute 0..* Entries from the generic attribute register: an open key-value set that markup languages bind their own attribute types into.

OrderedList

class models/blocks/lists/OrderedList.lml

Ordered list, with numbering applied to the list items.

AttributeTypeCardinalityDefinition
+type OrderedListType 1 Type of numbering to be applied to the list items.
+start String 0..1 Starting value for numbering of the list items.