Skip to content

Commit

Permalink
specification update: allow features in text markup #89
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 17, 2020
1 parent 9cba54a commit f4269f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/folia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a technical specification of FoLiA, for use by FoLiA libraries

#The FoLiA version
version: "2.4.1"
version: "2.4.2"

#The FoLiA namespace
namespace: "http://ilk.uvt.nl/folia"
Expand Down Expand Up @@ -883,7 +883,7 @@ elements:
properties:
textcontainer: true
printable: true
accepted_data: [ AbstractTextMarkup, Linebreak ] #we add linebreak explicitly as it is both a structure element and a markup element
accepted_data: [ AbstractTextMarkup, Linebreak, Feature ] #we add linebreak explicitly as it is both a structure element and a markup element
textdelimiter: ""
optional_attribs: [ ID, CLASS, ANNOTATOR, N, CONFIDENCE, DATETIME, SRC, BEGINTIME, ENDTIME, SPEAKER, METADATA ]
xlink: true
Expand Down

0 comments on commit f4269f2

Please sign in to comment.