Home | History | Annotate | Download | only in testVector
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ConfigurableDomain Name="Fourth" SequenceAware="false">
      3     <Configurations>
      4         <Configuration Name="default">
      5             <CompoundRule Type="All">
      6             </CompoundRule>
      7         </Configuration>
      8     </Configurations>
      9 
     10     <ConfigurableElements>
     11         <ConfigurableElement Path="/Test/test/block/4"/>
     12     </ConfigurableElements>
     13 
     14     <Settings>
     15         <Configuration Name="default">
     16             <ConfigurableElement Path="/Test/test/block/4">
     17                 <ParameterBlock Name="4">
     18                     <FixedPointParameter Name="q2.5">1.23</FixedPointParameter>
     19                     <IntegerParameter Name="uint8">200</IntegerParameter>
     20                     <StringParameter Name="string">blah</StringParameter>
     21                 </ParameterBlock>
     22             </ConfigurableElement>
     23         </Configuration>
     24     </Settings>
     25 </ConfigurableDomain>
     26