From b76b6e6212784d622ca79bd258fa3e529b353346 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 28 Sep 2018 14:19:50 +0200 Subject: add first code for eID4U --- .../schema/eid4u/external/Organisation.xsd | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Organisation.xsd (limited to 'id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Organisation.xsd') diff --git a/id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Organisation.xsd b/id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Organisation.xsd new file mode 100644 index 000000000..97749425e --- /dev/null +++ b/id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Organisation.xsd @@ -0,0 +1,129 @@ + + + + + + + + The NACE namespace defines a list of business sectors codes, which are used to describe the information of a work experience. + + + + + + + + + + + + Defines an abstract organisation type. An organisation is generally described by a name and an address. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an organisation providing employment by extending the abstract organisation type to include information about the business sector the company belongs to. + + + + + + + + + + + + + + + + Defines a business sector. The business sector is described by a code and a label. E.g. code: P, label: Education. + + + + + + + + + The business sector code type is define in the imported schema of NACE. + + + + + + + + + + -- cgit v1.2.3