<RibbonDiffXml> (RibbonDiffXml)

 

Applies To: Dynamics CRM 2015

The root element for all the elements that define custom ribbons.

Syntax

<RibbonDiffXml>
 <CustomActions />
 <Templates />
 <CommandDefinitions />
 <RuleDefinitions />
 <LocLabels />
</RibbonDiffXml>

Attributes and Elements

The following describes the attributes, child elements, and parent elements.

Attributes

This element has no attributes.

Child Elements

Element

Description

<CustomActions> (RibbonDiffXml)

Contains a collection of actions that can add, replace, or remove items from the ribbon.

<Templates> (RibbonDiffXml)

Contains a collection of ribbon templates.

<CommandDefinitions> (RibbonDiffXml)

Contains a collection of commands that can be referenced by ribbon controls.

<RuleDefinitions> (RibbonDiffXml)

Contains a collection of rule definitions.

<LocLabels> (RibbonDiffXml)

Contains a collection of LocLabel elements.

<RibbonNotSupported> (RibbonDiffXml)

An element included with the RibbbonDiffXml for an entity to indicate that the entity does not support the ribbon.

Parent Elements

Element

Description

ImportExportXml

The root element of the customizations.xml file. Parent element for application ribbons.

Entity

The root element for entity definitions. Parent element for entity ribbons.

<form> (FormXml)

The root element for a form. Parent element for form ribbons.

Element Information

XPath

/ImportExportXml/RibbonDiffXml |
/ImportExportXml/Entities/Entity/RibbonDiffXml |
/ImportExportXml/Entities/Entity/FormXml/forms/systemform/form/RibbonDiffXml

Schema Name

  • RibbonGlobalDiffXmlType

  • RibbonEntityDiffXmlType

Validation File

RibbonCore.xsd

Can be Empty

Yes

See Also

Ribbon XML reference
Customize commands and the ribbon

© 2016 Microsoft. All rights reserved. Copyright