1 2 3 4 5 6 7 | class RAW(DataClassification):
editprotect=True
name="RAW"
usage = 'Applies to data that has not been modified by the gemini package in any way (looks for GEM-TLM stamp in header).'
requirement = PHU({'{prohibit}GEM-TLM': ".*?" })
newtypes.append(RAW())
|