public ULElementAttribute(string smpteULString)
 {
     SMPTEULString = smpteULString;
     ShortKey      = KeyDictionary.GetShortKeyFromSMPTEULString(smpteULString);
 }