From 3ba083ee0b0ff7e01caeb3bc7395377071e20fe6 Mon Sep 17 00:00:00 2001 From: Guillaume Denneulin Date: Fri, 31 Jan 2014 15:09:42 +0100 Subject: In structure XML files, implement component library files inclusion BZ: 168727 In the PFW structure file, it is not possible to include a component library from another XML file. Implement the possibility to import component from another XML file that would be included in a structure XML file and that would describe a component library. Change-Id: Id6125140de1c8e9882375d01199f695b929f45e2 Signed-off-by: Guillaume Denneulin --- Schemas/ComponentLibrary.xsd | 15 ++++++++++++++ Schemas/ComponentTypeSet.xsd | 39 ++++++++++++++++++++++++++++++++++++ Schemas/Parameter.xsd | 8 ++++++++ Schemas/Subsystem.xsd | 47 +++----------------------------------------- 4 files changed, 65 insertions(+), 44 deletions(-) create mode 100644 Schemas/ComponentLibrary.xsd create mode 100644 Schemas/ComponentTypeSet.xsd (limited to 'Schemas') diff --git a/Schemas/ComponentLibrary.xsd b/Schemas/ComponentLibrary.xsd new file mode 100644 index 0000000..09d2e27 --- /dev/null +++ b/Schemas/ComponentLibrary.xsd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/Schemas/ComponentTypeSet.xsd b/Schemas/ComponentTypeSet.xsd new file mode 100644 index 0000000..d00be00 --- /dev/null +++ b/Schemas/ComponentTypeSet.xsd @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Schemas/Parameter.xsd b/Schemas/Parameter.xsd index ad3d739..3b635fc 100644 --- a/Schemas/Parameter.xsd +++ b/Schemas/Parameter.xsd @@ -4,6 +4,14 @@ + + + + + + + + diff --git a/Schemas/Subsystem.xsd b/Schemas/Subsystem.xsd index aa2c35c..ab0fdf6 100644 --- a/Schemas/Subsystem.xsd +++ b/Schemas/Subsystem.xsd @@ -1,39 +1,10 @@ - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - + @@ -60,21 +31,9 @@ - - - - - - - - - - + -- cgit v1.1