From 0cb20f09d4d25bbb228a3058b20a818ed587da67 Mon Sep 17 00:00:00 2001
From: Bruno Nocera Zanette <brunonzanette@gmail.com>
Date: Mon, 16 Sep 2013 16:21:39 -0300
Subject: [PATCH] Change "membro" tag to "participante" (Structure Files)

For a matter of interpretation.

Signed-off-by: Bruno Nocera Zanette <brunonzanette@gmail.com>
---
 doc/user_section_json_structure.json | 2 +-
 doc/user_section_xml_structure.xml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/user_section_json_structure.json b/doc/user_section_json_structure.json
index 6a5c0af..f2e1fca 100644
--- a/doc/user_section_json_structure.json
+++ b/doc/user_section_json_structure.json
@@ -19,7 +19,7 @@
 					"nome": "xyz"
 				}
 			],
-			"membro": [
+			"participante": [
 				{
 					"cid": "xyz",
 					"nome": "xyz"
diff --git a/doc/user_section_xml_structure.xml b/doc/user_section_xml_structure.xml
index 98868cf..eeff4df 100644
--- a/doc/user_section_xml_structure.xml
+++ b/doc/user_section_xml_structure.xml
@@ -13,9 +13,9 @@
 			<dono>
 				<comunidade cid='' href=''>''</comunidade>
 			</dono>
-			<membro>
+			<participante>
 				<comunidade cid='' href=''>''</comunidade>
-			</membro>
+			</participante>
 		</comunidades>
 
 		<arquivos>
-- 
GitLab