unit Data Type

Namespace
(Default)
Schema
daisy_api.xsd
Subtypes
department, educationalInstitution
Properties
name data type type namespace min/max occurs constraints description
name_en string element 0/1    
id int element 0/1    
designation string element 0/1    
closed boolean element 1/1 required boolean  
name string element 0/1    
units list of unit element 0/unbounded    

Example

<unit>
  <name_en>...</name_en>
  <id>...</id>
  <designation>...</designation>
  <closed>...</closed>
  <name>...</name>
  <units/>
</unit>