Spine

A spine with location, shape, and direction.

Complex Type Information

Model

Children: distal, proximal

Attributes

QName Type Fixed Default Use Inheritable Annotation
length xs:double optional
parent SegmentIdInCell optional
The segment with which this spine is associated.
shape SpineShape optional
volume xs:double optional

Used By

Source

<xs:complexType name="Spine">
  <xs:annotation>
    <xs:documentation>A spine with location, shape, and direction.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="proximal" type="meta:Point"/>
    <xs:element name="distal" type="meta:Point" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="parent" type="meta:SegmentIdInCell" use="optional">
    <xs:annotation>
      <xs:documentation>The segment with which this spine is associated.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="length" type="xs:double" use="optional"/>
  <xs:attribute name="volume" type="xs:double" use="optional"/>
  <xs:attribute name="shape" type="SpineShape" use="optional"/>
</xs:complexType>