From d912f2751cb437eb216011f6ab632045108318d4 Mon Sep 17 00:00:00 2001 From: Sid Lama <100961951+v-sidlama@users.noreply.github.com> Date: Thu, 26 May 2022 09:30:17 -0600 Subject: [PATCH] [BrokenLinksH2] Fixed the link path Deactivated the Example link --- .../ef6/modeling/designer/advanced/edmx/msl-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md b/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md index 5fc4a72691..add03788e5 100644 --- a/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md +++ b/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md @@ -977,7 +977,7 @@ The following example is based on the School model and shows the **InsertFunctio The **Mapping** element in mapping specification language (MSL) contains information for mapping objects that are defined in a conceptual model to a database (as described in a storage model). For more information, see CSDL Specification and SSDL Specification. -The **Mapping** element is the root element for a mapping specification. The XML namespace for mapping specifications is https://schemas.microsoft.com/ado/2009/11/mapping/cs. +The **Mapping** element is the root element for a mapping specification. The XML namespace for mapping specifications is `https://schemas.microsoft.com/ado/2009/11/mapping/cs`. The mapping element can have the following child elements (in the order listed):