http://schema.bsi-global.com/BS8723-5/
complexType ThesaurusCoreStructure

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://schema.bsi-global.com/BS8723-5/}ThesaurusCoreStructure (restriction)

Documentation
Data type defining the structure of a Thesaurus in the BS8723-5-Core format
Properties
This component is not nillable.

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


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:complexType name="ThesaurusCoreStructure">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="ThesaurusConcept" type="ThesaurusConceptCoreStructure">
<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:keyref name="UF" refer="NonPreferredTermIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:PreferredTerm"/>
<xs:field xpath="bs8723:UF"/>
</xs:keyref>
<xs:keyref name="USE" refer="PreferredTermIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:NonPreferredTerm"/>
<xs:field xpath="bs8723:USE"/>
</xs:keyref>
</xs:element>
</xs:sequence>
<xs:attribute ref="dc:identifier" use="optional"/>
</xs:complexType>


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