This commit is contained in:
Robert Bruckner 2018-03-23 17:48:34 -07:00 коммит произвёл GitHub
Родитель 4b21395277
Коммит a69230f1a9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -10,17 +10,17 @@ The CDM is undergoing a specification effort driven by Microsoft. The documents
# Repository Layout
There are two primary ways to consume the information in this repository:
There are two ways to consume the information in this repository:
1. [Entity Reference Index](schemaDocuments#directory-of-cdm-entities)
2. [Visual Entity Navigator](schemaDocuments/readme.md) for interactively exploring entities, entity extensions/inheritance, attributes, and relationships
# Versioning
Maintaining forward and backwards compatibility is a key goal of the CDM. Therefore, the CDM uses purely additive versioning, which means any revision of the CDM following a "1.0" release will not:
Maintaining forward and backward compatibility is a key goal of the CDM. Therefore, the CDM uses only additive versioning, which means any revision of the CDM following a "1.0" release will not:
* Introduce new mandatory attributes on existing entities, or change an optional attribute to be mandatory
* Rename existing attributes or existing entities
* Introduce new mandatory attributes on previously published entities, or change an optional attribute to be mandatory
* Rename previously published attributes or entities
* Remove previously defined attributes
# Contributing