PPXML
PPXML ist eine an der Deutschen Nationalbibliothek verwendete Kodierung von PICA+ in XML. Eine Besonderheit von PPXML gegenüber den anderen PICA-Serialisierungen ist die explizite Trennung von bibliographischer (<global>
), lokaler (<local>
) und Exemplarebene (<copy>
).
Alternativ kann PICA XML verwendet werden.
Beispiel
<record xmlns="http://www.oclcpica.org/xmlns/ppxml-1.0">
<global opacflag="" status="">
<tag id="003@" occ="">
<subf id="0">12345X</ppxml:subf>
</tag>
<tag id="021A" occ="">
<subf id="a">Ein Buch</ppxml:subf>
<subf id="h">zum Lesen</ppxml:subf>
</tag>
</global>
</record>
Grundformat | XML |
Datenmodell | PICA-Format (PICA) |
Schema | http://files.dnb.de/standards/formate/ppxml-1.0.xsd (XSD) |