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

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

Documentation
Data type representing the structure of a concept in a Thesaurus.
Properties
This component is not nillable.

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


Nested Element Summary
 created
          
CustomAttributeStructureHasAttribute
          Reference to an attribute defined by the thesaurus. 
HierRelStructureHasHierRelConcept
          Reference to a broader or narrower concept of this concept. 
AssociativeRelationshipStructureHasRelatedConcept
          Reference to the related concepts of this concept. 
xs:stringHasTopConcept
          Contains the identifier of the top concept. 
HistoryNoteStructureHistoryNote
          History note of the concept. 
 modified
          
 NonPreferredTerm
          Non-preferred term of the concept. 
 Notation
          
 PreferredTerm
          Preferred term of the concept. 
ScopeNoteStructureScopeNote
          Scope note of the concept. 
 Status
          
xs:booleanTopConcept
          Indicates whether this concept is a top concept 

Attribute Summary
 xs:stringidentifier
          Unique identifier of the resource. 

Attribute Detail

identifier

Unique identifier of the resource.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="ThesaurusConceptStructure">
<xs:sequence>
<xs:element minOccurs="0" ref="dcterms:created"/>
<xs:element minOccurs="0" ref="dcterms:modified"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Notation"/>
<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="ScopeNoteStructure">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HistoryNote" type="HistoryNoteStructure">
</xs:element>
<xs:element maxOccurs="unbounded" name="PreferredTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base="PreferredTermStructure"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="NonPreferredTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base="SimpleNonPreferredTermStructure"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasAttribute" type="CustomAttributeStructure">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasHierRelConcept" type="HierRelStructure">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasRelatedConcept" type="AssociativeRelationshipStructure">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="HasTopConcept" type="xs:string">
</xs:element>
</xs:sequence>
<xs:attribute ref="dc:identifier" use="required"/>
</xs:complexType>


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