<xsi:simpleType name="subSlotSizeType">
  <xsi:annotation>
    <xsi:documentation>Describes the SubSlot size, in bytes.</xsi:documentation>
    <xsi:documentation>Allowed values are 1, 2, 3, and 4.</xsi:documentation>
  </xsi:annotation>
  <xsi:restriction base="xsi:unsignedByte">
    <xsi:minInclusive value="1"/>
    <xsi:maxInclusive value="4"/>
  </xsi:restriction>
</xsi:simpleType> |