<?xml version="1.0" encoding="UTF-8"?>
-<!-- edited with XMLSpy v2015 rel. 4 (http://www.altova.com) by USER1 (EDF-DSP) -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:atmos="http://chercheurs.edf.com/logiciels/atmos" targetNamespace="http://chercheurs.edf.com/logiciels/atmos" elementFormDefault="qualified" attributeFormDefault="qualified">
<simpleType name="T_Wind_Speed">
<restriction base="int"/>
</simpleType>
<simpleType name="T_Speed_Unit">
- <restriction base="string"/>
+ <restriction base="string">
+ <enumeration value="feet"/>
+ <enumeration value="meters"/>
+ </restriction>
</simpleType>
<simpleType name="T_Bloc_Wind_Speed">
<restriction base="int"/>
</simpleType>
- <simpleType name="T_Bloc_Speed_Unit">
- <restriction base="string"/>
- </simpleType>
<simpleType name="T_Value">
<restriction base="int"/>
</simpleType>