TextualSegment

Defines the segment of textual content used by the parent object. Can identify a set of lines and or characters used to define the segment.

Properties

Name Type Cardinality
lineParamenter LineParameter 1..1
characterParameter CharacterOffset 1..1

lineParamenter

Specification of the line and offset for the beginning and end of the segment.

characterParameter

Specification of the character offset for the beginning and end of the segment.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_TextualSegment [ label = "{<id>TextualSegment | + lineParamenter : LineParameter \l + characterParameter : CharacterOffset \l \l \l| \l \l}" tooltip = "ComplexDataTypes:TextualSegment" ] subgraph { label = "" node [ color = "#" ] } }