cwrc / CWRC-Schema

CWRC Schemas and supporting documents
GNU General Public License v3.0
4 stars 4 forks source link

LB content #164

Open ilovan opened 5 years ago

ilovan commented 5 years ago

In Bio Schema

                    <element name="LB">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">lb marks
                            the start of a new (typographic) line in some edition or version of a
                            text.</a:documentation>
                        <ref name="L"/>
                        <ref name="RESEARCHNOTE"/>
                    </element>

In Writing Schema

<element name="LB">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">lb marks
                            the start of a new (typographic) line in some edition or version of a
                            text.</a:documentation>
                        <oneOrMore>
                            <choice>
                                <text/>
                                <ref name="L"/>
                                <ref name="QUOTE"/>
                                <ref name="RESEARCHNOTE"/>
                            </choice>
                        </oneOrMore>
                    </element>

Question:

Based on definition, shouldn't LB be empty?

SusanBrown commented 4 years ago

If we are using L happily for lines, and we don't have a ton of these, then we think that LB should be removed from the schema.