<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> |