--- title: "Data Mining Extensions (DMX) Syntax Conventions | Microsoft Docs" ms.custom: "" ms.date: "03/02/2016" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "analysis-services" - "analysis-services/data-mining" ms.tgt_pltfrm: "" ms.topic: "language-reference" dev_langs: - "DMX" helpviewer_keywords: - "Data Mining Extensions [Analysis Services], syntax conventions" - "syntax [DMX]" - "DMX [Analysis Services], syntax conventions" ms.assetid: 7a885df3-9500-4793-9307-90a7d617f486 caps.latest.revision: 13 author: "Minewiskan" ms.author: "owend" manager: "erikre" --- # Data Mining Extensions (DMX) Syntax Conventions [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx_md](../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] The Data Mining Extensions (DMX) reference documentation in [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] uses the following conventions to describe the DMX language. |Convention|Usage| |----------------|-----------| |**bold**|DMX keywords and text that must be typed exactly as shown.| |*italic*|User-supplied arguments of DMX syntax.| || (vertical bar)|Used to separate syntax items within brackets or braces. You can choose only one of the items.| |`[ ]` (brackets)|Contain optional syntax items. Do not type the brackets.| |{ } (braces)|Contain required syntax items. Do not type the braces.| |, ...|Indicates that the item before the comma can be repeated any number of times. The items are separated by commas.| |\