thesisUpdate Data Type

Namespace
(Default)
Schema
daisy_api.xsd
Properties
name data type type namespace min/max occurs constraints description
title string element 0/1    
title_en string element 0/1    
externalID string element 0/1    
startDate date element 0/1    
endDate date element 0/1    
aborted boolean element 1/1 required boolean  
unit serializableUnit element 0/1    
researchAreas researchAreas element 0/1    

Example

<thesisToBeUpdated>
  <title>...</title>
  <title_en>...</title_en>
  <externalID>...</externalID>
  <startDate>...</startDate>
  <endDate>...</endDate>
  <aborted>...</aborted>
  <unit>
    <id>...</id>
  </unit>
  <researchAreas>
    <researchArea>
      <id>...</id>
    </researchArea>
  </researchAreas>
</thesisToBeUpdated>