Schema HoldingsSchema7.xsd


schema location:  http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7.xsd
targetNamespace:  http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
 
Elements  Complex types  Simple types 
holdingsStructure  BibItemInfo  PostalAddress 
BibPart  RecordId 
BibPartAndParents 
ChildEnumChronSummary 
Chronology 
CircInfo 
CopyLocation 
Enumeration 
HoldingsStatement 
HoldingsStructure 
IntUnit 
LocalHoldings 
Piece 
ReservationInfo 
ServiceInfo 
SiteLocation 
SummaryEnum 
SummaryEnumSeq 


element holdingsStructure
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
type HoldingsStructure
children bibItemInfo-1 holdingsStatement-4 remoteHoldingsData-5
source
<xsd:element name="holdingsStructure" type="HoldingsStructure"/>

complexType BibItemInfo
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children actualBibItem-2
used by
element HoldingsStructure/bibItemInfo-1
attributes
Name  Type  Use  Default  Fixed  
targetItemId-3  xsd:string  optional      
source
<xsd:complexType name="BibItemInfo">
  <xsd:sequence>
    <xsd:element name="actualBibItem-2" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>The bibliographic record to which the holdings apply</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="targetItemId-3" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>A unique identifier for the bibliographic record in the Z39.50 Targets database</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

element BibItemInfo/actualBibItem-2
diagram
annotation
documentation 
The bibliographic record to which the holdings apply
source
<xsd:element name="actualBibItem-2" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>The bibliographic record to which the holdings apply</xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType BibPart
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children bibPartLendingInfo-116 bibPartReproductionInfo-117 bibPartEnumeration-45 bibPartChronology-46 alternativeEnumeration-47 alternativeChronology-48 childEnumChronSummary-50 childBibParts-55 bibPartPiece-57
used by
elements BibPartAndParents/bibPartInfo-84 LocalHoldings/bibView-11 BibPart/childBibParts-55
attributes
Name  Type  Use  Default  Fixed  
targetBibPartId-40  xsd:string  optional      
parentBibPartId-41  xsd:string  optional      
typeofUnitDesignator-42  xsd:string  optional      
unitName-43  xsd:string  optional      
physicalFormDesignator-44  xsd:string  optional      
childCompletenessDesig-53  xsd:integer  optional      
bibPartNotes-54  xsd:string  optional      
numberOfPieces-56  xsd:integer  required      
numberOfChildBibParts-49  xsd:integer  optional      
source
<xsd:complexType name="BibPart">
  <xsd:sequence minOccurs="0">
    <xsd:element name="bibPartLendingInfo-116" type="ServiceInfo" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>ILL or orther external lending policy for this BibPart</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="bibPartReproductionInfo-117" type="ServiceInfo" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Reproduction policy for this BibPart</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="bibPartEnumeration-45" type="Enumeration" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>enumeration statement for this part only</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="bibPartChronology-46" type="Chronology" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Chronology statement for this part only</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="alternativeEnumeration-47" type="Enumeration" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Alternative enumeration statement for this part only</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="alternativeChronology-48" type="Chronology" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Alternative chronology statement for this part only</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="childEnumChronSummary-50" type="ChildEnumChronSummary" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Summary chronology and enumeration of child parts</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="childBibParts-55" type="BibPart" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="bibPartPiece-57" type="Piece" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>One bibPart may be associated with multiple pieces. All children of the part are implicitly included in those pieces. One piece is associated with one part and contains all the children of that bibPart. Exceptions should be described in notes on the piece.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="targetBibPartId-40" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Target's internal bib part id</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="parentBibPartId-41" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Id of immediate parent of this bib part in a hierarchy of parts</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="typeofUnitDesignator-42" use="optional">
    <xsd:annotation>
      <xsd:documentation>Required for top-level parts only. Values: infoNotAvailableOrApplicable ('0'), basic ('a'), supplement ('c'), index ('d')</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="0"/>
        <xsd:enumeration value="a"/>
        <xsd:enumeration value="c"/>
        <xsd:enumeration value="d"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="unitName-43" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Title or supplied name decribing a unit; captions for parts at lower levels are carried in enumeration and chronology</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="physicalFormDesignator-44" use="optional">
    <xsd:annotation>
      <xsd:documentation>Values: microform ('hh'), microform aperture card ('ha'), microfilm cartridge ('hb'), microfilm cassette ('hc'), microfilm reel ('hd'), microfiche ('he'), microfiche cassette ('hf'), micro-opaque ('hg'), other microform ('hz'), text ('tt'), regular print ('ta'), large print ('tb'), braille ('tc'), other text ('tz'), visual material ('vv'), motion picture ('va'), projected medium ('vb'), videorecording ('vc'), map ('ma'), globe ('mb'), printed music ('ra'), sound recording ('rb'), computer file ('ca'), graphic ('ga'), kit ('km'), unspecified form ('zu'), other form ('zz')</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="hh"/>
        <xsd:enumeration value="ha"/>
        <xsd:enumeration value="hb"/>
        <xsd:enumeration value="hc"/>
        <xsd:enumeration value="hd"/>
        <xsd:enumeration value="he"/>
        <xsd:enumeration value="hf"/>
        <xsd:enumeration value="hg"/>
        <xsd:enumeration value="hz"/>
        <xsd:enumeration value="tt"/>
        <xsd:enumeration value="ta"/>
        <xsd:enumeration value="tb"/>
        <xsd:enumeration value="tc"/>
        <xsd:enumeration value="tz"/>
        <xsd:enumeration value="vv"/>
        <xsd:enumeration value="va"/>
        <xsd:enumeration value="vb"/>
        <xsd:enumeration value="vc"/>
        <xsd:enumeration value="ma"/>
        <xsd:enumeration value="mb"/>
        <xsd:enumeration value="ra"/>
        <xsd:enumeration value="rb"/>
        <xsd:enumeration value="ca"/>
        <xsd:enumeration value="ga"/>
        <xsd:enumeration value="km"/>
        <xsd:enumeration value="zu"/>
        <xsd:enumeration value="zz"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="childCompletenessDesig-53" use="optional">
    <xsd:annotation>
      <xsd:documentation>An indication of the level of completeness of the set of child parts of this part. Values: infoNotAvailable (0), complete (1), incomplete (2), veryIncompeteOrScattered (3), notApplicable (4)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="4"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="bibPartNotes-54" type="xsd:string" use="optional"/>
  <xsd:attribute name="numberOfPieces-56" use="required">
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="numberOfChildBibParts-49" use="optional">
    <xsd:annotation>
      <xsd:documentation>Number of bib parts at the next lower level only</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:complexType>

element BibPart/bibPartLendingInfo-116
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
annotation
documentation 
ILL or orther external lending policy for this BibPart
source
<xsd:element name="bibPartLendingInfo-116" type="ServiceInfo" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>ILL or orther external lending policy for this BibPart</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element BibPart/bibPartReproductionInfo-117
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
annotation
documentation 
Reproduction policy for this BibPart
source
<xsd:element name="bibPartReproductionInfo-117" type="ServiceInfo" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Reproduction policy for this BibPart</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element BibPart/bibPartEnumeration-45
diagram
type Enumeration
children ChildEnumeration
attributes
Name  Type  Use  Default  Fixed  
enumLevel-93  xsd:integer  optional      
enumCaption-94  xsd:string  optional      
specificEnumeration-95  xsd:string  required      
annotation
documentation 
enumeration statement for this part only
source
<xsd:element name="bibPartEnumeration-45" type="Enumeration" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>enumeration statement for this part only</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element BibPart/bibPartChronology-46
diagram
type Chronology
children ChildChronology
attributes
Name  Type  Use  Default  Fixed  
chronLevel-96  xsd:integer  optional      
chronCaption-97  xsd:string  optional      
specificChronology-98  xsd:string  required      
annotation
documentation 
Chronology statement for this part only
source
<xsd:element name="bibPartChronology-46" type="Chronology" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Chronology statement for this part only</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element BibPart/alternativeEnumeration-47
diagram
type Enumeration
children ChildEnumeration
attributes
Name  Type  Use  Default  Fixed  
enumLevel-93  xsd:integer  optional      
enumCaption-94  xsd:string  optional      
specificEnumeration-95  xsd:string  required      
annotation
documentation 
Alternative enumeration statement for this part only
source
<xsd:element name="alternativeEnumeration-47" type="Enumeration" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Alternative enumeration statement for this part only</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element BibPart/alternativeChronology-48
diagram
type Chronology
children ChildChronology
attributes
Name  Type  Use  Default  Fixed  
chronLevel-96  xsd:integer  optional      
chronCaption-97  xsd:string  optional      
specificChronology-98  xsd:string  required      
annotation
documentation 
Alternative chronology statement for this part only
source
<xsd:element name="alternativeChronology-48" type="Chronology" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Alternative chronology statement for this part only</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element BibPart/childEnumChronSummary-50
diagram
type ChildEnumChronSummary
children childEnumChronSummaryStructured-51
attributes
Name  Type  Use  Default  Fixed  
childEnumChronSummaryUnstructured-52  xsd:string  optional      
annotation
documentation 
Summary chronology and enumeration of child parts
source
<xsd:element name="childEnumChronSummary-50" type="ChildEnumChronSummary" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Summary chronology and enumeration of child parts</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element BibPart/childBibParts-55
diagram
type BibPart
children bibPartLendingInfo-116 bibPartReproductionInfo-117 bibPartEnumeration-45 bibPartChronology-46 alternativeEnumeration-47 alternativeChronology-48 childEnumChronSummary-50 childBibParts-55 bibPartPiece-57
attributes
Name  Type  Use  Default  Fixed  
targetBibPartId-40  xsd:string  optional      
parentBibPartId-41  xsd:string  optional      
typeofUnitDesignator-42  xsd:string  optional      
unitName-43  xsd:string  optional      
physicalFormDesignator-44  xsd:string  optional      
childCompletenessDesig-53  xsd:integer  optional      
bibPartNotes-54  xsd:string  optional      
numberOfPieces-56  xsd:integer  required      
numberOfChildBibParts-49  xsd:integer  optional      
source
<xsd:element name="childBibParts-55" type="BibPart" minOccurs="0" maxOccurs="unbounded"/>

element BibPart/bibPartPiece-57
diagram
type Piece
children pieceCircInfo-78 pieceValue-79 pieceBibPart-82 pieceCopy-83
attributes
Name  Type  Use  Default  Fixed  
targetPieceId-75  xsd:string  optional      
locator-60  xsd:string  optional      
pieceDesignation-76  xsd:string  optional      
temporaryLocation-77  xsd:string  optional      
lastActivitydate-80  xsd:dateTime  optional      
pieceNotes-81  xsd:string  optional      
annotation
documentation 
One bibPart may be associated with multiple pieces. All children of the part are implicitly included in those pieces. One piece is associated with one part and contains all the children of that bibPart. Exceptions should be described in notes on the piece.
source
<xsd:element name="bibPartPiece-57" type="Piece" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>One bibPart may be associated with multiple pieces. All children of the part are implicitly included in those pieces. One piece is associated with one part and contains all the children of that bibPart. Exceptions should be described in notes on the piece.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType BibPartAndParents
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children bibPartInfo-84 parentBibPartInfo-85
used by
elements BibPartAndParents/parentBibPartInfo-85 Piece/pieceBibPart-82
annotation
documentation 
Parents are included primarily to enable a coherent enum/chron for the part to be assembled. The parent may also include additional useful information
source
<xsd:complexType name="BibPartAndParents">
  <xsd:annotation>
    <xsd:documentation>Parents are included primarily to enable a coherent enum/chron for the part to be assembled. The parent may also include additional useful information</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="bibPartInfo-84" type="BibPart"/>
    <xsd:element name="parentBibPartInfo-85" type="BibPartAndParents" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>

element BibPartAndParents/bibPartInfo-84
diagram
type BibPart
children bibPartLendingInfo-116 bibPartReproductionInfo-117 bibPartEnumeration-45 bibPartChronology-46 alternativeEnumeration-47 alternativeChronology-48 childEnumChronSummary-50 childBibParts-55 bibPartPiece-57
attributes
Name  Type  Use  Default  Fixed  
targetBibPartId-40  xsd:string  optional      
parentBibPartId-41  xsd:string  optional      
typeofUnitDesignator-42  xsd:string  optional      
unitName-43  xsd:string  optional      
physicalFormDesignator-44  xsd:string  optional      
childCompletenessDesig-53  xsd:integer  optional      
bibPartNotes-54  xsd:string  optional      
numberOfPieces-56  xsd:integer  required      
numberOfChildBibParts-49  xsd:integer  optional      
source
<xsd:element name="bibPartInfo-84" type="BibPart"/>

element BibPartAndParents/parentBibPartInfo-85
diagram
type BibPartAndParents
children bibPartInfo-84 parentBibPartInfo-85
source
<xsd:element name="parentBibPartInfo-85" type="BibPartAndParents" minOccurs="0"/>

complexType ChildEnumChronSummary
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children childEnumChronSummaryStructured-51
used by
element BibPart/childEnumChronSummary-50
attributes
Name  Type  Use  Default  Fixed  
childEnumChronSummaryUnstructured-52  xsd:string  optional      
annotation
documentation 
Summary chronology and enumeration of child parts
source
<xsd:complexType name="ChildEnumChronSummary">
  <xsd:annotation>
    <xsd:documentation>Summary chronology and enumeration of child parts</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence minOccurs="0">
    <xsd:element name="childEnumChronSummaryStructured-51" type="SummaryEnumSeq" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="childEnumChronSummaryUnstructured-52" type="xsd:string" use="optional"/>
</xsd:complexType>

element ChildEnumChronSummary/childEnumChronSummaryStructured-51
diagram
type SummaryEnumSeq
children primaryEnum-87 alternativeEnum-88
attributes
Name  Type  Use  Default  Fixed  
targetSequenceId-86  xsd:string  optional      
source
<xsd:element name="childEnumChronSummaryStructured-51" type="SummaryEnumSeq" minOccurs="0"/>

complexType Chronology
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children ChildChronology
used by
elements BibPart/alternativeChronology-48 BibPart/bibPartChronology-46 Chronology/ChildChronology SummaryEnum/endingChron-92 SummaryEnum/startingChron-90
attributes
Name  Type  Use  Default  Fixed  
chronLevel-96  xsd:integer  optional      
chronCaption-97  xsd:string  optional      
specificChronology-98  xsd:string  required      
source
<xsd:complexType name="Chronology">
  <xsd:sequence>
    <xsd:element name="ChildChronology" type="Chronology" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>More detailed Chronology</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="chronLevel-96" type="xsd:integer" use="optional">
    <xsd:annotation>
      <xsd:documentation>Level of chronology</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="chronCaption-97" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Caption to display with chronology</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="specificChronology-98" type="xsd:string" use="required">
    <xsd:annotation>
      <xsd:documentation>Specific chronology</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

element Chronology/ChildChronology
diagram
type Chronology
children ChildChronology
attributes
Name  Type  Use  Default  Fixed  
chronLevel-96  xsd:integer  optional      
chronCaption-97  xsd:string  optional      
specificChronology-98  xsd:string  required      
annotation
documentation 
More detailed Chronology
source
<xsd:element name="ChildChronology" type="Chronology" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>More detailed Chronology</xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType CircInfo
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children pieceLendingInfo-103 pieceReproductionInfo-104 pieceReservationPolicy-105 pieceReservationInfo-106
used by
element Piece/pieceCircInfo-78
attributes
Name  Type  Use  Default  Fixed  
circStatus-99  xsd:integer  required      
statusStartingDate-100  xsd:dateTime  optional      
statusEndingDate-101  xsd:dateTime  optional      
pieceUseRestrictions-102  xsd:integer  optional      
circNotes-107  xsd:string  optional      
source
<xsd:complexType name="CircInfo">
  <xsd:sequence minOccurs="0">
    <xsd:element name="pieceLendingInfo-103" type="ServiceInfo" minOccurs="0"/>
    <xsd:element name="pieceReproductionInfo-104" type="ServiceInfo" minOccurs="0"/>
    <xsd:element name="pieceReservationPolicy-105" type="ServiceInfo" minOccurs="0"/>
    <xsd:element name="pieceReservationInfo-106" type="ReservationInfo" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="circStatus-99" use="required">
    <xsd:annotation>
      <xsd:documentation>Values: available (0), undefined (1), onOrder (2), notAvailable (3), onLoan (4), onLoanUntilRecall (5), inProcess (6), recalled (7), onHold (8), waitingToBeMadeAvailable (9), inTransit (10), claimedReturnedOrNeverBorrowed (11), lost (12), missingBeingTraced (13), supplied (14), inBinding (15), inRepair (16), pendingTransfer (17), missingOverdue (18), withdrawn (19), weeded (20), unreserved (21), damaged (22), nonCirculating (23), other (24)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="24"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="statusStartingDate-100" type="xsd:dateTime" use="optional"/>
  <xsd:attribute name="statusEndingDate-101" type="xsd:dateTime" use="optional"/>
  <xsd:attribute name="pieceUseRestrictions-102" use="optional">
    <xsd:annotation>
      <xsd:documentation>Values: undetermined (0), notForLoan (1), inLibraryUseOnly (2), overnightOnly (3), useOnlyInControlledAccessRoom (4), renewalsNotPermitted (5), limitedCircShortLoanPeriod (6), limitedCircNormalLoanPeriod (7), limitedCircLongLoanPeriod (8), termLoan (9), semesterLoan (10), availableForSupplyWithoutReturn (11)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="11"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="circNotes-107" type="xsd:string" use="optional"/>
</xsd:complexType>

element CircInfo/pieceLendingInfo-103
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
source
<xsd:element name="pieceLendingInfo-103" type="ServiceInfo" minOccurs="0"/>

element CircInfo/pieceReproductionInfo-104
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
source
<xsd:element name="pieceReproductionInfo-104" type="ServiceInfo" minOccurs="0"/>

element CircInfo/pieceReservationPolicy-105
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
source
<xsd:element name="pieceReservationPolicy-105" type="ServiceInfo" minOccurs="0"/>

element CircInfo/pieceReservationInfo-106
diagram
type ReservationInfo
attributes
Name  Type  Use  Default  Fixed  
reservationQueueLength-108  xsd:integer  required      
reservationStatus-113  xsd:integer  optional      
source
<xsd:element name="pieceReservationInfo-106" type="ReservationInfo" minOccurs="0"/>

complexType CopyLocation
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children copySummaryEnumeration-62 copyLendingInfo-68 copyReproductionInfo-69 copyReservationPolicy-71 copyReservationInfo-72 copyLocationPiece-115
used by
elements LocalHoldings/copyView-12 Piece/pieceCopy-83
attributes
Name  Type  Use  Default  Fixed  
targetCopyId-58  xsd:string  optional      
copyId-59  xsd:string  optional      
locator-60  xsd:string  optional      
copyDesignation-61  xsd:string  optional      
copyNumberOfPieces-63  xsd:integer  optional      
copyCompletenessDesignator-64  xsd:integer  required      
copyAcquisStatusDesignator-65  xsd:integer  optional      
copyRetentionDesignator-66  xsd:integer  optional      
copyReproductionNote-67  xsd:string  optional      
copyTermsUseAndRepro-70  xsd:string  optional      
dateOfCreation-73  xsd:dateTime  optional      
copyNotes-74  xsd:string  optional      
dateOfReport-7  xsd:dateTime  optional      
source
<xsd:complexType name="CopyLocation">
  <xsd:sequence minOccurs="0">
    <xsd:element name="copySummaryEnumeration-62" type="SummaryEnumSeq" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Only when Piece (including BibPart) is not included</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="copyLendingInfo-68" type="ServiceInfo" minOccurs="0"/>
    <xsd:element name="copyReproductionInfo-69" type="ServiceInfo" minOccurs="0"/>
    <xsd:element name="copyReservationPolicy-71" type="ServiceInfo" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Optional; only meaningful if the same policy applies to all pieces</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="copyReservationInfo-72" type="ReservationInfo" minOccurs="0"/>
    <xsd:element name="copyLocationPiece-115" type="Piece" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="targetCopyId-58" type="xsd:string" use="optional"/>
  <xsd:attribute name="copyId-59" type="xsd:string" use="optional"/>
  <xsd:attribute name="locator-60" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>A shelfmark, call number or electronic location for the copy or all pieces of the copy</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="copyDesignation-61" type="xsd:string" use="optional"/>
  <xsd:attribute name="copyNumberOfPieces-63" use="optional">
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="copyCompletenessDesignator-64" type="xsd:integer" use="required">
    <xsd:annotation>
      <xsd:documentation>Values as in HoldingsStatement</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="copyAcquisStatusDesignator-65" type="xsd:integer" use="optional">
    <xsd:annotation>
      <xsd:documentation>Values as in HoldingsStatement</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="copyRetentionDesignator-66" type="xsd:integer" use="optional">
    <xsd:annotation>
      <xsd:documentation>Values as in HoldingsStatement</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="copyReproductionNote-67" type="xsd:string" use="optional"/>
  <xsd:attribute name="copyTermsUseAndRepro-70" type="xsd:string" use="optional"/>
  <xsd:attribute name="dateOfCreation-73" type="xsd:dateTime" use="optional"/>
  <xsd:attribute name="copyNotes-74" type="xsd:string" use="optional"/>
  <xsd:attribute name="dateOfReport-7" type="xsd:dateTime" use="optional"/>
</xsd:complexType>

element CopyLocation/copySummaryEnumeration-62
diagram
type SummaryEnumSeq
children primaryEnum-87 alternativeEnum-88
attributes
Name  Type  Use  Default  Fixed  
targetSequenceId-86  xsd:string  optional      
annotation
documentation 
Only when Piece (including BibPart) is not included
source
<xsd:element name="copySummaryEnumeration-62" type="SummaryEnumSeq" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Only when Piece (including BibPart) is not included</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element CopyLocation/copyLendingInfo-68
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
source
<xsd:element name="copyLendingInfo-68" type="ServiceInfo" minOccurs="0"/>

element CopyLocation/copyReproductionInfo-69
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
source
<xsd:element name="copyReproductionInfo-69" type="ServiceInfo" minOccurs="0"/>

element CopyLocation/copyReservationPolicy-71
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
annotation
documentation 
Optional; only meaningful if the same policy applies to all pieces
source
<xsd:element name="copyReservationPolicy-71" type="ServiceInfo" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Optional; only meaningful if the same policy applies to all pieces</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element CopyLocation/copyReservationInfo-72
diagram
type ReservationInfo
attributes
Name  Type  Use  Default  Fixed  
reservationQueueLength-108  xsd:integer  required      
reservationStatus-113  xsd:integer  optional      
source
<xsd:element name="copyReservationInfo-72" type="ReservationInfo" minOccurs="0"/>

element CopyLocation/copyLocationPiece-115
diagram
type Piece
children pieceCircInfo-78 pieceValue-79 pieceBibPart-82 pieceCopy-83
attributes
Name  Type  Use  Default  Fixed  
targetPieceId-75  xsd:string  optional      
locator-60  xsd:string  optional      
pieceDesignation-76  xsd:string  optional      
temporaryLocation-77  xsd:string  optional      
lastActivitydate-80  xsd:dateTime  optional      
pieceNotes-81  xsd:string  optional      
source
<xsd:element name="copyLocationPiece-115" type="Piece" minOccurs="0" maxOccurs="unbounded"/>

complexType Enumeration
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children ChildEnumeration
used by
elements BibPart/alternativeEnumeration-47 BibPart/bibPartEnumeration-45 Enumeration/ChildEnumeration SummaryEnum/endingEnum-91 SummaryEnum/startingEnum-89
attributes
Name  Type  Use  Default  Fixed  
enumLevel-93  xsd:integer  optional      
enumCaption-94  xsd:string  optional      
specificEnumeration-95  xsd:string  required      
source
<xsd:complexType name="Enumeration">
  <xsd:sequence>
    <xsd:element name="ChildEnumeration" type="Enumeration" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>More detailed Enumeration</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="enumLevel-93" use="optional">
    <xsd:annotation>
      <xsd:documentation>Level of enumeration</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="enumCaption-94" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Caption to display with enumeration</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="specificEnumeration-95" type="xsd:string" use="required">
    <xsd:annotation>
      <xsd:documentation>Specific enumeration</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

element Enumeration/ChildEnumeration
diagram
type Enumeration
children ChildEnumeration
attributes
Name  Type  Use  Default  Fixed  
enumLevel-93  xsd:integer  optional      
enumCaption-94  xsd:string  optional      
specificEnumeration-95  xsd:string  required      
annotation
documentation 
More detailed Enumeration
source
<xsd:element name="ChildEnumeration" type="Enumeration" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>More detailed Enumeration</xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType HoldingsStatement
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children holdingsSiteLocation-6 localHoldings-10 unionCatLendingInfo-19 unionCatReproductionInfo-20 summaryReservationPolicy-22 summaryReservationInfo-23 remoteHoldings-24
used by
element HoldingsStructure/holdingsStatement-4
attributes
Name  Type  Use  Default  Fixed  
dateOfReport-7  xsd:dateTime  optional      
publicationType-8  xsd:integer  optional      
unionCatShelfMark-9  xsd:string  optional      
numberOfTopBibParts-13  xsd:integer  optional      
numberOfCopies-14  xsd:integer  optional      
unionCatCompletenessDesignator-15  xsd:integer  optional      
unionCatAcqDesignator-16  xsd:integer  optional      
unionCatRetentionDesignator-17  xsd:integer  optional      
unionCatReproductionNote-18  xsd:string  optional      
unionCatTermsUseRepro-21  xsd:string  optional      
holdingsNotes-25  xsd:string  optional      
source
<xsd:complexType name="HoldingsStatement">
  <xsd:sequence minOccurs="0">
    <xsd:element name="holdingsSiteLocation-6" type="SiteLocation">
      <xsd:annotation>
        <xsd:documentation>Location may be the leaf node of a hierarchy of locations. All locations back to the root are recursively included in SiteLocation for a single HoldingsStatement. What level of detail is given as to the location is a server decision.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="localHoldings-10" type="LocalHoldings" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="unionCatLendingInfo-19" type="ServiceInfo" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>ILL or other external lending policy for (all or any copies of) the item as reported to a union catalogue.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="unionCatReproductionInfo-20" type="ServiceInfo" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Reproduction service policy for (all or any copies of) the item as reported to a union catalogue</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="summaryReservationPolicy-22" type="ServiceInfo" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Reservation policy for (all or any copies of) the item as reported to a union catalogue </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="summaryReservationInfo-23" type="ReservationInfo" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Summary reservation information for (all or any copies of) the item in the holdingsStatement. Reservation information for a single copy is carried in CopyLocation; reservation information for individual circulating items is carried in Piece</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="remoteHoldings-24" type="RecordId" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Z39.50 URL for alternative/additional information about holdings of this item at this location</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="dateOfReport-7" type="xsd:dateTime" use="optional"/>
  <xsd:attribute name="publicationType-8" use="optional">
    <xsd:annotation>
      <xsd:documentation>Values: infoNotAvailable (0), singlePart (1), multipart (2), serial (3)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="3"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="unionCatShelfMark-9" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>A shelfmark or call number for (all or any copies of) the bibliographic item as reported to a union catalogue</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="numberOfTopBibParts-13" use="optional">
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="numberOfCopies-14" use="optional">
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="unionCatCompletenessDesignator-15" use="optional">
    <xsd:annotation>
      <xsd:documentation>008/16 completeness designator for (all or any copies of) the item as reported to a union catalogue. Values: infoNotAvailable(0), complete(1), incomplete(2), veryIncompleteOrScatted(3), notApplicable(4)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="4"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="unionCatAcqDesignator-16" use="optional">
    <xsd:annotation>
      <xsd:documentation>008/06 Acquistion status of (all or any copies of) the item as reported to a union catalogue. Values: infoNotAvailableOrApplicable(0), other(1), completedOrCeased(2), onOrder(3), currentlyReceived(4), notCurrentlyReceived(5)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="5"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="unionCatRetentionDesignator-17" use="optional">
    <xsd:annotation>
      <xsd:documentation>008/12 From ISO 10324 and NISO Z39.71 . Retention designator for (all or any copies of) the item as reported to a union catalogue Values: infoNotAvailable(0), other(1), asReplacedByUpdates(2), sampleIssueRetained(3), untilReplacedByPreservationFormat(4), untilReplacedByCumulationOrOther(5), limitedRetention(6), noRetention(7), permanentRetention(8)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="8"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="unionCatReproductionNote-18" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Reproduction note for (all or any copies of) the item as reported to a union catalogue</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="unionCatTermsUseRepro-21" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Terms of use and reproduction note for (all or any copies of) the item as reported to a union catalogue</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="holdingsNotes-25" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Notes about holdings of this item at this location</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

element HoldingsStatement/holdingsSiteLocation-6
diagram
type SiteLocation
children streetAddress-30 subLocation-35
attributes
Name  Type  Use  Default  Fixed  
targetLocationId-26  xsd:string  optional      
institutionOrSiteId-27  xsd:string  optional      
locationName-28  xsd:string  optional      
isilCode-29  xsd:string  optional      
countryId-G  xsd:string  optional      
regionId-32  xsd:string  optional      
networkAddress-33  xsd:anyURI  optional      
siteNotes-34  xsd:string  optional      
moreInfo-39  xsd:anyURI  optional      
annotation
documentation 
Location may be the leaf node of a hierarchy of locations. All locations back to the root are recursively included in SiteLocation for a single HoldingsStatement. What level of detail is given as to the location is a server decision.
source
<xsd:element name="holdingsSiteLocation-6" type="SiteLocation">
  <xsd:annotation>
    <xsd:documentation>Location may be the leaf node of a hierarchy of locations. All locations back to the root are recursively included in SiteLocation for a single HoldingsStatement. What level of detail is given as to the location is a server decision.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element HoldingsStatement/localHoldings-10
diagram
type LocalHoldings
children bibView-11 copyView-12
source
<xsd:element name="localHoldings-10" type="LocalHoldings" minOccurs="0" maxOccurs="unbounded"/>

element HoldingsStatement/unionCatLendingInfo-19
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
annotation
documentation 
ILL or other external lending policy for (all or any copies of) the item as reported to a union catalogue.
source
<xsd:element name="unionCatLendingInfo-19" type="ServiceInfo" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>ILL or other external lending policy for (all or any copies of) the item as reported to a union catalogue.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element HoldingsStatement/unionCatReproductionInfo-20
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
annotation
documentation 
Reproduction service policy for (all or any copies of) the item as reported to a union catalogue
source
<xsd:element name="unionCatReproductionInfo-20" type="ServiceInfo" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Reproduction service policy for (all or any copies of) the item as reported to a union catalogue</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element HoldingsStatement/summaryReservationPolicy-22
diagram
type ServiceInfo
children serviceFee-110 copyrightFee-114
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
annotation
documentation 
Reservation policy for (all or any copies of) the item as reported to a union catalogue 
source
<xsd:element name="summaryReservationPolicy-22" type="ServiceInfo" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Reservation policy for (all or any copies of) the item as reported to a union catalogue </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element HoldingsStatement/summaryReservationInfo-23
diagram
type ReservationInfo
attributes
Name  Type  Use  Default  Fixed  
reservationQueueLength-108  xsd:integer  required      
reservationStatus-113  xsd:integer  optional      
annotation
documentation 
Summary reservation information for (all or any copies of) the item in the holdingsStatement. Reservation information for a single copy is carried in CopyLocation; reservation information for individual circulating items is carried in Piece
source
<xsd:element name="summaryReservationInfo-23" type="ReservationInfo" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Summary reservation information for (all or any copies of) the item in the holdingsStatement. Reservation information for a single copy is carried in CopyLocation; reservation information for individual circulating items is carried in Piece</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element HoldingsStatement/remoteHoldings-24
diagram
type RecordId
annotation
documentation 
Z39.50 URL for alternative/additional information about holdings of this item at this location
source
<xsd:element name="remoteHoldings-24" type="RecordId" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Z39.50 URL for alternative/additional information about holdings of this item at this location</xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType HoldingsStructure
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children bibItemInfo-1 holdingsStatement-4 remoteHoldingsData-5
used by
element holdingsStructure
annotation
documentation 
Top level structure of Holdings data
source
<xsd:complexType name="HoldingsStructure">
  <xsd:annotation>
    <xsd:documentation>Top level structure of Holdings data</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence minOccurs="0">
    <xsd:element name="bibItemInfo-1" type="BibItemInfo"/>
    <xsd:element name="holdingsStatement-4" type="HoldingsStatement" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>One holdings statement for each location</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="remoteHoldingsData-5" type="RecordId" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>Z39.50 URL for alternative/additional sources of holdings information for this record</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

element HoldingsStructure/bibItemInfo-1
diagram
type BibItemInfo
children actualBibItem-2
attributes
Name  Type  Use  Default  Fixed  
targetItemId-3  xsd:string  optional      
source
<xsd:element name="bibItemInfo-1" type="BibItemInfo"/>

element HoldingsStructure/holdingsStatement-4
diagram
type HoldingsStatement
children holdingsSiteLocation-6 localHoldings-10 unionCatLendingInfo-19 unionCatReproductionInfo-20 summaryReservationPolicy-22 summaryReservationInfo-23 remoteHoldings-24
attributes
Name  Type  Use  Default  Fixed  
dateOfReport-7  xsd:dateTime  optional      
publicationType-8  xsd:integer  optional      
unionCatShelfMark-9  xsd:string  optional      
numberOfTopBibParts-13  xsd:integer  optional      
numberOfCopies-14  xsd:integer  optional      
unionCatCompletenessDesignator-15  xsd:integer  optional      
unionCatAcqDesignator-16  xsd:integer  optional      
unionCatRetentionDesignator-17  xsd:integer  optional      
unionCatReproductionNote-18  xsd:string  optional      
unionCatTermsUseRepro-21  xsd:string  optional      
holdingsNotes-25  xsd:string  optional      
annotation
documentation 
One holdings statement for each location
source
<xsd:element name="holdingsStatement-4" type="HoldingsStatement" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>One holdings statement for each location</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element HoldingsStructure/remoteHoldingsData-5
diagram
type RecordId
annotation
documentation 
Z39.50 URL for alternative/additional sources of holdings information for this record
source
<xsd:element name="remoteHoldingsData-5" type="RecordId" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Z39.50 URL for alternative/additional sources of holdings information for this record</xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType IntUnit
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
used by
elements ServiceInfo/copyrightFee-114 Piece/pieceValue-79 ServiceInfo/serviceFee-110
attributes
Name  Type  Use  Default  Fixed  
value-118  xsd:integer  required      
unitSystem-119  xsd:string  required  z3950    
unitType-120  xsd:string  required  iso4217-1990    
unit-133  xsd:string  required      
scaleFactor-121  xsd:integer  required      
source
<xsd:complexType name="IntUnit">
  <xsd:attribute name="value-118" type="xsd:integer" use="required">
    <xsd:annotation>
      <xsd:documentation>Amount</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="unitSystem-119" type="xsd:string" use="required" default="z3950"/>
  <xsd:attribute name="unitType-120" type="xsd:string" use="required" default="iso4217-1990"/>
  <xsd:attribute name="unit-133" type="xsd:string" use="required">
    <xsd:annotation>
      <xsd:documentation>Currency code</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="scaleFactor-121" type="xsd:integer" use="required">
    <xsd:annotation>
      <xsd:documentation>An integer scale factor, base 10</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

complexType LocalHoldings
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children bibView-11 copyView-12
used by
element HoldingsStatement/localHoldings-10
source
<xsd:complexType name="LocalHoldings">
  <xsd:sequence minOccurs="0">
    <xsd:element name="bibView-11" type="BibPart" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="copyView-12" type="CopyLocation" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

element LocalHoldings/bibView-11
diagram
type BibPart
children bibPartLendingInfo-116 bibPartReproductionInfo-117 bibPartEnumeration-45 bibPartChronology-46 alternativeEnumeration-47 alternativeChronology-48 childEnumChronSummary-50 childBibParts-55 bibPartPiece-57
attributes
Name  Type  Use  Default  Fixed  
targetBibPartId-40  xsd:string  optional      
parentBibPartId-41  xsd:string  optional      
typeofUnitDesignator-42  xsd:string  optional      
unitName-43  xsd:string  optional      
physicalFormDesignator-44  xsd:string  optional      
childCompletenessDesig-53  xsd:integer  optional      
bibPartNotes-54  xsd:string  optional      
numberOfPieces-56  xsd:integer  required      
numberOfChildBibParts-49  xsd:integer  optional      
source
<xsd:element name="bibView-11" type="BibPart" minOccurs="0" maxOccurs="unbounded"/>

element LocalHoldings/copyView-12
diagram
type CopyLocation
children copySummaryEnumeration-62 copyLendingInfo-68 copyReproductionInfo-69 copyReservationPolicy-71 copyReservationInfo-72 copyLocationPiece-115
attributes
Name  Type  Use  Default  Fixed  
targetCopyId-58  xsd:string  optional      
copyId-59  xsd:string  optional      
locator-60  xsd:string  optional      
copyDesignation-61  xsd:string  optional      
copyNumberOfPieces-63  xsd:integer  optional      
copyCompletenessDesignator-64  xsd:integer  required      
copyAcquisStatusDesignator-65  xsd:integer  optional      
copyRetentionDesignator-66  xsd:integer  optional      
copyReproductionNote-67  xsd:string  optional      
copyTermsUseAndRepro-70  xsd:string  optional      
dateOfCreation-73  xsd:dateTime  optional      
copyNotes-74  xsd:string  optional      
dateOfReport-7  xsd:dateTime  optional      
source
<xsd:element name="copyView-12" type="CopyLocation" minOccurs="0" maxOccurs="unbounded"/>

complexType Piece
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children pieceCircInfo-78 pieceValue-79 pieceBibPart-82 pieceCopy-83
used by
elements BibPart/bibPartPiece-57 CopyLocation/copyLocationPiece-115
attributes
Name  Type  Use  Default  Fixed  
targetPieceId-75  xsd:string  optional      
locator-60  xsd:string  optional      
pieceDesignation-76  xsd:string  optional      
temporaryLocation-77  xsd:string  optional      
lastActivitydate-80  xsd:dateTime  optional      
pieceNotes-81  xsd:string  optional      
source
<xsd:complexType name="Piece">
  <xsd:sequence minOccurs="0">
    <xsd:element name="pieceCircInfo-78" type="CircInfo" minOccurs="0"/>
    <xsd:element name="pieceValue-79" type="IntUnit" minOccurs="0"/>
    <xsd:element name="pieceBibPart-82" type="BibPartAndParents" minOccurs="0"/>
    <xsd:element name="pieceCopy-83" type="CopyLocation" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="targetPieceId-75" type="xsd:string" use="optional"/>
  <xsd:attribute name="locator-60" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>A shelfmark, call number or electronic location for the copy or all pieces of the copy</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="pieceDesignation-76" type="xsd:string" use="optional"/>
  <xsd:attribute name="temporaryLocation-77" type="xsd:string" use="optional"/>
  <xsd:attribute name="lastActivitydate-80" type="xsd:dateTime" use="optional"/>
  <xsd:attribute name="pieceNotes-81" type="xsd:string" use="optional"/>
</xsd:complexType>

element Piece/pieceCircInfo-78
diagram
type CircInfo
children pieceLendingInfo-103 pieceReproductionInfo-104 pieceReservationPolicy-105 pieceReservationInfo-106
attributes
Name  Type  Use  Default  Fixed  
circStatus-99  xsd:integer  required      
statusStartingDate-100  xsd:dateTime  optional      
statusEndingDate-101  xsd:dateTime  optional      
pieceUseRestrictions-102  xsd:integer  optional      
circNotes-107  xsd:string  optional      
source
<xsd:element name="pieceCircInfo-78" type="CircInfo" minOccurs="0"/>

element Piece/pieceValue-79
diagram
type IntUnit
attributes
Name  Type  Use  Default  Fixed  
value-118  xsd:integer  required      
unitSystem-119  xsd:string  required  z3950    
unitType-120  xsd:string  required  iso4217-1990    
unit-133  xsd:string  required      
scaleFactor-121  xsd:integer  required      
source
<xsd:element name="pieceValue-79" type="IntUnit" minOccurs="0"/>

element Piece/pieceBibPart-82
diagram
type BibPartAndParents
children bibPartInfo-84 parentBibPartInfo-85
source
<xsd:element name="pieceBibPart-82" type="BibPartAndParents" minOccurs="0"/>

element Piece/pieceCopy-83
diagram
type CopyLocation
children copySummaryEnumeration-62 copyLendingInfo-68 copyReproductionInfo-69 copyReservationPolicy-71 copyReservationInfo-72 copyLocationPiece-115
attributes
Name  Type  Use  Default  Fixed  
targetCopyId-58  xsd:string  optional      
copyId-59  xsd:string  optional      
locator-60  xsd:string  optional      
copyDesignation-61  xsd:string  optional      
copyNumberOfPieces-63  xsd:integer  optional      
copyCompletenessDesignator-64  xsd:integer  required      
copyAcquisStatusDesignator-65  xsd:integer  optional      
copyRetentionDesignator-66  xsd:integer  optional      
copyReproductionNote-67  xsd:string  optional      
copyTermsUseAndRepro-70  xsd:string  optional      
dateOfCreation-73  xsd:dateTime  optional      
copyNotes-74  xsd:string  optional      
dateOfReport-7  xsd:dateTime  optional      
source
<xsd:element name="pieceCopy-83" type="CopyLocation" minOccurs="0"/>

complexType ReservationInfo
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
used by
elements CopyLocation/copyReservationInfo-72 CircInfo/pieceReservationInfo-106 HoldingsStatement/summaryReservationInfo-23
attributes
Name  Type  Use  Default  Fixed  
reservationQueueLength-108  xsd:integer  required      
reservationStatus-113  xsd:integer  optional      
source
<xsd:complexType name="ReservationInfo">
  <xsd:attribute name="reservationQueueLength-108" type="xsd:integer" use="required"/>
  <xsd:attribute name="reservationStatus-113" use="optional">
    <xsd:annotation>
      <xsd:documentation>Values: currentReservation (0), returnedReservation (1), onReservationShelves (2), expiredReservation (3)</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="3"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:complexType>

complexType ServiceInfo
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children serviceFee-110 copyrightFee-114
used by
elements BibPart/bibPartLendingInfo-116 BibPart/bibPartReproductionInfo-117 CopyLocation/copyLendingInfo-68 CopyLocation/copyReproductionInfo-69 CopyLocation/copyReservationPolicy-71 CircInfo/pieceLendingInfo-103 CircInfo/pieceReproductionInfo-104 CircInfo/pieceReservationPolicy-105 HoldingsStatement/summaryReservationPolicy-22 HoldingsStatement/unionCatLendingInfo-19 HoldingsStatement/unionCatReproductionInfo-20
attributes
Name  Type  Use  Default  Fixed  
expectedDispatchDate-111  xsd:dateTime  optional      
serviceNotes-112  xsd:string  optional      
servicePolicy-109  xsd:integer  required      
source
<xsd:complexType name="ServiceInfo">
  <xsd:sequence>
    <xsd:element name="serviceFee-110" type="IntUnit" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>General or exact price charged for the service</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="copyrightFee-114" type="IntUnit" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>A copyright fee asociated with the service</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="expectedDispatchDate-111" type="xsd:dateTime" use="optional">
    <xsd:annotation>
      <xsd:documentation>Date material is expected to be available for dispatch</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="serviceNotes-112" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Terms of service (lending use restrictions, etc.)</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="servicePolicy-109" use="required">
    <xsd:annotation>
      <xsd:documentation>Values: unknown (0), will (1), -- will perform the service willNot (2) -- will not perform the service</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="0"/>
        <xsd:maxInclusive value="2"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:complexType>

element ServiceInfo/serviceFee-110
diagram
type IntUnit
attributes
Name  Type  Use  Default  Fixed  
value-118  xsd:integer  required      
unitSystem-119  xsd:string  required  z3950    
unitType-120  xsd:string  required  iso4217-1990    
unit-133  xsd:string  required      
scaleFactor-121  xsd:integer  required      
annotation
documentation 
General or exact price charged for the service
source
<xsd:element name="serviceFee-110" type="IntUnit" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>General or exact price charged for the service</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element ServiceInfo/copyrightFee-114
diagram
type IntUnit
attributes
Name  Type  Use  Default  Fixed  
value-118  xsd:integer  required      
unitSystem-119  xsd:string  required  z3950    
unitType-120  xsd:string  required  iso4217-1990    
unit-133  xsd:string  required      
scaleFactor-121  xsd:integer  required      
annotation
documentation 
A copyright fee asociated with the service
source
<xsd:element name="copyrightFee-114" type="IntUnit" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A copyright fee asociated with the service</xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType SiteLocation
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children streetAddress-30 subLocation-35
used by
elements HoldingsStatement/holdingsSiteLocation-6 SiteLocation/subLocation-35
attributes
Name  Type  Use  Default  Fixed  
targetLocationId-26  xsd:string  optional      
institutionOrSiteId-27  xsd:string  optional      
locationName-28  xsd:string  optional      
isilCode-29  xsd:string  optional      
countryId-G  xsd:string  optional      
regionId-32  xsd:string  optional      
networkAddress-33  xsd:anyURI  optional      
siteNotes-34  xsd:string  optional      
moreInfo-39  xsd:anyURI  optional      
source
<xsd:complexType name="SiteLocation">
  <xsd:sequence minOccurs="0">
    <xsd:element name="streetAddress-30" type="PostalAddress" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>A sequence of address lines</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="subLocation-35" type="SiteLocation" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>The final child is the location for the item. A target may give locations as whatever level of detail it wishes. This maps onto 852 $a plus multiple instances of $b and/or $c </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="targetLocationId-26" type="xsd:string" use="optional"/>
  <xsd:attribute name="institutionOrSiteId-27" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>852 $a</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="locationName-28" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>852 $b</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="isilCode-29" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>According to ISO 15511 (draft)</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="countryId-G" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>852 $n; according to ISO 3166</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="regionId-32" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Non-authoritative region identifier</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="networkAddress-33" type="xsd:anyURI" use="optional">
    <xsd:annotation>
      <xsd:documentation>Host name/IP address (+ port)</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="siteNotes-34" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>General note at site level</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="moreInfo-39" type="xsd:anyURI" use="optional">
    <xsd:annotation>
      <xsd:documentation>A URL pointing to a site that provides more information about the location</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

element SiteLocation/streetAddress-30
diagram
type PostalAddress
annotation
documentation 
A sequence of address lines
source
<xsd:element name="streetAddress-30" type="PostalAddress" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A sequence of address lines</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element SiteLocation/subLocation-35
diagram
type SiteLocation
children streetAddress-30 subLocation-35
attributes
Name  Type  Use  Default  Fixed  
targetLocationId-26  xsd:string  optional      
institutionOrSiteId-27  xsd:string  optional      
locationName-28  xsd:string  optional      
isilCode-29  xsd:string  optional      
countryId-G  xsd:string  optional      
regionId-32  xsd:string  optional      
networkAddress-33  xsd:anyURI  optional      
siteNotes-34  xsd:string  optional      
moreInfo-39  xsd:anyURI  optional      
annotation
documentation 
The final child is the location for the item. A target may give locations as whatever level of detail it wishes. This maps onto 852 $a plus multiple instances of $b and/or $c 
source
<xsd:element name="subLocation-35" type="SiteLocation" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>The final child is the location for the item. A target may give locations as whatever level of detail it wishes. This maps onto 852 $a plus multiple instances of $b and/or $c </xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType SummaryEnum
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children startingEnum-89 startingChron-90 endingEnum-91 endingChron-92
used by
elements SummaryEnumSeq/alternativeEnum-88 SummaryEnumSeq/primaryEnum-87
source
<xsd:complexType name="SummaryEnum">
  <xsd:sequence minOccurs="0">
    <xsd:element name="startingEnum-89" type="Enumeration"/>
    <xsd:element name="startingChron-90" type="Chronology" minOccurs="0"/>
    <xsd:element name="endingEnum-91" type="Enumeration" minOccurs="0"/>
    <xsd:element name="endingChron-92" type="Chronology" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>

element SummaryEnum/startingEnum-89
diagram
type Enumeration
children ChildEnumeration
attributes
Name  Type  Use  Default  Fixed  
enumLevel-93  xsd:integer  optional      
enumCaption-94  xsd:string  optional      
specificEnumeration-95  xsd:string  required      
source
<xsd:element name="startingEnum-89" type="Enumeration"/>

element SummaryEnum/startingChron-90
diagram
type Chronology
children ChildChronology
attributes
Name  Type  Use  Default  Fixed  
chronLevel-96  xsd:integer  optional      
chronCaption-97  xsd:string  optional      
specificChronology-98  xsd:string  required      
source
<xsd:element name="startingChron-90" type="Chronology" minOccurs="0"/>

element SummaryEnum/endingEnum-91
diagram
type Enumeration
children ChildEnumeration
attributes
Name  Type  Use  Default  Fixed  
enumLevel-93  xsd:integer  optional      
enumCaption-94  xsd:string  optional      
specificEnumeration-95  xsd:string  required      
source
<xsd:element name="endingEnum-91" type="Enumeration" minOccurs="0"/>

element SummaryEnum/endingChron-92
diagram
type Chronology
children ChildChronology
attributes
Name  Type  Use  Default  Fixed  
chronLevel-96  xsd:integer  optional      
chronCaption-97  xsd:string  optional      
specificChronology-98  xsd:string  required      
source
<xsd:element name="endingChron-92" type="Chronology" minOccurs="0"/>

complexType SummaryEnumSeq
diagram
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
children primaryEnum-87 alternativeEnum-88
used by
elements ChildEnumChronSummary/childEnumChronSummaryStructured-51 CopyLocation/copySummaryEnumeration-62
attributes
Name  Type  Use  Default  Fixed  
targetSequenceId-86  xsd:string  optional      
source
<xsd:complexType name="SummaryEnumSeq">
  <xsd:sequence minOccurs="0">
    <xsd:element name="primaryEnum-87" type="SummaryEnum">
      <xsd:annotation>
        <xsd:documentation>enumeration and chronology in primary numbering scheme</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="alternativeEnum-88" type="SummaryEnum" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>enumeration and chronology in alternative numbering scheme</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="targetSequenceId-86" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>Target's internal summary enumeration sequence id</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

element SummaryEnumSeq/primaryEnum-87
diagram
type SummaryEnum
children startingEnum-89 startingChron-90 endingEnum-91 endingChron-92
annotation
documentation 
enumeration and chronology in primary numbering scheme
source
<xsd:element name="primaryEnum-87" type="SummaryEnum">
  <xsd:annotation>
    <xsd:documentation>enumeration and chronology in primary numbering scheme</xsd:documentation>
  </xsd:annotation>
</xsd:element>

element SummaryEnumSeq/alternativeEnum-88
diagram
type SummaryEnum
children startingEnum-89 startingChron-90 endingEnum-91 endingChron-92
annotation
documentation 
enumeration and chronology in alternative numbering scheme
source
<xsd:element name="alternativeEnum-88" type="SummaryEnum" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>enumeration and chronology in alternative numbering scheme</xsd:documentation>
  </xsd:annotation>
</xsd:element>

simpleType PostalAddress
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
type xsd:string
used by
element SiteLocation/streetAddress-30
annotation
documentation 
A sequence of address lines
source
<xsd:simpleType name="PostalAddress">
  <xsd:annotation>
    <xsd:documentation>A sequence of address lines</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string"/>
</xsd:simpleType>

simpleType RecordId
namespace http://www.portia.dk/zholdings/Holdings7/HoldingsSchema7
type xsd:string
used by
elements HoldingsStatement/remoteHoldings-24 HoldingsStructure/remoteHoldingsData-5
annotation
documentation 
tagSet G recordId
source
<xsd:simpleType name="RecordId">
  <xsd:annotation>
    <xsd:documentation>tagSet G recordId</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string"/>
</xsd:simpleType>


ZIG Holdings Schema v7
HoldingsSchema7.xsd Poul Henrik Jorgensen DBC