complexType ThesaurusTerm
diagram iso25964-1_v1.4_p80.png
namespace http://iso25964.org/
properties
abstract true
children iso25964:lexicalValue iso25964:identifier iso25964:created iso25964:modified source iso25964:status iso25964:Definition iso25964:HistoryNote iso25964:EditorialNote iso25964:CustomTermAttribute
used by
element ISO25964Interchange/SplitNonPreferredTerm
complexTypes PreferredTerm SimpleNonPreferredTerm SplitNonPreferredTerm
annotation
documentation
The wording of the term.

The identifier and date attributes of ThesaurusTerm are essential for the provision of a good updating service because if the spelling of a term changes, a constant Term identifier facilitates continuity during successive updates. The use of a concept identifier is strongly recommended to promote interoperability among networked search applications.
source <xsd:complexType name="ThesaurusTerm" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The wording of the term.

The identifier and date attributes of ThesaurusTerm are essential for the provision of a good updating service because if the spelling of a term changes, a constant Term identifier facilitates continuity during successive updates. The use of a concept identifier is strongly recommended to promote interoperability among networked search applications.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element ref="iso25964:lexicalValue" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="identifier" type="iso25964:Identifier" minOccurs="1" maxOccurs="1"/>
   
<xsd:element ref="iso25964:created" minOccurs="0" maxOccurs="1"/>
   
<xsd:element ref="iso25964:modified" minOccurs="0" maxOccurs="1"/>
   
<xsd:element ref="dc:source" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Notes the reference work or individual who contributed the term in question</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="status" type="xsd:string" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">This is an optional attribute of ThesaurusConcept and ThesaurusTerm, which records whether they are, for example, approved, candidates, superseded or deprecated (see 13.6.2).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Definition" type="iso25964:Definition" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">A note giving definitions of a term, not necessarily limited to the scope of the concept labelled by the term in this thesaurus</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="HistoryNote" type="iso25964:HistoryNote" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">A note recording changes to this term within this thesaurus</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="EditorialNote" type="iso25964:EditorialNote" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">A note for use by the thesaurus editors during the editing process</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CustomTermAttribute" type="iso25964:CustomTermAttribute" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The model includes classes CustomConceptAttribute and CustomTermAttribute for custom attributes of concepts and terms. These enable recording of custom information about concepts and terms.
These are included as separate classes rather than as normal attributes so that the administrator of the thesaurus management system can specify the values of custom attributes that can be assigned. The classes have an attribute customAttributeType, allowing the administrator to specify which type of attribute is being used. Values of customAttributeType should normally be taken from a controlled list.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element ThesaurusTerm/identifier
diagram iso25964-1_v1.4_p81.png
namespace http://iso25964.org/
type iso25964:Identifier
properties
isRef 0
content simple
source <xsd:element name="identifier" type="iso25964:Identifier" minOccurs="1" maxOccurs="1"/>

element ThesaurusTerm/status
diagram iso25964-1_v1.4_p82.png
namespace http://iso25964.org/
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
This is an optional attribute of ThesaurusConcept and ThesaurusTerm, which records whether they are, for example, approved, candidates, superseded or deprecated (see 13.6.2).
source <xsd:element name="status" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">This is an optional attribute of ThesaurusConcept and ThesaurusTerm, which records whether they are, for example, approved, candidates, superseded or deprecated (see 13.6.2).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusTerm/Definition
diagram iso25964-1_v1.4_p83.png
namespace http://iso25964.org/
type iso25964:Definition
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:created iso25964:modified iso25964:identifier iso25964:refersTo source
annotation
documentation
A note giving definitions of a term, not necessarily limited to the scope of the concept labelled by the term in this thesaurus
source <xsd:element name="Definition" type="iso25964:Definition" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">A note giving definitions of a term, not necessarily limited to the scope of the concept labelled by the term in this thesaurus</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusTerm/HistoryNote
diagram iso25964-1_v1.4_p84.png
namespace http://iso25964.org/
type iso25964:HistoryNote
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:created iso25964:modified iso25964:identifier iso25964:refersTo
annotation
documentation
A note recording changes to this term within this thesaurus
source <xsd:element name="HistoryNote" type="iso25964:HistoryNote" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">A note recording changes to this term within this thesaurus</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusTerm/EditorialNote
diagram iso25964-1_v1.4_p85.png
namespace http://iso25964.org/
type iso25964:EditorialNote
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:created iso25964:modified iso25964:identifier iso25964:refersTo
annotation
documentation
A note for use by the thesaurus editors during the editing process
source <xsd:element name="EditorialNote" type="iso25964:EditorialNote" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">A note for use by the thesaurus editors during the editing process</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusTerm/CustomTermAttribute
diagram iso25964-1_v1.4_p86.png
namespace http://iso25964.org/
type iso25964:CustomTermAttribute
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:customAttributeType
annotation
documentation
The model includes classes CustomConceptAttribute and CustomTermAttribute for custom attributes of concepts and terms. These enable recording of custom information about concepts and terms.
These are included as separate classes rather than as normal attributes so that the administrator of the thesaurus management system can specify the values of custom attributes that can be assigned. The classes have an attribute customAttributeType, allowing the administrator to specify which type of attribute is being used. Values of customAttributeType should normally be taken from a controlled list.
source <xsd:element name="CustomTermAttribute" type="iso25964:CustomTermAttribute" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The model includes classes CustomConceptAttribute and CustomTermAttribute for custom attributes of concepts and terms. These enable recording of custom information about concepts and terms.
These are included as separate classes rather than as normal attributes so that the administrator of the thesaurus management system can specify the values of custom attributes that can be assigned. The classes have an attribute customAttributeType, allowing the administrator to specify which type of attribute is being used. Values of customAttributeType should normally be taken from a controlled list.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy