CharacterOffset

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

Properties

Name Type Cardinality
startCharOffset xs:integer 0..1
endCharOffset xs:integer 0..1

startCharOffset

Number of characters from beginning of the document, indicating the inclusive start of the text range.

endCharOffset

Number of characters from the beginning of the document, indicating the inclusive end of the text 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_CharacterOffset [ label = "{<id>CharacterOffset | + startCharOffset : xs:integer \l + endCharOffset : xs:integer \l \l \l| \l \l}" tooltip = "ComplexDataTypes:CharacterOffset" ] subgraph { label = "" node [ color = "#" ] } }