educationalInstitution Data Type

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

Example

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