Id of individual segment in a cell (integer 0 or greater). Placed in Metadata, as it's used across Levels |
Attributes | Segment/@id, Segment/@parent, Spine/@parent |
<xs:simpleType name="SegmentIdInCell"> <xs:annotation> <xs:documentation>Id of individual segment in a cell (integer 0 or greater). Placed in Metadata, as it's used across Levels</xs:documentation> </xs:annotation> <xs:restriction base="xs:nonNegativeInteger"> </xs:restriction> </xs:simpleType> |