Previous Next  

Element: ApplicationDescription

Document type

ApplicationDescription

Document XPath

/ApplicationDescription

Schema XPath

/ConfigRecord/Module/Applications/Application/ApplicationDescription

Description

The ApplicationDescription element is the root element of the ApplicationDescription document type.

When you create an ApplicationDescription document, you should start with the XML declaration:

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

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

<ApplicationDescription 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\Application.xsd">
 ...
</ApplicationDescription>
			

The ApplicationDescription 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 (Application.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.

You include the ApplicationDescription document into your module configuration using an xi:include statement in the Application element.

You can also include the ApplicationDescription element inline in the Application element.

Use

Required

Children

Extensions

MemorySize

Ports

Attributes

None

Restrictions

None




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