|
| Namespace |
http://www.w3.org/2004/02/skos/core# |
|
Annotations
|
|
|
Diagram
|
|
|
Used by
|
| Elements |
Concept, OrganisationType/type, attachmentType, decision, language, limitAbstractProgramme, limitCredentialType, noteFormat, subject, topic, type |
| Complex Types |
AccreditationTypeRestrictionType, AccreditedEQFLevelRestrictionType, AccreditedThematicAreaRestrictionType, ContentEncodingRestrictionType, ContentTypeRestrictionType, CountryRestrictionType, JurisdictionRestrictionType, LanguageRestrictionType |
|
| 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>
|
|
|
|