segment

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cable xs:nonNegativeInteger optional
The cable ID of which this segment is part. Numerous segments will make up one cable, and it is assumed these are connected electrically.
id SegmentIdInCell required
The ID of the segment, which should be unique within the cell.
name xs:string optional
As many simulators use a string to identify the compartments, etc. a unique name can be given to the segment.
parent SegmentIdInCell optional
Used to indicate logical connectivity between segments. Note that there is no requirement that the end point of this parent segment is equal to the start point of this segment.

Source

<xs:element name="segment" type="Segment" maxOccurs="unbounded"/>

Sample