Documentation for XCEDE2

Complex Type: abstract_entity_t

[Table of contents]

Super-types: None
Sub-types:
Name abstract_entity_t
Used by (from the same schema document) Complex Type measurementGroup_t
Abstract yes
Documentation entity elements are used to describe the resultant scope of an analysis (e.g. anatomical entity, atlas entity)
XML Instance Representation
<...
ID=" xs:string [0..1]"
preferredEntityLabel=" xs:string [1]

'Preferred Name for the Entity'

"
>
<description> xs:string </description> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="abstract_entity_t" abstract="true">
<xs:sequence>
<xs:element name="description" type=" xs:string " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ID" type=" xs:string "/>
<xs:attribute name="preferredEntityLabel" type=" xs:string " use="required"/>
</xs:complexType>