aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Experience.xsd
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-02 14:45:08 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-02 14:45:08 +0200
commit52f37f0f24af08aced6e4bdb94821e22ba391cae (patch)
treea1a8f55f3d0c75bc343717e236e91e167eb3f9c8 /id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Experience.xsd
parent833533bd77ac8fb423aae4c72ed9dbc0b43c6d72 (diff)
downloadmoa-id-spss-52f37f0f24af08aced6e4bdb94821e22ba391cae.tar.gz
moa-id-spss-52f37f0f24af08aced6e4bdb94821e22ba391cae.tar.bz2
moa-id-spss-52f37f0f24af08aced6e4bdb94821e22ba391cae.zip
move eID4U module into eID4U git repo
Diffstat (limited to 'id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Experience.xsd')
-rw-r--r--id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Experience.xsd75
1 files changed, 0 insertions, 75 deletions
diff --git a/id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Experience.xsd b/id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Experience.xsd
deleted file mode 100644
index 04cb53102..000000000
--- a/id/server/modules/eID4UExtensions/src/main/resources/schema/eid4u/external/Experience.xsd
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns="http://europass.cedefop.europa.eu/Europass"
- targetNamespace="http://europass.cedefop.europa.eu/Europass"
- elementFormDefault="qualified">
-
- <!--
- /*
- * Copyright European Union 2002-2014
- *
- *
- * Licensed under the EUPL, Version 1.1 or – as soon they
- * will be approved by the European Commission - subsequent
- * versions of the EUPL (the "Licence");
- * You may not use this work except in compliance with the
- * Licence.
- * You may obtain a copy of the Licence at:
- *
- * http://ec.europa.eu/idabc/eupl.html
- *
- *
- * Unless required by applicable law or agreed to in
- * writing, software distributed under the Licence is
- * distributed on an "AS IS" basis,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied.
- * See the Licence for the specific language governing
- * permissions and limitations under the Licence.
- *
- */
- -->
- <xsd:include schemaLocation="classpath:/schema/eid4u/external/CommonTypes.xsd"/>
-
- <xsd:include schemaLocation="classpath:/schema/eid4u/external/Documentation.xsd"/>
-
- <xsd:complexType name="ExperienceType">
- <xsd:annotation>
- <xsd:documentation xml:lang="en">
- Defines the information describing an Experience. An Experience contains information about the period the experience took place and a free text description of the experience.
- </xsd:documentation>
- </xsd:annotation>
- <xsd:complexContent>
- <xsd:restriction base="xsd:anyType">
- <xsd:sequence>
- <xsd:element name="Period" type="PeriodType" minOccurs="0"/>
- <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
- <xsd:element name="Documentation" minOccurs="0" type="IntraDocumentDocumentationType"/>
- </xsd:sequence>
- </xsd:restriction>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:complexType name="AbstractExperienceListType">
- <xsd:annotation>
- <xsd:documentation xml:lang="en">
- Defines a list of Experiences.
- </xsd:documentation>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="Experience" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded"/>
- </xsd:sequence>
- </xsd:complexType>
-
- <xsd:complexType name="ExperienceListType">
- <xsd:annotation>
- <xsd:documentation xml:lang="en">
- Defines a list of Experiences.
- </xsd:documentation>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="Experience" type="ExperienceType" minOccurs="0" maxOccurs="unbounded"/>
- </xsd:sequence>
- </xsd:complexType>
-</xsd:schema>