From 9e6411abe45fd2768d8a89a727921209f8105d3b Mon Sep 17 00:00:00 2001 From: Georg Dangl Date: Mon, 17 Oct 2016 10:37:41 +0200 Subject: [PATCH 1/3] Add support for TopicArea in extensions and markup schema --- Extension Schemas/extensions.xsd | 10 +++++++++- Schemas/markup.xsd | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Extension Schemas/extensions.xsd b/Extension Schemas/extensions.xsd index e2aeaebd..ea82e171 100644 --- a/Extension Schemas/extensions.xsd +++ b/Extension Schemas/extensions.xsd @@ -56,7 +56,15 @@ - + + + + + + + + + diff --git a/Schemas/markup.xsd b/Schemas/markup.xsd index 50be7a33..2a732070 100644 --- a/Schemas/markup.xsd +++ b/Schemas/markup.xsd @@ -70,6 +70,7 @@ + From 861ac68ddcf88dcdc38458214befe29b4f84a3d4 Mon Sep 17 00:00:00 2001 From: Georg Dangl Date: Mon, 17 Oct 2016 10:39:19 +0200 Subject: [PATCH 2/3] Add TopicArea description to README --- Documentation/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/README.md b/Documentation/README.md index 07cd0b58..04d2c954 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -120,6 +120,7 @@ ModifiedDate | Yes | Date when the topic was last modified. Exists only when Top ModifiedAuthor | Yes | User who modified the topic. Exists only when Topic has been modified after creation. DueDate | Yes | Date until when the topics issue needs to be resolved. AssignedTo | Yes | The user to whom this topic is assigned to. +Area | Yes | The area this topic is referencing (Predefined list in “extension.xsd”). Description | Yes | Description of the topic. From da0916c3ffd08f4d4b31328e167bfe4b1d3e7c78 Mon Sep 17 00:00:00 2001 From: Georg Dangl Date: Mon, 17 Oct 2016 10:41:47 +0200 Subject: [PATCH 3/3] Change property name "Area" to "TopicArea" to be consistent with other values from extensions --- Documentation/README.md | 2 +- Schemas/markup.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 04d2c954..0481bc2d 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -120,7 +120,7 @@ ModifiedDate | Yes | Date when the topic was last modified. Exists only when Top ModifiedAuthor | Yes | User who modified the topic. Exists only when Topic has been modified after creation. DueDate | Yes | Date until when the topics issue needs to be resolved. AssignedTo | Yes | The user to whom this topic is assigned to. -Area | Yes | The area this topic is referencing (Predefined list in “extension.xsd”). +TopicArea | Yes | The area this topic is referencing (Predefined list in “extension.xsd”). Description | Yes | Description of the topic. diff --git a/Schemas/markup.xsd b/Schemas/markup.xsd index 2a732070..2693e163 100644 --- a/Schemas/markup.xsd +++ b/Schemas/markup.xsd @@ -70,7 +70,7 @@ - +