2 attributeFormDefault="unqualified"
3 elementFormDefault="qualified"
4 xmlns:pz="http://www.indexdata.com/pazpar2/1.0"
5 targetNamespace="http://www.indexdata.com/pazpar2/1.0"
6 xmlns:xs="http://www.w3.org/2001/XMLSchema"
9 <xs:element name="collection" type="pz:collection" />
10 <xs:element name="record" type="pz:record" />
12 <xs:complexType name="collection">
14 <xs:element name="record" type="pz:record" minOccurs="1" maxOccurs="unbounded" />
18 <xs:complexType name="record">
20 <xs:element name="metadata" type="pz:metadata" minOccurs="1" maxOccurs="unbounded"/>
24 <xs:complexType name="metadata">
26 <xs:extension base="xs:string">
27 <xs:attribute type="xs:string" name="type" use="required" />