]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Mise en conformité du .xsd avec le catalogue
authorEric Fayolle <eric.fayolle@edf.fr>
Tue, 15 May 2018 12:56:11 +0000 (14:56 +0200)
committerEric Fayolle <eric.fayolle@edf.fr>
Tue, 15 May 2018 12:56:11 +0000 (14:56 +0200)
Atmo/modele_subst.xsd

index b5955aac01d92edd83ca429f62052391c745c699..01841afbc96f843030aff7c72f70176e7506ba2c 100755 (executable)
@@ -1,18 +1,17 @@
 <?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>