{"_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" : [
        {"tail" : 3,  "head" : 11 }, 
        {"tail" : 3,  "head" : 110 } ] } }, 
  "_referenced_fss" : {
    "3" : {"_type" : "NonEmptyIntegerList",  "tail" : [33 ],  "head" : 22 } } }