complexType ThesaurusConceptStruct
diagram iso25964-1_v1.4_p64.png
namespace http://iso25964.org/
children iso25964:identifier iso25964:created iso25964:modified iso25964:status iso25964:notation iso25964:topConcept iso25964:PreferredTerm iso25964:SimpleNonPreferredTerm iso25964:ScopeNote iso25964:HistoryNote iso25964:CustomNote iso25964:CustomConceptAttribute
used by
element ThesaurusStruct/ThesaurusConcept
annotation
documentation
When a concept has an array of narrower concepts, the relationship to this array is not given here. To avoid redundancy, the relationship is given in one direction only, from ThesaurusArray using the child element hasSuperOrdinateConcept.
source <xsd:complexType name="ThesaurusConceptStruct">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">When a concept has an array of narrower concepts, the relationship to this array is not given here. To avoid redundancy, the relationship is given in one direction only, from ThesaurusArray using the child element hasSuperOrdinateConcept.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<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 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="notation" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">This is an optional attribute of ThesaurusConcept, ThesaurusArray and ConceptGroup (see 12.1.3 and 12.2.5.2).
If the thesaurus uses an expressive notation, then applying it to node labels will allow them to be shown in the correct place in hierarchical displays.
If there is no expressive notation, some other means should be found of outputting the node labels correctly in the display, such as a sort code attribute that is not displayed to users. In this event, the same attribute will be required at the display level for preferred terms.
The system of notation used for ConceptGroup may be quite distinct from that used for ThesaurusConcept, and one of these systems may be present without the other.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="topConcept" type="xsd:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">A true/false label indicating whether the concept is at the top of a hierarchy, i.e. has no broader concepts</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="PreferredTerm" type="iso25964:PreferredTerm" minOccurs="1" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The term used as a label for this concept. There should be one preferred term per language.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="SimpleNonPreferredTerm" type="iso25964:SimpleNonPreferredTerm" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Alternative terms by which this concept could be sought

The co-occurrence of the SimpleNonPreferredTerm and the PreferredTerm under the same ThesaurusConcept implies the existence of an Equivalence relation where that SimpleNonPreferredTerm has an identical language specification as the PreferredTerm.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ScopeNote" type="iso25964:ScopeNote" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">A note defining or clarifying the scope of the concept within 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 concept within this thesaurus</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CustomNote" type="iso25964:CustomNote" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">A note of any other kind relating to this concept</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CustomConceptAttribute" type="iso25964:CustomConceptAttribute" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">An additional attribute of a concept</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element ThesaurusConceptStruct/identifier
diagram iso25964-1_v1.4_p65.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 ThesaurusConceptStruct/status
diagram iso25964-1_v1.4_p66.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 ThesaurusConceptStruct/notation
diagram iso25964-1_v1.4_p67.png
namespace http://iso25964.org/
type xsd:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
This is an optional attribute of ThesaurusConcept, ThesaurusArray and ConceptGroup (see 12.1.3 and 12.2.5.2).
If the thesaurus uses an expressive notation, then applying it to node labels will allow them to be shown in the correct place in hierarchical displays.
If there is no expressive notation, some other means should be found of outputting the node labels correctly in the display, such as a sort code attribute that is not displayed to users. In this event, the same attribute will be required at the display level for preferred terms.
The system of notation used for ConceptGroup may be quite distinct from that used for ThesaurusConcept, and one of these systems may be present without the other.
source <xsd:element name="notation" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">This is an optional attribute of ThesaurusConcept, ThesaurusArray and ConceptGroup (see 12.1.3 and 12.2.5.2).
If the thesaurus uses an expressive notation, then applying it to node labels will allow them to be shown in the correct place in hierarchical displays.
If there is no expressive notation, some other means should be found of outputting the node labels correctly in the display, such as a sort code attribute that is not displayed to users. In this event, the same attribute will be required at the display level for preferred terms.
The system of notation used for ConceptGroup may be quite distinct from that used for ThesaurusConcept, and one of these systems may be present without the other.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusConceptStruct/topConcept
diagram iso25964-1_v1.4_p68.png
namespace http://iso25964.org/
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
A true/false label indicating whether the concept is at the top of a hierarchy, i.e. has no broader concepts
source <xsd:element name="topConcept" type="xsd:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">A true/false label indicating whether the concept is at the top of a hierarchy, i.e. has no broader concepts</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusConceptStruct/PreferredTerm
diagram iso25964-1_v1.4_p69.png
namespace http://iso25964.org/
type iso25964:PreferredTerm
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:identifier iso25964:created iso25964:modified source iso25964:status iso25964:Definition iso25964:HistoryNote iso25964:EditorialNote iso25964:CustomTermAttribute
annotation
documentation
The term used as a label for this concept. There should be one preferred term per language.
source <xsd:element name="PreferredTerm" type="iso25964:PreferredTerm" minOccurs="1" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The term used as a label for this concept. There should be one preferred term per language.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusConceptStruct/SimpleNonPreferredTerm
diagram iso25964-1_v1.4_p70.png
namespace http://iso25964.org/
type iso25964:SimpleNonPreferredTerm
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:identifier iso25964:created iso25964:modified source iso25964:status iso25964:Definition iso25964:HistoryNote iso25964:EditorialNote iso25964:CustomTermAttribute iso25964:hidden iso25964:role
annotation
documentation
Alternative terms by which this concept could be sought

The co-occurrence of the SimpleNonPreferredTerm and the PreferredTerm under the same ThesaurusConcept implies the existence of an Equivalence relation where that SimpleNonPreferredTerm has an identical language specification as the PreferredTerm.
source <xsd:element name="SimpleNonPreferredTerm" type="iso25964:SimpleNonPreferredTerm" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Alternative terms by which this concept could be sought

The co-occurrence of the SimpleNonPreferredTerm and the PreferredTerm under the same ThesaurusConcept implies the existence of an Equivalence relation where that SimpleNonPreferredTerm has an identical language specification as the PreferredTerm.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusConceptStruct/ScopeNote
diagram iso25964-1_v1.4_p71.png
namespace http://iso25964.org/
type iso25964:ScopeNote
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:created iso25964:modified iso25964:identifier iso25964:refersTo
annotation
documentation
A note defining or clarifying the scope of the concept within this thesaurus
source <xsd:element name="ScopeNote" type="iso25964:ScopeNote" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">A note defining or clarifying the scope of the concept within this thesaurus</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusConceptStruct/HistoryNote
diagram iso25964-1_v1.4_p72.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 concept 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 concept within this thesaurus</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusConceptStruct/CustomNote
diagram iso25964-1_v1.4_p73.png
namespace http://iso25964.org/
type iso25964:CustomNote
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:created iso25964:modified iso25964:identifier iso25964:refersTo iso25964:noteType
annotation
documentation
A note of any other kind relating to this concept
source <xsd:element name="CustomNote" type="iso25964:CustomNote" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">A note of any other kind relating to this concept</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ThesaurusConceptStruct/CustomConceptAttribute
diagram iso25964-1_v1.4_p74.png
namespace http://iso25964.org/
type iso25964:CustomConceptAttribute
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children iso25964:lexicalValue iso25964:customAttributeType
annotation
documentation
An additional attribute of a concept
source <xsd:element name="CustomConceptAttribute" type="iso25964:CustomConceptAttribute" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">An additional attribute of a concept</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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