fil Data Type

Namespace
(Default)
Schema
daisy_api.xsd
Properties
name data type type namespace min/max occurs constraints description
size long element 1/1 required long  
contentType string element 0/1    
created dateTime element 0/1    
accessType fileAccessType element 0/1    
createdByPersonId int element 1/1 required int  
id int element 0/1    
name string element 0/1    

Example

<fil>
  <size>...</size>
  <contentType>...</contentType>
  <created>...</created>
  <accessType>...</accessType>
  <createdByPersonId>...</createdByPersonId>
  <id>...</id>
  <name>...</name>
</fil>