xmlns property

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:38

Description

Defines namespaces and prefixes, used in the file, e.g. <l:, <xp: etc.

Example

<GN4ShellConfiguration

  xmlns:bp="http://www.teradp.com/schemas/GN4/1/BindingPath"

  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

  mc:Ignorable="bp"

  xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

  xmlns:xp ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

  xmlns:cs="clr-namespace:TeraDP.GN4.Common.Search;assembly=Common"

  xmlns:c="clr-namespace:TeraDP.GN4.Common;assembly=Common"

  xmlns:gn4="urn:schemas-teradp-com:gn4tera"

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

Ted4_TabItems.xml

   xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

   xmlns:xp="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

   xmlns:edWinUI="http://www.teradp.com/schemas/GN4/1/EdWinUI"

   l:ShellUI.ZoneName="Main"

   xmlns:c="clr-namespace:TeraDP.GN4.Common;assembly=Common"

Fred4_TabItems.xml

   xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

   xmlns:xp="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 

   l:ShellUI.ZoneName="Main"

   xmlns:c="clr-namespace:TeraDP.GN4.Common;assembly=Common"

Shell4_TabItems.xml, EdAdmin4_TabItems.xml, Admin4_TabItems.xml

   xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

   xmlns:xp="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

   xmlns:c="clr-namespace:TeraDP.GN4.Common;assembly=Common"

gnpc_config.xml

  xmlns="http://www.teradp.com/schemas/GN4/1/GNPortalConfiguration.xsd"

  xmlns:xp ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

  xmlns:l="http://www.teradp.com/schemas/GN4/1/WinUI"

  xmlns:cs="clr-namespace:TeraDP.GN4.Common.Search;assembly=Common"

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

  xmlns:ve="http://www.teradp.com/schemas/GN4/1/ObjectValidationErrors.xsd"

  xmlns:gn4="urn:schemas-teradp-com:gn4tera"

fred4_config.xml

   xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

   xmlns:xp ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

   xmlns:cs="clr-namespace:TeraDP.GN4.Common.Search;assembly=Common"

   xmlns:c="clr-namespace:TeraDP.GN4.Common;assembly=Common" >

ted4_config.xml

  xmlns:bp="http://www.teradp.com/schemas/GN4/1/BindingPath"

  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

  mc:Ignorable="bp"

  xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

  xmlns:xp ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

  xmlns:cs="clr-namespace:TeraDP.GN4.Common.Search;assembly=Common"

  xmlns:c="clr-namespace:TeraDP.GN4.Common;assembly=Common"

  xmlns:gn4="urn:schemas-teradp-com:gn4tera"

  xmlns:ve="http://www.teradp.com/schemas/GN4/1/ObjectValidationErrors.xsd"

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

edadmin4_Config.xml

   xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

   xmlns:xp ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

   xmlns:cs="clr-namespace:TeraDP.GN4.Common.Search;assembly=Common"

   xmlns:c="clr-namespace:TeraDP.GN4.Common;assembly=Common" >

See also

xmlns