-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
I don’t see why not, especially if it’s already used there.
On Aug 20, 2019, 2:37 PM -0400, Mihaela Ilovan <[email protected]>, wrote:
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>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#170?email_source=notifications&email_token=AAEFJIALZLZBPRIGK46NKRLQFQ2UZA5CNFSM4IN3FIWKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGKI3SA>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAEFJIHJGFXQ3FZFNLKRWNLQFQ2UZANCNFSM4IN3FIWA>.
|
Do not allow it in either schema. |
@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
It is allowed in the Writing Schema:
It is not allowed in the Bio schema:
The text was updated successfully, but these errors were encountered: