thesisRejection Data Type

Namespace
(Default)
Schema
daisy_api.xsd
Properties
name data type type namespace min/max occurs constraints description
rejected dateTime element 0/1    
examinerId long element 0/1    
message string element 0/1    
visibleToAuthors boolean element 1/1 required boolean  
thesisId long element 0/1    

Example

<thesisRejection>
  <rejected>...</rejected>
  <examinerId>...</examinerId>
  <message>...</message>
  <visibleToAuthors>...</visibleToAuthors>
  <thesisId>...</thesisId>
</thesisRejection>