Skip to content

Commit

Permalink
Update DTD
Browse files Browse the repository at this point in the history
  • Loading branch information
hadro committed Mar 5, 2018
1 parent c2a0ecd commit 18416b2
Showing 1 changed file with 35 additions and 19 deletions.
54 changes: 35 additions & 19 deletions CopyrightEntries.dtd
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT copyrightEntries (copyrightEntry+) >
<!ELEMENT copyrightEntry (workTitle?, author*, workDescription?, editionStatement?, placeOfPublication?, firstNamedPublisher?, numberOfVolumes?, seriesSatement?, issuedInAnotherWork?, otherAuthor*, employerName*, earlierVersion?,
newMatterClaimed?, pubDate?, claimant*, registrationNumber?, registrationDate?, classCode?, copiesDeposited?, copiesDepositedDate?, affidavitDate?, otherCopyrightInfo? )>
<!ELEMENT workTitle (#PCDATA)>
<!ELEMENT copyrightEntry (title?, author*, desc?, edition?, pubPlace?, publisher?, volumes?, series?, issuedInAnotherWork?, otherauthor*, employerName*, prev-regnum?,
newMatterClaimed?, pubDate?, pubName?, claimant?, claimantPlace?, regDate?, classCode?, copies?, affDate?,
vol?, noticeDate?, see?)>
<!ATTLIST copyrightEntry
id NMTOKEN #REQUIRED
regnum NMTOKEN #IMPLIED>
<!ELEMENT title (#PCDATA)>
<!ELEMENT author (authorName, authorBirth?, authorDeath?)>
<!ATTLIST author
role NMTOKEN #IMPLIED>
<!ELEMENT authorName (#PCDATA)>
<!ELEMENT authorBirth (#PCDATA)>
<!ELEMENT authorDeath (#PCDATA)>
<!ELEMENT author (authorName, authorBirth?, authorDeath?)>
<!ELEMENT workDescription (#PCDATA)>
<!ELEMENT editionStatement (#PCDATA)>
<!ELEMENT placeOfPublication (#PCDATA)>
<!ELEMENT firstNamedPublisher (#PCDATA)>
<!ELEMENT numberOfVolumes (#PCDATA)>
<!ELEMENT seriesSatement (#PCDATA)>
<!ELEMENT desc (#PCDATA)>
<!ELEMENT edition (#PCDATA)>
<!ELEMENT pubPlace (#PCDATA)>
<!ELEMENT pubName (#PCDATA)>
<!ELEMENT pubDate (#PCDATA)>
<!ELEMENT publisher (pubName?, pubPlace?, pubDate?)>
<!ELEMENT volumes (#PCDATA)>
<!ELEMENT vol (#PCDATA)>
<!ELEMENT series (#PCDATA)>
<!ELEMENT issuedInAnotherWork (#PCDATA)>
<!ELEMENT otherAuthor (#PCDATA)>
<!ELEMENT otherauthor (#PCDATA)>
<!ATTLIST otherauthor
role NMTOKEN #IMPLIED>
<!ELEMENT employerName (#PCDATA)>
<!ELEMENT earlierVersion (#PCDATA)>
<!ELEMENT prev-regnum (#PCDATA)>
<!ELEMENT newMatterClaimed (#PCDATA)>
<!ELEMENT pubDate (#PCDATA)>
<!ELEMENT claimant (#PCDATA)>
<!ELEMENT registrationNumber (#PCDATA)>
<!ELEMENT registrationDate (#PCDATA)>
<!ELEMENT claimantPlace (#PCDATA)>
<!ELEMENT regDate (#PCDATA)>
<!ELEMENT classCode (#PCDATA)>
<!ELEMENT copiesDeposited (#PCDATA)>
<!ELEMENT copiesDepositedDate (#PCDATA)>
<!ELEMENT affidavitDate (#PCDATA)>
<!ELEMENT otherCopyrightInfo (#PCDATA)>
<!ELEMENT copies (#PCDATA)>
<!ATTLIST copies
Date NMTOKEN #IMPLIED>
<!ELEMENT affDate (#PCDATA)>
<!ELEMENT noticeDate (#PCDATA)>
<!ELEMENT see (#PCDATA)>
<!ATTLIST see
rid NMTOKEN #REQUIRED>


0 comments on commit 18416b2

Please sign in to comment.