configurationengine/source/cone/validation/tests/testdata/schema/implml/valid/nested_containers.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     <tag name="target" value="foo"/>
       
     4     
       
     5     <container condition="${Foo.Bar}">
       
     6         <phase name="pre"/>
       
     7         
       
     8         <dummy1 xmlns="http://www.dummy.com/dummy1">
       
     9             <myElem>jee</myElem>
       
    10         </dummy1>
       
    11         
       
    12         <dummy2 xmlns="http://www.dummy.com/dummy2">
       
    13             <someElem>nested dummy 2</someElem>
       
    14         </dummy2>
       
    15     </container>
       
    16     
       
    17     <container condition="${Foo.Bar2}" value="test">
       
    18         <phase name="normal"/>
       
    19         
       
    20         <dummy1 xmlns="http://www.dummy.com/dummy1">
       
    21             <myElem>jee</myElem>
       
    22         </dummy1>
       
    23         
       
    24         <container>
       
    25             <outputSubDir value="foosub"/>
       
    26             
       
    27             <dummy1 xmlns="http://www.dummy.com/dummy1">
       
    28                 <myElem>still more nesting</myElem>
       
    29             </dummy1>
       
    30         </container>
       
    31     </container>
       
    32     
       
    33     <dummy2 xmlns="http://www.dummy.com/dummy2">
       
    34         <someElem>jee</someElem>
       
    35     </dummy2>
       
    36 </container>