Documentation for XCEDE2

Complex Type: anatomicalEntity_t

[Table of contents]

Super-types: abstract_entity_t < anatomicalEntity_t (by extension)
Sub-types: None
Name anatomicalEntity_t
Abstract no
Documentation Entity elements are used to describe the resultant scope of an analysis
XML Instance Representation
<...
ID=" xs:string [0..1]"
preferredEntityLabel=" xs:string [1]

'Preferred Name for the Entity'

"

laterality=" laterality_t [0..1]

'Laterality of region (or none)'

"

tissueType=" tissueType_t [0..1]

'Tissue type of region (or none)'

"
>
<description> xs:string </description> [0..1]
<label> terminologyString_t </label> [0..*]

'The set of terms that name this entity. This set can contain a collection of synonymous terms'

</...>
Diagram
Schema Component Representation
<xs:complexType name="anatomicalEntity_t">
<xs:complexContent>
<xs:extension base=" abstract_entity_t ">
<xs:sequence>
<xs:element name="label" type=" terminologyString_t " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="laterality" type=" laterality_t " use="optional"/>
<xs:attribute name="tissueType" type=" tissueType_t " use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>