Home | History | Annotate | Download | only in PFConfig
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <SystemClass Name="Test" xmlns:xi="http://www.w3.org/2001/XInclude">
      3     <Subsystem Name="test" Type="Virtual">
      4         <ComponentLibrary>
      5             <!-- Test xi:include feature.
      6                  FIXME: this should be done in the functional tests,
      7                         not in the xml generation test. -->
      8             <xi:include href="includeStructure.xml"/>
      9         </ComponentLibrary>
     10         <InstanceDefinition>
     11 
     12             <Component Name="included" Type="Included"/>
     13             <ParameterBlock Name="inline">
     14                 <BooleanParameter Name="bool"/>
     15             </ParameterBlock>
     16 
     17             <ParameterBlock Name="block" ArrayLength="5">
     18                 <FixedPointParameter Name="q2.5" Size="8" Integral="2" Fractional="5"/>
     19                 <IntegerParameter Name="uint8" Signed="false" Size="8"/>
     20                 <StringParameter Name="string" MaxLength="50"/>
     21             </ParameterBlock>
     22 
     23         </InstanceDefinition>
     24     </Subsystem>
     25 </SystemClass>
     26