Path

Possibly branching histological structures.

Complex Type Information

Model

Children: point

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:nonNegativeInteger required
name xs:string optional
parent xs:nonNegativeInteger optional
A path id. A way to connect this path to another.

Used By

Element Feature/path

Source

<xs:complexType name="Path">
  <xs:annotation>
    <xs:documentation>Possibly branching histological structures.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="meta:Points">
      <xs:attribute name="id" type="xs:nonNegativeInteger" use="required"/>
      <xs:attribute name="parent" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
          <xs:documentation>A path id. A way to connect this path to another.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>