SegmentIdInCell

Id of individual segment in a cell (integer 0 or greater). Placed in Metadata, as it's used across Levels

Simple Type Information

Used By

Source

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