Skip to content

Commit 298c382

Browse files
Mike HasslermaggiesMSFT
andauthored
Update docs/reporting-services/reports/find-the-report-definition-schema-version-ssrs.md
suggestion committed Co-Authored-By: Maggie Sparkman <maggies@microsoft.com>
1 parent 72e25b8 commit 298c382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reporting-services/reports/find-the-report-definition-schema-version-ssrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A report definition file specifies the RDL namespace for the version of the repo
6262

6363
The .xsd file opens in the browser.
6464

65-
The XML schema element specifies the schema namespace. For example, the following schema element specifies three namespaces: the targetNamespace reference that is used internally by [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)], the xsd reference for the schema itself (xsd), and the report definition reference.
65+
The XML schema element specifies the schema namespace. For example, the following schema element specifies three namespaces: the targetNamespace reference that is used internally by [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)], the xsd reference for the schema itself (xsd), and the report definition reference. *Year* represents the year of the schema the report is using. For example, 2010 or 2016.
6666

6767
``` XML
6868
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/sqlserver/reporting/*year*/01/reportdefinition" targetNamespace="http://schemas.microsoft.com/sqlserver/reporting/*year*/01/reportdefinition" elementFormDefault="qualified">

0 commit comments

Comments
 (0)