http://schemas.bs8723.org/XmlSchema/
complexType ThesaurusStructure

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://schemas.bs8723.org/XmlSchema/}ThesaurusStructure (restriction)

Documentation
Data type representing the structure of the thesaurus
Properties
This component is not nillable.

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


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:complexType name="ThesaurusStructure">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="dc:identifier"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:contributor"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:coverage"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:creator"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:date"/>
<xs:element minOccurs="0" ref="dcterms:created"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dcterms:modified"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:format"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:language"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:publisher"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:relation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:rights"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:source"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:subject"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:title"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dc:type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ThesaurusArray" type="ThesaurusArrayStructure">
</xs:element>
<xs:element maxOccurs="unbounded" name="ThesaurusConcept" type="ThesaurusConceptStructure">
<xs:unique name="TermIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:PreferredTerm|bs8723:ThesaurusConcept/bs8723:NonPreferredTerm"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:unique name="PreferredTermIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:PreferredTerm"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
<xs:unique name="NonPreferredTermIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:NonPreferredTerm"/>
<xs:field xpath="@dc:identifier"/>
</xs:unique>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="CompoundNonPreferredTerm" type="CompoundNonPreferredTermStructure">
</xs:element>
</xs:sequence>
</xs:complexType>


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