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

Sort out TIME attributes #172

Open
ilovan opened this issue Aug 20, 2019 · 1 comment
Open

Sort out TIME attributes #172

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

Comments

@ilovan
Copy link
Contributor

ilovan commented Aug 20, 2019

In the Writing Schema:

    <define name="TIME">
        <element name="TIME">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">time
                contains a phrase defining a time of day in any format.</a:documentation>
            <text/>
        </element>
    </define>

In the Bio Schema:

    <define name="TIME">
        <element name="TIME">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">time
                contains a phrase defining a time of day in any format.</a:documentation>
            <optional>
                <attribute name="CERTAINTY" a:defaultValue="CERT">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Certainty is an attribute of date, dateRange, and dateStruct and is used to
                        indicate the nature of certainty that you have about a given
                        date.</a:documentation>
                    <choice>
                        <value>CERT</value>
                        <a:documentation>Certain</a:documentation>
                        <value>C</value>
                        <a:documentation>Circa</a:documentation>
                        <value>BY</value>
                        <a:documentation>By this date</a:documentation>
                        <value>AFTER</value>
                        <a:documentation>After this date</a:documentation>
                        <value>UNKNOWN</value>
                        <a:documentation>Unknown date</a:documentation>
                        <value>ROUGHLYDATED</value>
                        <a:documentation>Rough certainty</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute name="TYPE">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Type characterizes the element in some sense, using any convenient
                        classification scheme or typology.</a:documentation>
                </attribute>
            </optional>
            <optional>
                <attribute name="VALUE">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Value is used to record a formatted date- or time-related
                        value.</a:documentation>
                    <data type="NMTOKEN"/>
                </attribute>
            </optional>
            <text/>
        </element>
    </define>
@ilovan ilovan added question Orlando any of the Orlando schemas labels Aug 20, 2019
@SusanBrown
Copy link

Remove TIME tag from 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