Previous Next  

Element: ConfigRecord

Document type

ConfigRecord

Document XPath

/ConfigRecord

Schema XPath

/ConfigRecord

Description

The ConfigRecord element is the root element of the ConfigRecord document created by the build tools. This element includes, by reference, the Module configuration document that contains the configuration information created by the system coordinator. It also includes elements containing information generated by the tools.

If you do not use the build tools to create this file, and either write it by hand or substitute your own build tools, you should start with the XML declaration:

<?xml version="1.0" encoding="UTF-8"?>
			

Following the XML declaration, create the ConfigRecord root element.:

<ConfigRecord 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 ..\cleanschemas\ConfigRecord.xsd">
 ...
</ConfigRecord>
			

The ConfigRecord element must include the required XML attributes that identify the schema and namespace for the document. The first three attributes are standard and should be entered exactly as shown. The xsi:schemaLocation attribute associates the namespace (http://www.windriver.com/vxWorks653/ConfigRecord) with the schema file (ConfigRecord.xsd). You should provide the correct path to your copy of the schema. The location of the schema files in the installation 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.

Use

Required

Children

Module

WR_DD_Extensions

WR_MMU_Extensions

xi:include

Attributes

None

Restrictions



Generated on 2007-10-15 17:17:22.