Documentation for XCEDE2

Complex Type: terminologyString_t

[Table of contents]

Super-types: xs:string < terminologyString_t (by extension)
Sub-types: None
Name terminologyString_t
Used by (from the same schema document) Complex Type subjectInfo_t , Complex Type subjectInfo_t , Complex Type subjectInfo_t , Complex Type anatomicalEntity_t
Abstract no
Documentation A simple representation of terms for use within the schema.
XML Instance Representation
<...
preferredLabel=" xs:string [1]

'The preferred label of this term. This can be different than the term used by the applications (e.g. CBLM versus cerebellum)'

"

abbreviation=" xs:string [0..1]

'The preferred abbreviation for the term'

"

nomenclature=" xs:string [1]

'The source ontology of this terminology/ontology term'

"

termID=" xs:string [1]

'Applications will likely want to constrain what are valid IDs within the context of their application (for example, allowing only LSID\'s)'

"

termPath=" xs:string [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="terminologyString_t">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" terminology_ag "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>