mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-04 23:01:54 +01:00
47 lines
No EOL
2.1 KiB
DTD
47 lines
No EOL
2.1 KiB
DTD
<!--document model for collection of submissions-->
|
|
<!--$Date: 2001/09/24 19:20:44 $(UTC)-->
|
|
<!--
|
|
Copyright (C) The Organization for the Advancement of
|
|
Structured Information Standards [OASIS] (2001). All Rights Reserved.
|
|
|
|
This document and translations of it may be copied and furnished to
|
|
others, and derivative works that comment on or otherwise explain it or
|
|
assist in its implementation may be prepared, copied, published and
|
|
distributed, in whole or in part, without restriction of any kind,
|
|
provided that the above copyright notice and this paragraph are included
|
|
on all such copies and derivative works. However, this document itself
|
|
may not be modified in any way, such as by removing the copyright notice
|
|
or references to OASIS, except as needed for the purpose of developing
|
|
OASIS specifications, in which case the procedures for copyrights
|
|
defined in the OASIS Intellectual Property Rights document must be
|
|
followed, or as required to translate it into languages
|
|
other than English.
|
|
|
|
The limited permissions granted above are perpetual and
|
|
will not be revoked by OASIS or its successors or assigns.
|
|
|
|
This document and the information contained herein is provided on an
|
|
"AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
|
|
INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
|
|
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
-->
|
|
|
|
<!ELEMENT submissions ( submission+ )>
|
|
<!ATTLIST submissions configuration-href CDATA #REQUIRED
|
|
discretionary-href CDATA #IMPLIED>
|
|
|
|
<!-- The above HREFs refer to data used by OASIS to form specific test regimes
|
|
from its generic testing framework. -->
|
|
|
|
<!ELEMENT submission EMPTY>
|
|
<!ATTLIST submission href CDATA #REQUIRED
|
|
submitter NMTOKEN #REQUIRED
|
|
date CDATA #REQUIRED>
|
|
<!-- Attributes:
|
|
href - points to file containing the catalog of one submission as XML data
|
|
submitter - Organization name, contact person name, phone and/or email for person
|
|
date - date submitted, in yyyy-mm-dd format (ISO-8601)
|
|
-->
|
|
|
|
<!--end of file--> |