dtdanalyzer
Version:
A tool for analyzing and manipulating DTDs
21 lines • 770 B
text/xml
<element name="pub-date" dtdOrder="116">
<declaredIn systemId="http://jats.nlm.nih.gov/archiving/1.0/JATS-articlemeta1.ent"
publicId="-//NLM//DTD JATS (Z39.96) JATS DTD Suite Journal Article Metadata Elements v1.0 20120330//EN"
lineNumber="1305"/>
<content-model spec="element"
minified="(day|month|year|season|string-date|x)*"
spaced="( day | month | year | season | string-date | x )*">
<choice q="*">
<child>day</child>
<child>month</child>
<child>year</child>
<child>season</child>
<child>string-date</child>
<child>x</child>
</choice>
</content-model>
<context>
<parent name="front-stub"/>
<parent name="article-meta"/>
</context>
</element>