...
Create and Update should use the following schema.
Note |
---|
Aron to verify that this simpler, single namespace attribute works for create and update, and to replace with more full declaration if it does not |
Code Block |
---|
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <ns2:intakes-common xmlns:ns2="http://services.collectionspace.org/intake"> <entryNumber>EV2010.2</entryNumber> <depositor>Alfred L. Kroeber</depositor> ... </ns2:intakes-common> |
...
Code Block |
---|
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <ns2:intakes-_common xmlns:ns2="http://collectionspace.org/services/intake" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://collectionspace.org/services/intake http://services.collectionspace.org/intake/intakes_common.xsd"> ... <uri>/intakes/f0cf4c50-8f8a-4df0-869a</uri> <csid>f0cf4c50-8f8a-4df0-869a</csid> </ns2:intakes-common> |
...