Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ilovan opened this issue Aug 20, 2019 · 3 comments
Open

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

ilovan opened this issue Aug 20, 2019 · 3 comments
Labels
Orlando any of the Orlando schemas question

Comments

@ilovan
Copy link
Contributor

ilovan commented Aug 20, 2019

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>
@ilovan ilovan added question Orlando any of the Orlando schemas labels Aug 20, 2019
@SusanBrown
Copy link

SusanBrown commented Aug 21, 2019 via email

@SusanBrown
Copy link

Do not allow it in either schema.

@ilovan
Copy link
Contributor Author

ilovan commented Sep 27, 2019

@SusanBrown , I am going with your more recent comment and will disallow QUOTE from within SIC. I could only find one instance in the Bryher Writing Doc, and already signalled it in the cleanup sheet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Orlando any of the Orlando schemas question
Projects
None yet
Development

No branches or pull requests

2 participants