This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I need help about the project_import.xsd

Hi;

I want to creat a project by using  UV4 MyProject.uvprojx –i keil.xml,

Then i make a xml file.

<?xml version="1.0"?>

<Project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="project_import.xsd">
  <Device>em357</Device>
  <IncludePath>E:\NUC472_442\SampleCode</IncludePath>
  <Groups>
    <Group>
      <GroupName>bcca</GroupName>
      <Files>
        <FileName>bcca_sdk</FileName>
        <FileType>.c</FileType>
        <FilePath>E:\NUC472_442\file</FilePath>
      </Files>
    </Group>
    <Group>
      <GroupName>emlib</GroupName>
    </Group>
  </Groups>
</Project>
, and i execute the command, but the xml file don't work,  i don't know why?  I don't know the xml knowlege much.

Best regards

peng