Documentation for XCEDE2

Attribute Group: terminology_ag

[Table of contents]

Name terminology_ag
Used by (from the same schema document) Complex Type abstract_container_t , Complex Type abstract_protocol_t , Complex Type assessmentItem_t , Complex Type terminologyString_t
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]"
Diagram
Schema Component Representation
<xs:attributeGroup name="terminology_ag">
<xs:attribute name="preferredLabel" type=" xs:string " use="required"/>
<xs:attribute name="abbreviation" type=" xs:string " use="optional"/>
<xs:attribute name="nomenclature" type=" xs:string " use="required"/>
<xs:attribute name="termID" type=" xs:string " use="required"/>
<xs:attribute name="termPath" type=" xs:string " use="optional"/>
</xs:attributeGroup>