Documentation for XCEDE2

Complex Type: atlasEntity_t

[Table of contents]

Super-types: abstract_entity_t < atlasEntity_t (by extension)
Sub-types: None
Name atlasEntity_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'

"
>
<description> xs:string </description> [0..1]
<geometry> abstract_geometry_t </geometry> [1]

'Atlas entity defined through the use of GML base geometries.'

</...>
Diagram
Schema Component Representation
<xs:complexType name="atlasEntity_t">
<xs:complexContent>
<xs:extension base=" abstract_entity_t ">
<xs:sequence>
<xs:element name="geometry" type=" abstract_geometry_t "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>