<xs:simpleType name="SkillTypesEnumType">
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://data.europa.eu/snb/skill-type/knowledge">
<xs:annotation>
<xs:documentation>knowledge</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://data.europa.eu/snb/skill-type/skill">
<xs:annotation>
<xs:documentation>skill</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|