Skip to content

Should QUOTE be allowed as a child of SIC or not? #170

@ilovan

Description

@ilovan

It is allowed in the Writing Schema:

   <define name="SIC">
        <element name="SIC">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">This
                element is left over from the TEI set of elements and is meant to be used in the
                same way that you would use a [sic] tag in regular prose. For our purposes, we have
                devised a set of practice directives to guide you in your use of this element. It is
                primarily a formatting tag which inserts the word [sic] in rendered
                text.</a:documentation>
            <optional>
                <attribute name="CORR"/>
            </optional>
            <optional>
                <attribute name="annotationId">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Provides a unique annotation identifier for the element bearing the
                        attribute.</a:documentation>
                </attribute>
            </optional>
            <optional>
                <attribute name="offsetId">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Designates the parent tag from which the offset is being
                        counted.</a:documentation>
                </attribute>
            </optional>
            <oneOrMore>
                <choice>
                    <text/>
                    <ref name="NAME"/>
                    <ref name="PLACE"/>
                    <ref name="QUOTE"/>
                </choice>
            </oneOrMore>
        </element>
    </define>

It is not allowed in the Bio schema:

    <define name="SIC">
        <element name="SIC">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">This
                element is left over from the TEI set of elements and is meant to be used in the
                same way that you would use a [sic] tag in regular prose. For our purposes, we have
                devised a set of practice directives to guide you in your use of this element. It is
                primarily a formatting tag which inserts the word [sic] in rendered
                text.</a:documentation>
            <optional>
                <attribute name="CORR"/>
            </optional>
            <optional>
                <attribute name="annotationId">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Provides a unique annotation identifier for the element bearing the
                        attribute.</a:documentation>
                </attribute>
            </optional>
            <optional>
                <attribute name="offsetId">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Designates the parent tag from which the offset is being
                        counted.</a:documentation>
                </attribute>
            </optional>
            <oneOrMore>
                <choice>
                    <text/>
                    <ref name="NAME"/>
                    <ref name="PLACE"/>
                </choice>
            </oneOrMore>
        </element>
    </define>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions