name Element (Library Schema)

The <name> element specifies the name of this library. This element is required and has no attributes or child elements.

Syntax

<!-- name -->
<xs:element name="libraryDescription">
    <xs:complexType>
        <xs:all>
            <xs:element name="name" type="xs:string"/>
...
</libraryDescription>

Element Information

Parent Element Child Elements
libraryDescription Element (Library Schema)

 

Remarks

The name is the friendly library name that is displayed in Windows Explorer. The name can be specified in a <dllname>,<index> format, as in the following example.

<?xml version="1.0" encoding="UTF-8"?>
<libraryDescription xmlns="http://schemas.microsoft.com/windows/2009/library">
  <name>@shell32.dll,-34575</name>
...
</libraryDescription>

libraryDescription Element (Library Schema)

Search Connector Description Schema