<seg> (arbitrary segment) contains any arbitrary phrase-level unit of text (including other <seg> elements).
Attributes:
subtype provides a sub-categorization of the segment is marked.
Datatype: CDATA
Values: any string of characters.
Default: #IMPLIED
Note

The subtype attribute may be used to provide any classification for the <seg> elements tagged in a text suitable for the type given.

part specifies whether or not the segment is complete.
Datatype: (Y | N | I | M | F)
Legal values:
Y the segment is incomplete
N either the segment is complete, or no claim is made as to its completeness
I the initial part of an incomplete segment
M a medial part of an incomplete segment
F the final part of an incomplete segment
Default: N
Note

The values I, M, or F should be used only where it is clear how the segment is to be reconstituted.

Example
<seg>When are you leaving?</seg>
<seg>Tomorrow.</seg>
Example
<s>
<seg type='typographic part-line'
rend=caps>So father's only</seg>
glory was the ballfield.</s>
Example
<seg id=S1S3 type=preamble>
  <seg id=S1>Sigmund,
      <seg type=patronym>the son of Volsung</seg>,
  was a king in Frankish country.</seg>
  <seg id=S2>Sinfiotli was the eldest of his sons ...</seg>
  <seg id=S3>Borghild, Sigmund's wife, had a brother ... </seg>
<!-- ... -->
</seg>
Note

The <seg> element may be used at the encoder's discretion to mark any segments of the text of interest for processing. One use of the element is to mark text features for which no appropriate markup is otherwise defined --- i.e. as a simple extension mechanism. Another use is to provide an identifier for some segment which is to be pointed at by some other element --- i.e. to provide a target, or a part of a target, for a <ptr> or other similar element.

Tagsetadditional tag set for common core features
Classseg [and indirectly also:] phrase
Filenameteilink2.dtd
Content: May contain anything which may appear within a paragraph.
Parentsab abbr activity actor add addName addrLine admin affiliation author authority bibl biblScope birth bloc byline camera caption case castItem catDesc cell channel cl classCode closer colloc constitution corr country creation damage dataDesc date dateRange def del derivation desc descrip distance distinct distributor docAuthor docDate docEdition docImprint domain edition editor education emph equiv etym expan extent fDescr factuality figDesc firstLang foreign forename form fsDescr funder fw gen genName gloss gram gramGrp head headItem headLabel hi hyph imprimatur interaction item itype l label lang langKnown language lbl lem locale m measure meeting mentioned mood name nameLink note num number occasion occupation opener orgDivn orgName orgTitle orgType orig orth otherForm p per persName phr placeName pos preparedness principal pron pubPlace publisher purpose q quote rdg re ref reg region rendition residence resp restore role roleDesc roleName rs s salute seg sense set settlement sic signed soCalled socecStatus sound sp speaker sponsor stage street stress subc supplied surname syll symbol tagUsage tech term time timeRange title titlePart tns tr trailer trans u unclear usg valDesc view w wit witDetail witness writing xr xref
Children#PCDATA abbr add address app att bibl biblFull biblStruct c caesura camera caption castList cit cl corr damage date dateRange dateStruct del distinct emph expan figure foreign formula fw geogName gi gloss handShift hi label lang link list listBibl m measure mentioned move name note num oRef oVar orgName orig pRef pVar persName phr placeName ptr q quote ref reg restore rs s seg sic soCalled sound space stage supplied table tag tech term text time timeRange timeStruct title unclear val view w witDetail xptr xref
Declaration
<!ELEMENT seg           - -  (%paraContent)                     >
<!ATTLIST seg                %a.global
          type               CDATA               #IMPLIED
          function           CDATA               #IMPLIED
          subtype            CDATA               #IMPLIED
          part               (Y | N | I | M | F) N              >
See 14.3 ; 9.3 ; 10.2.4

Back to index