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 KEYWORDCLASS be allowed to take any text value or only URLs? #171

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

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

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

Comments

@ilovan
Copy link
Contributor

ilovan commented Aug 20, 2019

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>
@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

We will delete this tag from the schema.

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