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

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/}ThesaurusConceptFullStructure (extension)

Documentation
Data type representing the structure of a Thesaurus in the BS8723-5-Full structure
Properties
This component is not nillable.

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


Nested Element Summary
 created
          
xs:stringCustomAttribute
          Reference to an attribute defined by the thesaurus. 
HierarchicalRelationshipFullStructureHasBroaderConcept
          
HierarchicalRelationshipFullStructureHasNarrowerConcept
          
AssociativeRelationshipFullStructureHasRelatedConcept
          
xs:stringHasTopConcept
          Contains the identifier of the top concept. 
HistoryNoteFullStructureHistoryNote
          History notes of the concept. 
 modified
          
 NonPreferredTerm
          Non-preferred terms of the concept. 
 Notation
          
 PreferredTerm
          Preferred term of the concept. 
ScopeNoteFullStructureScopeNote
          Scope notes of the concept. 
 Status
          
xs:booleanTopConcept
          Indicates whether this concept is a top concept 

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="ThesaurusConceptFullStructure">
<xs:complexContent>
<xs:extension base="ThesaurusConceptCommonStructure">
<xs:sequence>
<xs:element minOccurs="0" ref="eGMS:Status"/>
<xs:element minOccurs="0" name="TopConcept" type="xs:boolean">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ScopeNote" type="ScopeNoteFullStructure">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HistoryNote" type="HistoryNoteFullStructure">
</xs:element>
<xs:element maxOccurs="unbounded" name="PreferredTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base="PreferredTermFullStructure"/>
</xs:complexContent>
</xs:complexType>
<xs:keyref name="UFEquivalenceType" refer="EquivalenceTypeIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:UF"/>
<xs:field xpath="@EquivalenceType"/>
</xs:keyref>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="NonPreferredTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base="SimpleNonPreferredTermFullStructure"/>
</xs:complexContent>
</xs:complexType>
<xs:keyref name="USEEquivalenceType" refer="EquivalenceTypeIdentifier">
<xs:selector xpath="bs8723:ThesaurusConcept/bs8723:USE"/>
<xs:field xpath="@EquivalenceType"/>
</xs:keyref>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="CustomAttribute" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasBroaderConcept" type="HierarchicalRelationshipFullStructure">
<xs:keyref name="BroaderHierarchicalRelationship" refer="HierarchicalRelationshipTypeIdentifier">
<xs:selector xpath="."/>
<xs:field xpath="@HierarchicalRelationshipType"/>
</xs:keyref>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasNarrowerConcept" type="HierarchicalRelationshipFullStructure">
<xs:keyref name="NarrowerHierarchicalRelationship" refer="HierarchicalRelationshipTypeIdentifier">
<xs:selector xpath="."/>
<xs:field xpath="@HierarchicalRelationshipType"/>
</xs:keyref>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasRelatedConcept" type="AssociativeRelationshipFullStructure">
<xs:keyref name="RelatedAssociativeRelationship" refer="AssociativeRelationshipTypeIdentifier">
<xs:selector xpath="."/>
<xs:field xpath="@AssociativeRelationshipType"/>
</xs:keyref>
</xs:element>
<xs:element minOccurs="0" name="HasTopConcept" type="xs:string">
</xs:element>
</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.