cwrc / CWRC-Schema

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

Should KEYWORDCLASS be allowed to take any text value or only URLs? #171

Open ilovan opened 5 years ago

ilovan commented 5 years ago

In the Writing Schema:

    <define name="KEYWORDCLASS">
        <element name="KEYWORDCLASS">
            <optional>
                <attribute name="KEYWORDTYPE"/>
            </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>
            <text/>
        </element>
    </define>

In the Bio Schema:

    <define name="KEYWORDCLASS">
        <element name="KEYWORDCLASS">
            <optional>
                <attribute name="KEYWORDTYPE"/>
            </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>
            <data type="anyURI"/>
        </element>
    </define>
SusanBrown commented 5 years ago

We haven’t been using this tag at all, so I think Isobel would suggest deleting it because it will only be used very inconsistently. I will raise within the google doc. On Aug 20, 2019, 3:36 PM -0400, Mihaela Ilovan notifications@github.com, wrote:

In the Writing Schema:

<define name="KEYWORDCLASS">
    <element name="KEYWORDCLASS">
        <optional>
            <attribute name="KEYWORDTYPE"/>
        </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>
        <text/>
    </element>
</define>

In the Bio Schema:

<define name="KEYWORDCLASS">
    <element name="KEYWORDCLASS">
        <optional>
            <attribute name="KEYWORDTYPE"/>
        </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>
        <data type="anyURI"/>
    </element>
</define>

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/cwrc/CWRC-Schema/issues/171?email_source=notifications&email_token=AAEFJIFXXKWYAQMLZMWEBKLQFRBTVA5CNFSM4IN35CPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGKVJJQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAEFJIGC5CCPO2V3EZFTU3LQFRBTVANCNFSM4IN35CPA.

SusanBrown commented 4 years ago

We will delete this tag from the schema.