{"_context" : {
    "_types" : {
      "EmptyIntegerList" : {"_id" : "uima.cas.EmptyIntegerList" }, 
      "NonEmptyIntegerList" : {"_id" : "uima.cas.NonEmptyIntegerList", 
        "_feature_types" : {"tail" : "_array" } }, 
      "IntegerList" : {"_id" : "uima.cas.IntegerList", 
        "_subtypes" : ["EmptyIntegerList",  "NonEmptyIntegerList" ] }, 
      "ListBase" : {"_id" : "uima.cas.ListBase", 
        "_subtypes" : ["IntegerList" ] }, 
      "TOP" : {"_id" : "uima.cas.TOP", 
        "_subtypes" : ["ListBase" ] } } }, 
  "_views" : {
    "_InitialView" : {
      "NonEmptyIntegerList" : [
        {"head" : 11,  "tail" : 5 } ] } }, 
  "_referenced_fss" : {
    "5" : {"_type" : "NonEmptyIntegerList",  "head" : 22,  "tail" : 2 }, 
    "2" : {"_type" : "NonEmptyIntegerList",  "head" : 33,  "tail" : 1 }, 
    "1" : {"_type" : "EmptyIntegerList" } } }