--- title: "Data Mining Extensions (DMX) Syntax Conventions | Microsoft Docs" ms.date: 06/07/2018 ms.prod: sql ms.technology: analysis-services ms.custom: dmx ms.topic: conceptual ms.author: owend ms.reviewer: owend author: minewiskan --- # Data Mining Extensions (DMX) Syntax Conventions [!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.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.| |\