POST api/library/standard/lookupTitleInformationList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| items | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"HoldKey": 1,
"TitleKey": 2,
"Location": "sample string 3",
"Token": "sample string 4",
"UserID": "sample string 5"
},
{
"HoldKey": 1,
"TitleKey": 2,
"Location": "sample string 3",
"Token": "sample string 4",
"UserID": "sample string 5"
},
{
"HoldKey": 1,
"TitleKey": 2,
"Location": "sample string 3",
"Token": "sample string 4",
"UserID": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfHoldItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models">
<HoldItem>
<Token xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models.Base">sample string 4</Token>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models.Base">sample string 5</UserID>
<HoldKey>1</HoldKey>
<Location>sample string 3</Location>
<TitleKey>2</TitleKey>
</HoldItem>
<HoldItem>
<Token xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models.Base">sample string 4</Token>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models.Base">sample string 5</UserID>
<HoldKey>1</HoldKey>
<Location>sample string 3</Location>
<TitleKey>2</TitleKey>
</HoldItem>
<HoldItem>
<Token xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models.Base">sample string 4</Token>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models.Base">sample string 5</UserID>
<HoldKey>1</HoldKey>
<Location>sample string 3</Location>
<TitleKey>2</TitleKey>
</HoldItem>
</ArrayOfHoldItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"titleIDField": 1,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"titleControlNumberField": "sample string 2",
"catalogFormatIDField": "sample string 3",
"catalogFormatTypeField": "sample string 4",
"materialTypeField": "sample string 5",
"baseCallNumberField": "sample string 6",
"authorField": "sample string 7",
"titleField": "sample string 8",
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 9",
"sisacIDField": "sample string 10",
"publisherNameField": "sample string 11",
"datePublishedField": "sample string 12",
"yearOfPublicationField": 13,
"yearOfPublicationFieldSpecified": true,
"extentField": "sample string 15",
"netLibraryIDField": "sample string 16",
"numberOfCallNumbersField": 17,
"numberOfCallNumbersFieldSpecified": true,
"numberOfTitleHoldsField": 19,
"numberOfTitleHoldsFieldSpecified": true,
"copiesOnOrderField": 21,
"copiesOnOrderFieldSpecified": true,
"outstandingCopiesOnOrderField": 23,
"outstandingCopiesOnOrderFieldSpecified": true,
"titleOrderInfoField": [
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
},
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
},
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
}
],
"callInfoField": [
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
}
],
"bibliographicInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"marcHoldingsInfoField": [
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
}
],
"numberOfBoundwithLinksField": 25,
"numberOfBoundwithLinksFieldSpecified": true,
"boundwithLinkInfoField": [
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
},
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
},
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
}
],
"callSummaryField": [
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"titleIDField": 1,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"titleControlNumberField": "sample string 2",
"catalogFormatIDField": "sample string 3",
"catalogFormatTypeField": "sample string 4",
"materialTypeField": "sample string 5",
"baseCallNumberField": "sample string 6",
"authorField": "sample string 7",
"titleField": "sample string 8",
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 9",
"sisacIDField": "sample string 10",
"publisherNameField": "sample string 11",
"datePublishedField": "sample string 12",
"yearOfPublicationField": 13,
"yearOfPublicationFieldSpecified": true,
"extentField": "sample string 15",
"netLibraryIDField": "sample string 16",
"numberOfCallNumbersField": 17,
"numberOfCallNumbersFieldSpecified": true,
"numberOfTitleHoldsField": 19,
"numberOfTitleHoldsFieldSpecified": true,
"copiesOnOrderField": 21,
"copiesOnOrderFieldSpecified": true,
"outstandingCopiesOnOrderField": 23,
"outstandingCopiesOnOrderFieldSpecified": true,
"titleOrderInfoField": [
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
},
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
},
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
}
],
"callInfoField": [
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
}
],
"bibliographicInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"marcHoldingsInfoField": [
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
}
],
"numberOfBoundwithLinksField": 25,
"numberOfBoundwithLinksFieldSpecified": true,
"boundwithLinkInfoField": [
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
},
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
},
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
}
],
"callSummaryField": [
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"titleIDField": 1,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"titleControlNumberField": "sample string 2",
"catalogFormatIDField": "sample string 3",
"catalogFormatTypeField": "sample string 4",
"materialTypeField": "sample string 5",
"baseCallNumberField": "sample string 6",
"authorField": "sample string 7",
"titleField": "sample string 8",
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 9",
"sisacIDField": "sample string 10",
"publisherNameField": "sample string 11",
"datePublishedField": "sample string 12",
"yearOfPublicationField": 13,
"yearOfPublicationFieldSpecified": true,
"extentField": "sample string 15",
"netLibraryIDField": "sample string 16",
"numberOfCallNumbersField": 17,
"numberOfCallNumbersFieldSpecified": true,
"numberOfTitleHoldsField": 19,
"numberOfTitleHoldsFieldSpecified": true,
"copiesOnOrderField": 21,
"copiesOnOrderFieldSpecified": true,
"outstandingCopiesOnOrderField": 23,
"outstandingCopiesOnOrderFieldSpecified": true,
"titleOrderInfoField": [
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
},
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
},
{
"orderLibraryIDField": "sample string 1",
"copiesOrderedField": 2,
"volumesOrderedField": "sample string 3",
"orderNoteField": "sample string 4",
"orderDateReceivedField": "2026-03-09T06:06:17.2171854+00:00",
"orderDateReceivedFieldSpecified": true,
"PropertyChanged": null
}
],
"callInfoField": [
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"libraryIDField": "sample string 1",
"classificationIDField": "sample string 2",
"callNumberField": "sample string 3",
"numberOfCopiesField": 4,
"boundParentAuthorField": "sample string 5",
"boundParentTitleField": "sample string 6",
"itemInfoField": [
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"itemTypeIDField": "sample string 2",
"currentLocationIDField": "sample string 3",
"homeLocationIDField": "sample string 4",
"dueDateField": "2026-03-09T06:06:17.2171854+00:00",
"dueDateFieldSpecified": true,
"recallDueDateField": "2026-03-09T06:06:17.2171854+00:00",
"recallDueDateFieldSpecified": true,
"reshelvingLocationIDField": "sample string 9",
"transitSourceLibraryIDField": "sample string 10",
"transitDestinationLibraryIDField": "sample string 11",
"transitReasonField": "sample string 12",
"transitDateField": "2026-03-09T06:06:17.2171854+00:00",
"transitDateFieldSpecified": true,
"chargeableField": true,
"numberOfHoldsField": 16,
"numberOfHoldsFieldSpecified": true,
"reserveCollectionIDField": "sample string 18",
"reserveCirculationRuleField": "sample string 19",
"mediaDeskIDField": "sample string 20",
"fixedTimeBookingField": true,
"fixedTimeBookingFieldSpecified": true,
"publicNoteField": "sample string 23",
"staffNoteField": "sample string 24",
"itemCategoriesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PropertyChanged": null
}
],
"PropertyChanged": null
}
],
"bibliographicInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"marcHoldingsInfoField": [
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
},
{
"holdingLibraryIDField": "sample string 1",
"marcEntryInfoField": [
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
},
{
"labelField": "sample string 1",
"alternateLabelField": "sample string 2",
"entryIDField": "sample string 3",
"indicatorsField": "sample string 4",
"textField": "sample string 5",
"unformattedTextField": "sample string 6",
"entryTypeCodesField": "sample string 7",
"urlField": "sample string 8",
"relatedLookupTextField": "sample string 9",
"relatedLookupIndexIDField": "sample string 10",
"relatedLookupHeadingTypeIDField": "sample string 11",
"PropertyChanged": null
}
],
"PropertyChanged": null
}
],
"numberOfBoundwithLinksField": 25,
"numberOfBoundwithLinksFieldSpecified": true,
"boundwithLinkInfoField": [
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
},
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
},
{
"linkedAsParentField": true,
"callNumberField": "sample string 2",
"libraryIDField": "sample string 3",
"itemIDField": "sample string 4",
"linkedTitleField": {
"titleIDField": 1,
"titleIDFieldSpecified": true,
"titleAvailabilityInfoField": {
"totalCopiesAvailableField": 1,
"libraryWithAvailableCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"totalResvCopiesAvailableField": 2,
"libraryWithAvailableResvCopiesField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"locationOfFirstAvailableItemField": "sample string 3",
"holdableField": true,
"bookableField": true,
"PropertyChanged": null
},
"materialTypeField": "sample string 3",
"titleField": "sample string 4",
"authorField": "sample string 5",
"line3Field": "sample string 6",
"line4Field": "sample string 7",
"yearOfPublicationField": 8,
"yearOfPublicationFieldSpecified": true,
"editionField": "sample string 10",
"copiesOnOrderField": 11,
"copiesOnOrderFieldSpecified": true,
"iSBNField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"sICIField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"uPCField": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"oCLCControlNumberField": "sample string 13",
"urlField": "sample string 14",
"messageField": "sample string 15",
"PropertyChanged": null
},
"PropertyChanged": null
}
],
"callSummaryField": [
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
},
{
"itemIDField": "sample string 1",
"callNumberField": "sample string 2",
"analyticZField": "sample string 3",
"heldAtLibrariesDisplayField": "sample string 4",
"PropertyChanged": null
}
],
"PropertyChanged": null
}
]
application/xml, text/xml
Sample:
<ArrayOfTitleInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Standard">
<TitleInfo>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 7</authorField>
<baseCallNumberField>sample string 6</baseCallNumberField>
<bibliographicInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</bibliographicInfoField>
<boundwithLinkInfoField>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
</boundwithLinkInfoField>
<callInfoField>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
</callInfoField>
<callSummaryField>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
</callSummaryField>
<catalogFormatIDField>sample string 3</catalogFormatIDField>
<catalogFormatTypeField>sample string 4</catalogFormatTypeField>
<copiesOnOrderField>21</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<datePublishedField>sample string 12</datePublishedField>
<extentField>sample string 15</extentField>
<iSBNField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</iSBNField>
<marcHoldingsInfoField>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
</marcHoldingsInfoField>
<materialTypeField>sample string 5</materialTypeField>
<netLibraryIDField>sample string 16</netLibraryIDField>
<numberOfBoundwithLinksField>25</numberOfBoundwithLinksField>
<numberOfBoundwithLinksFieldSpecified>true</numberOfBoundwithLinksFieldSpecified>
<numberOfCallNumbersField>17</numberOfCallNumbersField>
<numberOfCallNumbersFieldSpecified>true</numberOfCallNumbersFieldSpecified>
<numberOfTitleHoldsField>19</numberOfTitleHoldsField>
<numberOfTitleHoldsFieldSpecified>true</numberOfTitleHoldsFieldSpecified>
<oCLCControlNumberField>sample string 9</oCLCControlNumberField>
<outstandingCopiesOnOrderField>23</outstandingCopiesOnOrderField>
<outstandingCopiesOnOrderFieldSpecified>true</outstandingCopiesOnOrderFieldSpecified>
<publisherNameField>sample string 11</publisherNameField>
<sICIField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</sICIField>
<sisacIDField>sample string 10</sisacIDField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
<d4p1:string>sample string 3</d4p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
<d4p1:string>sample string 3</d4p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleControlNumberField>sample string 2</titleControlNumberField>
<titleField>sample string 8</titleField>
<titleIDField>1</titleIDField>
<titleOrderInfoField>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
</titleOrderInfoField>
<uPCField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</uPCField>
<yearOfPublicationField>13</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</TitleInfo>
<TitleInfo>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 7</authorField>
<baseCallNumberField>sample string 6</baseCallNumberField>
<bibliographicInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</bibliographicInfoField>
<boundwithLinkInfoField>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
</boundwithLinkInfoField>
<callInfoField>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
</callInfoField>
<callSummaryField>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
</callSummaryField>
<catalogFormatIDField>sample string 3</catalogFormatIDField>
<catalogFormatTypeField>sample string 4</catalogFormatTypeField>
<copiesOnOrderField>21</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<datePublishedField>sample string 12</datePublishedField>
<extentField>sample string 15</extentField>
<iSBNField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</iSBNField>
<marcHoldingsInfoField>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
</marcHoldingsInfoField>
<materialTypeField>sample string 5</materialTypeField>
<netLibraryIDField>sample string 16</netLibraryIDField>
<numberOfBoundwithLinksField>25</numberOfBoundwithLinksField>
<numberOfBoundwithLinksFieldSpecified>true</numberOfBoundwithLinksFieldSpecified>
<numberOfCallNumbersField>17</numberOfCallNumbersField>
<numberOfCallNumbersFieldSpecified>true</numberOfCallNumbersFieldSpecified>
<numberOfTitleHoldsField>19</numberOfTitleHoldsField>
<numberOfTitleHoldsFieldSpecified>true</numberOfTitleHoldsFieldSpecified>
<oCLCControlNumberField>sample string 9</oCLCControlNumberField>
<outstandingCopiesOnOrderField>23</outstandingCopiesOnOrderField>
<outstandingCopiesOnOrderFieldSpecified>true</outstandingCopiesOnOrderFieldSpecified>
<publisherNameField>sample string 11</publisherNameField>
<sICIField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</sICIField>
<sisacIDField>sample string 10</sisacIDField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
<d4p1:string>sample string 3</d4p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
<d4p1:string>sample string 3</d4p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleControlNumberField>sample string 2</titleControlNumberField>
<titleField>sample string 8</titleField>
<titleIDField>1</titleIDField>
<titleOrderInfoField>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
</titleOrderInfoField>
<uPCField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</uPCField>
<yearOfPublicationField>13</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</TitleInfo>
<TitleInfo>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 7</authorField>
<baseCallNumberField>sample string 6</baseCallNumberField>
<bibliographicInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</bibliographicInfoField>
<boundwithLinkInfoField>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
<BoundwithLinkInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<callNumberField>sample string 2</callNumberField>
<itemIDField>sample string 4</itemIDField>
<libraryIDField>sample string 3</libraryIDField>
<linkedAsParentField>true</linkedAsParentField>
<linkedTitleField>
<PropertyChanged xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<authorField>sample string 5</authorField>
<copiesOnOrderField>11</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<editionField>sample string 10</editionField>
<iSBNField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</iSBNField>
<line3Field>sample string 6</line3Field>
<line4Field>sample string 7</line4Field>
<materialTypeField>sample string 3</materialTypeField>
<messageField>sample string 15</messageField>
<oCLCControlNumberField>sample string 13</oCLCControlNumberField>
<sICIField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</sICIField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleField>sample string 4</titleField>
<titleIDField>1</titleIDField>
<titleIDFieldSpecified>true</titleIDFieldSpecified>
<uPCField xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>sample string 1</d6p1:string>
<d6p1:string>sample string 2</d6p1:string>
<d6p1:string>sample string 3</d6p1:string>
</uPCField>
<urlField>sample string 14</urlField>
<yearOfPublicationField>8</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</linkedTitleField>
</BoundwithLinkInfo>
</boundwithLinkInfoField>
<callInfoField>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
<CallInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<boundParentAuthorField>sample string 5</boundParentAuthorField>
<boundParentTitleField>sample string 6</boundParentTitleField>
<callNumberField>sample string 3</callNumberField>
<classificationIDField>sample string 2</classificationIDField>
<itemInfoField>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
<ItemInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<chargeableField>true</chargeableField>
<currentLocationIDField>sample string 3</currentLocationIDField>
<dueDateField>2026-03-09T06:06:17.2171854+00:00</dueDateField>
<dueDateFieldSpecified>true</dueDateFieldSpecified>
<fixedTimeBookingField>true</fixedTimeBookingField>
<fixedTimeBookingFieldSpecified>true</fixedTimeBookingFieldSpecified>
<homeLocationIDField>sample string 4</homeLocationIDField>
<itemCategoriesField xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>sample string 1</d7p1:string>
<d7p1:string>sample string 2</d7p1:string>
<d7p1:string>sample string 3</d7p1:string>
</itemCategoriesField>
<itemIDField>sample string 1</itemIDField>
<itemTypeIDField>sample string 2</itemTypeIDField>
<mediaDeskIDField>sample string 20</mediaDeskIDField>
<numberOfHoldsField>16</numberOfHoldsField>
<numberOfHoldsFieldSpecified>true</numberOfHoldsFieldSpecified>
<publicNoteField>sample string 23</publicNoteField>
<recallDueDateField>2026-03-09T06:06:17.2171854+00:00</recallDueDateField>
<recallDueDateFieldSpecified>true</recallDueDateFieldSpecified>
<reserveCirculationRuleField>sample string 19</reserveCirculationRuleField>
<reserveCollectionIDField>sample string 18</reserveCollectionIDField>
<reshelvingLocationIDField>sample string 9</reshelvingLocationIDField>
<staffNoteField>sample string 24</staffNoteField>
<transitDateField>2026-03-09T06:06:17.2171854+00:00</transitDateField>
<transitDateFieldSpecified>true</transitDateFieldSpecified>
<transitDestinationLibraryIDField>sample string 11</transitDestinationLibraryIDField>
<transitReasonField>sample string 12</transitReasonField>
<transitSourceLibraryIDField>sample string 10</transitSourceLibraryIDField>
</ItemInfo>
</itemInfoField>
<libraryIDField>sample string 1</libraryIDField>
<numberOfCopiesField>4</numberOfCopiesField>
</CallInfo>
</callInfoField>
<callSummaryField>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
<CallSummary>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<analyticZField>sample string 3</analyticZField>
<callNumberField>sample string 2</callNumberField>
<heldAtLibrariesDisplayField>sample string 4</heldAtLibrariesDisplayField>
<itemIDField>sample string 1</itemIDField>
</CallSummary>
</callSummaryField>
<catalogFormatIDField>sample string 3</catalogFormatIDField>
<catalogFormatTypeField>sample string 4</catalogFormatTypeField>
<copiesOnOrderField>21</copiesOnOrderField>
<copiesOnOrderFieldSpecified>true</copiesOnOrderFieldSpecified>
<datePublishedField>sample string 12</datePublishedField>
<extentField>sample string 15</extentField>
<iSBNField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</iSBNField>
<marcHoldingsInfoField>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
<MarcHoldingsInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<holdingLibraryIDField>sample string 1</holdingLibraryIDField>
<marcEntryInfoField>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
<MarcEntryInfo>
<PropertyChanged xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<alternateLabelField>sample string 2</alternateLabelField>
<entryIDField>sample string 3</entryIDField>
<entryTypeCodesField>sample string 7</entryTypeCodesField>
<indicatorsField>sample string 4</indicatorsField>
<labelField>sample string 1</labelField>
<relatedLookupHeadingTypeIDField>sample string 11</relatedLookupHeadingTypeIDField>
<relatedLookupIndexIDField>sample string 10</relatedLookupIndexIDField>
<relatedLookupTextField>sample string 9</relatedLookupTextField>
<textField>sample string 5</textField>
<unformattedTextField>sample string 6</unformattedTextField>
<urlField>sample string 8</urlField>
</MarcEntryInfo>
</marcEntryInfoField>
</MarcHoldingsInfo>
</marcHoldingsInfoField>
<materialTypeField>sample string 5</materialTypeField>
<netLibraryIDField>sample string 16</netLibraryIDField>
<numberOfBoundwithLinksField>25</numberOfBoundwithLinksField>
<numberOfBoundwithLinksFieldSpecified>true</numberOfBoundwithLinksFieldSpecified>
<numberOfCallNumbersField>17</numberOfCallNumbersField>
<numberOfCallNumbersFieldSpecified>true</numberOfCallNumbersFieldSpecified>
<numberOfTitleHoldsField>19</numberOfTitleHoldsField>
<numberOfTitleHoldsFieldSpecified>true</numberOfTitleHoldsFieldSpecified>
<oCLCControlNumberField>sample string 9</oCLCControlNumberField>
<outstandingCopiesOnOrderField>23</outstandingCopiesOnOrderField>
<outstandingCopiesOnOrderFieldSpecified>true</outstandingCopiesOnOrderFieldSpecified>
<publisherNameField>sample string 11</publisherNameField>
<sICIField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</sICIField>
<sisacIDField>sample string 10</sisacIDField>
<titleAvailabilityInfoField>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<bookableField>true</bookableField>
<holdableField>true</holdableField>
<libraryWithAvailableCopiesField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
<d4p1:string>sample string 3</d4p1:string>
</libraryWithAvailableCopiesField>
<libraryWithAvailableResvCopiesField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
<d4p1:string>sample string 3</d4p1:string>
</libraryWithAvailableResvCopiesField>
<locationOfFirstAvailableItemField>sample string 3</locationOfFirstAvailableItemField>
<totalCopiesAvailableField>1</totalCopiesAvailableField>
<totalResvCopiesAvailableField>2</totalResvCopiesAvailableField>
</titleAvailabilityInfoField>
<titleControlNumberField>sample string 2</titleControlNumberField>
<titleField>sample string 8</titleField>
<titleIDField>1</titleIDField>
<titleOrderInfoField>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
<TitleOrderInfo>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<copiesOrderedField>2</copiesOrderedField>
<orderDateReceivedField>2026-03-09T06:06:17.2171854+00:00</orderDateReceivedField>
<orderDateReceivedFieldSpecified>true</orderDateReceivedFieldSpecified>
<orderLibraryIDField>sample string 1</orderLibraryIDField>
<orderNoteField>sample string 4</orderNoteField>
<volumesOrderedField>sample string 3</volumesOrderedField>
</TitleOrderInfo>
</titleOrderInfoField>
<uPCField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</uPCField>
<yearOfPublicationField>13</yearOfPublicationField>
<yearOfPublicationFieldSpecified>true</yearOfPublicationFieldSpecified>
</TitleInfo>
</ArrayOfTitleInfo>