http://schema.bsi-global.com/BS8723-5/
element Thesaurus

Documentation
Root element of the file defining a Thesaurus in the BS8723-5-Core format.
Makes the identifier of the custom types of equivalence unique.
Makes the identifier of the terms unique.
Validates the references to broader concepts.
Validates the references to narrower concepts.
Validates the references to narrower concepts.
Properties
This component is not nillable.

Model
<Thesaurus
  identifier = xs:string
  identifier = xs:string>
ThesaurusConcept+
</Thesaurus>


Nested Element Summary
ThesaurusConceptCoreStructureThesaurusConcept
          

Attribute Summary
 xs:stringidentifier
          Unique identifier of the resource. 
 xs:stringidentifier
          Unique identifier of the resource. 

Attribute Detail

identifier

Unique identifier of the resource.

Type:
xs:string
Use:
optional
Form:
unqualified

identifier

Unique identifier of the resource.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="Thesaurus" type="ThesaurusCoreStructure">
<xs:unique name="ThesaurusConceptIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:unique name="ThesaurusTermIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:PreferredTerm|bs8723:ThesaurusConcept/bs8723:NonPreferredTerm"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:keyref name="ThesaurusConceptBroader" refer="ThesaurusConceptIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:HasBroaderConcept"/>
<xs:field xpath="."/>
</xs:keyref>
<xs:keyref name="ThesaurusConceptNarrower" refer="ThesaurusConceptIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:HasNarrowerConcept"/>
<xs:field xpath="."/>
</xs:keyref>
<xs:keyref name="ThesaurusConceptRelated" refer="ThesaurusConceptIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept"/>
<xs:field xpath="bs8723:HasRelatedConcept"/>
</xs:keyref>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.