configurationengine/source/cone/validation/tests/testdata/schema/implml/invalid/temp_variable_sequence_without_ref.implml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3     <tempVariableSequence>
       
     4         <tempVariable ref="Sub1" type="int"/>
       
     5         <tempVariable ref="Sub2"/>
       
     6     </tempVariableSequence>
       
     7 </container>