http://schemas.bs8723.org/XmlSchema/
element Thesaurus

Documentation
Root element of the XML file containing the Thesaurus data.
Makes the identifier of the custom attributes unique.
Makes the identifier of the concepts and arrays unique.
Makes the identifier of the concepts unique.
Makes the identifier of the arrays unique.
Makes the identifier of the terms unique.
Properties
This component is not nillable.

Model
<Thesaurus>
(identifier+, contributor*, coverage*, creator*, date*, created?, modified*, description*, format*, language*, publisher*, relation*, rights*, source*, subject*, title*, type*, ThesaurusArray*, ThesaurusConcept+, CompoundNonPreferredTerm* )
</Thesaurus>


Nested Element Summary
CompoundNonPreferredTermStructureCompoundNonPreferredTerm
          Details of the compound non-preferred term 
 contributor
          
 coverage
          
 created
          
 creator
          
 date
          
 description
          
 format
          
 identifier
          
 language
          
 modified
          
 publisher
          
 relation
          
 rights
          
 source
          
 subject
          
ThesaurusArrayStructureThesaurusArray
          Array of the thesaurus. 
ThesaurusConceptStructureThesaurusConcept
          
 title
          
 type
          
Source
<xs:element name="Thesaurus" type="ThesaurusStructure">
<xs:unique name="CustomAttributeIdentifier">
<xs:selector xpath="bs8723:CustomAttribute"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:unique name="ThesaurusConceptArrayIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept|bs8723:ThesaurusArray"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:unique name="ThesaurusConceptIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:unique name="ThesaurusArrayIdentifier">
<xs:selector xpath="bs8723:ThesaurusArray"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:unique name="ThesaurusTermIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:PreferredTerm|bs8723:ThesaurusConcept/bs8723:NonPreferredTerm|bs8723:CompoundEquivalence/bs8723:CompoundNonPreferredTerm"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
</xs:element>


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