|
| Namespace |
http://www.w3.org/2004/02/skos/core# |
|
Annotations
|
|
|
Diagram
|
|
|
Used by
|
| Elements |
Concept, LearningAchievementSpecificationType/type, OrganisationType/type, attachmentType, decision, educationLevel, educationSubject, language, limitNationalOccupation, limitOccupation, noteFormat, qualificationCode, relatedESCOSkill, relatedSkill, subject, type |
| Complex Types |
AccreditationStatusRestrictionType, AccreditationTypeRestrictionType, AccreditedEQFLevelRestrictionType, AccreditedThematicAreaRestrictionType, ContentEncodingRestrictionType, ContentTypeRestrictionType, CountryRestrictionType, CreditPointFrameworkRestrictionType, CurrencyRestrictionType, EQFLevelRestrictionType, ISCED-FCodeRestrictionType, JurisdictionRestrictionType, LanguageRestrictionType, LearningActivityTypesRestrictionType, LearningAssessmentTypesRestrictionType, LearningEntitlementStatusesRestrictionType, LearningEntitlementTypesRestrictionType, LearningOpportunityTypesRestrictionType, LearningOutcomeTypesRestrictionType, LearningScheduleTypesRestrictionType, LearningSettingTypesRestrictionType, ModesOfLearningandAssessmentRestrictionType, NQFLevelRestrictionType, ReusabilityLevelsRestrictionType, SubjectRestrictionType, TargetGroupsRestrictionType |
|
| Model
|
|
| Children |
altLabel, inScheme, notation, prefLabel |
|
Attributes
|
| QName |
Type |
Use |
|
| uri |
xs:anyURI |
required |
|
|
|
Source
|
<xs:complexType name="ConceptType">
<xs:annotation>
<xs:documentation>A concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="prefLabel"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="altLabel"/>
<xs:element minOccurs="0" ref="notation"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="inScheme"/>
</xs:sequence>
<xs:attribute name="uri" type="xs:anyURI" use="required"/>
</xs:complexType>
|
|
|
|