Skip to content

Commit

Permalink
Fixed documentation of new attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Apr 10, 2018
1 parent a69a021 commit 034f2bc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/main/odd/faust-tei.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1208,12 +1208,10 @@
<classSpec type="atts" ident="att.divLike" mode="change">
<attList>
<attDef ident="label" ns="http://www.faustedition.net/ns" mode="add" usage="opt">
<desc>The normalized label for a section, intended to be used in running heads or breadcrumbs.</desc>
<datatype>
<rng:ref name="xs:string"/>
</datatype>
<remarks>
<p>The normalized label for a section, intended to be used in running heads or breadcrumbs.</p>
</remarks>
</datatype>
</attDef>
</attList>
</classSpec>
Expand All @@ -1237,12 +1235,10 @@
<elementSpec ident="wit" mode="change">
<attList>
<attDef ident="is-base" ns="http://www.faustedition.net/ns" mode="add" usage="opt">
<desc>If present and true, this witness is the base for the text at the corresponding place</desc>
<datatype>
<rng:ref name="xs:bool"/>
</datatype>
<remarks>
<ab>If present and true, this witness is the base for the text at the corresponding place</ab>
</remarks>
</attDef>
</attList>
</elementSpec>
Expand Down

0 comments on commit 034f2bc

Please sign in to comment.