![]() |
![]() |
![]() |
Ace
/Ace
The Ace element is the root element of an Ace document that defines the name and memory black box size of the ACE component.
When you create an Ace document, you should start with the XML declaration:
<?xml version="1.0" encoding="UTF-8"?>
Following the XML declaration, create the Ace root element:
<Ace xmlns="http://www.windriver.com/vxWorks653/ConfigRecord" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.windriver.com/vxWorks653/ConfigRecord ../cleanschema/CoreOS.xsd" > </Ace>
The Ace element must include the required XML attributes that identify the schema and namespace for the document. In this case, the part of the VxWorks 653 Configuration Schema schema that defines a Ace document is CoreOS.xsd.
The xmlns attributes are standard and should be entered exactly as shown (unless you wish to change the namespace prefixes used in the document). The xsi:schemaLocation attribute associates the namespace (http://www.windriver.com/vxWorks653/ConfigRecord) with the schema file (CoreOS.xsd). You should provide the correct path to your copy of the schema. The location of the schema files in the install is installDir/vxworks653-2.2/target/config/xml/cleanschema.
If you use a schema-aware XML editor to create your files, it will probably create these attributes for you.
You may create your Ace document as a separate file and include it in your Module document by reference using a XInclude xi:include element. Alternatively, you may include the Ace element inline in the Module element of your Module document.
Required
To support ACE, the CoreOSDescription document for the core OS must specify the size of the aceMemoryRegion as 0x00050000.
The name of the project for ACE. This must match the name of the project used to build ACE, that is, the name passed to the prjCreate command that creates the ACE project.
Required
None
String
N/A
None
None
Generated on 2007-10-15 17:17:22.