Skip to content

Commit

Permalink
#52: tweaking nomenclature in taxpubcustom-elements and -models
Browse files Browse the repository at this point in the history
  • Loading branch information
tcatapano committed Apr 24, 2022
1 parent 9a6da37 commit 29481f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions taxpubcustom-elements-NS0-v1.ent
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Delivered as file "taxpubcustom-elements-NS0-v1.ent" -->
<!ELEMENT tp:element-nomenclature %nomenclature-model; >
<!ATTLIST tp:element-nomenclature
%jats-common-atts; >

<!--
~tp:nomenclature~
~note: The heading of a taxonomic treatment, containing the scientific name of the taxon
Expand Down
12 changes: 6 additions & 6 deletions taxpubcustom-models-NS0-v1.ent
Original file line number Diff line number Diff line change
Expand Up @@ -661,15 +661,15 @@ Delivered as file "taxpubcustom-models-NS0-v1.ent" -->
(%sec-back-matter-mix;)* )" >
-->

<!-- CONTENT MODEL FOR MIXED-NOMENCLATURE SEC -->
<!-- CONTENT MODEL FOR NOMENCLATURE SEC -->

<!ENTITY % mixed-nomenclature-model "sec-meta?, label?, tp:taxon-name, (#PCDATA | (tp:taxon-authority? | tp:taxon-status? | xref | tp:nomenclature-citation-list* |
(tp:type-genus | tp:type-species)? | tp:taxon-type-location? | x))*" >
<!ENTITY % mixed-nomenclature-model "sec-meta?, label?, tp:taxon-name, #PCDATA | tp:taxon-authority? | tp:taxon-status? | xref* | tp:nomenclature-citation-list* |
tp:type-genus? | tp:type-species? | tp:taxon-type-location? | x*" >


<!-- CONTENT MODEL FOR NOMENCLATURE SEC -->
<!ENTITY % nomenclature-model "(sec-meta?, label?, tp:taxon-name, tp:taxon-authority?, tp:taxon-status?, tp:taxon-identifier*, xref* , tp:nomenclature-citation-list*,
(tp:type-genus | tp:type-species)?, tp:taxon-type-location?)" >
<!-- CONTENT MODEL FOR ELEMENT-NOMENCLATURE SEC -->
<!ENTITY % nomenclature-model "sec-meta?, label?, tp:taxon-name, tp:taxon-authority?, tp:taxon-status?, tp:taxon-identifier*, xref* , tp:nomenclature-citation-list*,
(tp:type-genus | tp:type-species)?, tp:taxon-type-location?" >


<!-- OBJECT IDENTIFIER ATTRIBUTES -->
Expand Down

0 comments on commit 29481f7

Please sign in to comment.