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

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

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

Model
<...
  identifier = xs:string
  identifier = xs:string>
(created, modified?, Notation* ) (ScopeNote?, PreferredTerm, NonPreferredTerm, HasBroaderConcept*, HasNarrowerConcept*, HasRelatedConcept*)
</...>


Nested Element Summary
 created
          
HierarchicalRelationshipCoreTypeHasBroaderConcept
          Reference to the broader concepts of this concept. 
HierarchicalRelationshipCoreTypeHasNarrowerConcept
          Reference to the narrower concepts of this concept. 
AssociativeRelationshipCoreTypeHasRelatedConcept
          Reference to the related concepts of this concept. 
 modified
          
 NonPreferredTerm
          Non-preferred terms of the concept. 
 Notation
          
 PreferredTerm
          Preferred term of the concept. 
ScopeNoteCoreStructureScopeNote
          

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="ThesaurusConceptCoreStructure">
<xs:complexContent>
<xs:extension base="ThesaurusConceptCommonStructure">
<xs:sequence>
<xs:sequence>
<xs:element minOccurs="0" name="ScopeNote" type="ScopeNoteCoreStructure"/>
<xs:element maxOccurs="unbounded" name="PreferredTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base="PreferredTermCoreStructure"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="NonPreferredTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base="SimpleNonPreferredTermCoreStructure"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasBroaderConcept" type="HierarchicalRelationshipCoreType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasNarrowerConcept" type="HierarchicalRelationshipCoreType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasRelatedConcept" type="AssociativeRelationshipCoreType">
</xs:element>
</xs:sequence>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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