This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <xs:schema id="Invoice" | |
| elementFormDefault="qualified" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
| <xs:include schemaLocation="BaseTypes.xsd" /> | |
| <xs:include schemaLocation="Account.xsd" /> | |
| <xs:include schemaLocation="Attachment.xsd" /> | |
| <xs:include schemaLocation="Contact.xsd" /> | |
| <xs:include schemaLocation="CurrencyCode.xsd" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .bar { | |
| fill: steelblue; | |
| } | |
| .bar:hover { | |
| fill: brown; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/php | |
| <?php | |
| ################################################################################### | |
| # Application Open Collections Unstructured Full Text Downloader | |
| # Organization The University of British Columbia | |
| # Author Stefan Khan-Kernahan | |
| # Modifier Sean McNamara | |
| # Project UBC Library Open Collections | |
| # | |
| # Purpose The following script allows you to download unstructured / flat full text from Open Collections |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "from": 0, | |
| "size": 0, | |
| "body": { | |
| "query": { | |
| "filtered": { | |
| "query": { | |
| "query_string": { | |
| "default_operator": "AND", | |
| "query": "*" |