Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Imported schema skos.xsd
Namespace http://www.w3.org/2004/02/skos/core#
Properties
attribute form default unqualified
element form default qualified
Element notation
Namespace http://www.w3.org/2004/02/skos/core#
Diagram
Diagramskos_xsd.tmp#NotationType_typeskos_xsd.tmp#NotationType
Type NotationType
Properties
content complex
Used by
Attributes
QName Type Use
type xs:anyURI optional
Source
<xs:element name="notation" type="NotationType"/>
Element prefLabel
Namespace http://www.w3.org/2004/02/skos/core#
Diagram
Diagramrdf_xsd.tmp#LangStringType_languagerdf_xsd.tmp#LangStringType
Type LangStringType
Properties
content complex
Used by
Attributes
QName Type Use Annotation
language xs:normalizedString required
The language used in the text
Source
<xs:element name="prefLabel" type="rdf:LangStringType"/>
Element altLabel
Namespace http://www.w3.org/2004/02/skos/core#
Diagram
Diagramrdf_xsd.tmp#LangStringType_languagerdf_xsd.tmp#LangStringType
Type LangStringType
Properties
content complex
Used by
Attributes
QName Type Use Annotation
language xs:normalizedString required
The language used in the text
Source
<xs:element name="altLabel" type="rdf:LangStringType"/>
Element inScheme
Namespace http://www.w3.org/2004/02/skos/core#
Diagram
Diagram
Type xs:anyURI
Properties
content simple
Used by
Complex Type ConceptType
Source
<xs:element name="inScheme" type="xs:anyURI"/>
Element Concept
Namespace http://www.w3.org/2004/02/skos/core#
Diagram
Diagramskos_xsd.tmp#ConceptType_uriskos_xsd.tmp#prefLabelskos_xsd.tmp#altLabelskos_xsd.tmp#notationskos_xsd.tmp#inSchemeskos_xsd.tmp#ConceptType
Type ConceptType
Properties
content complex
Model
Children altLabel, inScheme, notation, prefLabel
Instance
<Concept uri="" xmlns="http://www.w3.org/2004/02/skos/core#">
  <prefLabel language="">{0,unbounded}</prefLabel>
  <altLabel language="">{0,unbounded}</altLabel>
  <notation type="">{0,1}</notation>
  <inScheme>{0,unbounded}</inScheme>
</Concept>
Attributes
QName Type Use
uri xs:anyURI required
Source
<xs:element name="Concept" type="ConceptType"/>
Element definition
Namespace http://www.w3.org/2004/02/skos/core#
Diagram
Diagramrdf_xsd.tmp#LangStringType_languagerdf_xsd.tmp#LangStringType
Type LangStringType
Properties
content complex
Attributes
QName Type Use Annotation
language xs:normalizedString required
The language used in the text
Source
<xs:element name="definition" type="rdf:LangStringType"/>
Complex Type NotationType
Namespace http://www.w3.org/2004/02/skos/core#
Annotations
Diagram
Diagramskos_xsd.tmp#NotationType_type
Type extension of xs:string
Used by
Element notation
Attributes
QName Type Use
type xs:anyURI optional
Source
<xs:complexType name="NotationType">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="xs:anyURI"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ConceptType
Namespace http://www.w3.org/2004/02/skos/core#
Annotations
A concept.
Diagram
Diagramskos_xsd.tmp#ConceptType_uriskos_xsd.tmp#prefLabelskos_xsd.tmp#altLabelskos_xsd.tmp#notationskos_xsd.tmp#inScheme
Used by
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>
Attribute NotationType / @type
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Complex Type NotationType
Source
<xs:attribute name="type" type="xs:anyURI"/>
Attribute ConceptType / @uri
Namespace No namespace
Type xs:anyURI
Properties
use required
Used by
Complex Type ConceptType
Source
<xs:attribute name="uri" type="xs:anyURI" use="required"/>