<listObject>
<listObject> (list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object. [13.3.5 Objects] | |
모듈 | namesdates — Names, Dates, People, and Places |
속성 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey) |
클럽 회원 | |
에 의해 포함된 | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage title unclear dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: listObject occupation textstructure: argument back body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer verse: rhyme |
포함할 수 있다 | namesdates: listObject listRelation object relation |
주석 | The type attribute may be used to distinguish different types of objects. |
예 | <listObject> <object xml:id="AlfredJewel"> <objectIdentifier> <country>United Kingdom</country> <region>Oxfordshire</region> <settlement>Oxford</settlement> <institution>University of Oxford</institution> <repository>Ashmolean Museum</repository> <collection>English Treasures</collection> <idno type="ashmolean">AN1836p.135.371</idno> <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno> <objectName>Alfred Jewel</objectName> </objectIdentifier> <physDesc> <p> The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed <material>gold</material> surrounding a polished teardrop shaped piece of transparent <material>quartz</material>. Underneath the rock crystal is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the crystal in place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered me made'. </p> </physDesc> <history> <origin>It is generally accepted that the Alfred Jewel dates from the <origDate>late 9th Century</origDate> and was most likely made in <origPlace>England</origPlace>. </origin> <provenance when="1693">The jewel was discovered in 1693 at Petherton Park, North Petherton in the English county of Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney, where King Alfred founded a monastery. </provenance> <provenance when="1698">A description of the Alfred Jewel was first published in 1698, in the Philosophical Transactions of the Royal Society.</provenance> <acquisition> It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in the Ashmolean Museum in Oxford. </acquisition> </history> </object> </listObject> |
Content model | <content> |
선언 | <rng:element name="listObject"> element listObject { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, att.declarable.attributes, att.sortable.attributes, ( model.headLike*, desc*, ( relation | listRelation )*, ( model.objectLike+, ( relation | listRelation )* )+ ) } |