Skip to content
Snippets Groups Projects
Commit 9245e28a authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Deklaration von char an neue TEI-Version angepasst

parent 68964edd
No related branches found
No related tags found
No related merge requests found
......@@ -241,22 +241,11 @@
</elementSpec>
<elementSpec ident="char">
<content>
<rng:optional>
<rng:ref name="charName"/>
</rng:optional>
<rng:optional>
<rng:ref name="charProp"/>
</rng:optional>
<rng:zeroOrMore>
<rng:ref name="mapping"/>
</rng:zeroOrMore>
<rng:optional>
<rng:ref name="figure"/>
</rng:optional>
<rng:optional>
<rng:ref name="note"/>
</rng:optional>
<content>
<elementRef key="localProp" minOccurs="0" maxOccurs="2"/>
<elementRef key="mapping" minOccurs="0" maxOccurs="unbounded"/>
<elementRef key="figure" minOccurs="0" maxOccurs="1"/>
<elementRef key="note" minOccurs="0" maxOccurs="1"/>
</content>
<attList>
<attDef ident="xml:id" usage="req">
......@@ -832,6 +821,25 @@
</content>
</elementSpec>
<elementSpec ident="localProp">
<content>
<empty/>
</content>
<attList>
<attDef ident="name" usage="req">
<valList type="closed">
<valItem ident="name"/>
<valItem ident="entity"/>
</valList>
</attDef>
<attDef ident="value" usage="req">
<datatype>
<rng:data type="string"/>
</datatype>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="mapping">
<content>
<textNode/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment