persistent class %BI.TCWFTempStation
extends %Persistent
property CloseCode
as %String(MAXLEN=25000);
relationship Header
as %BI.TCWFTempHeader [ Inverse = Stations,Cardinality = parent ];
property InitCode
as %String(MAXLEN=25000);
property LoopCode
as %String(MAXLEN=25000);
property LoopStoredRecord
as %String(MAXLEN=1);
property RuleID
as %String(MAXLEN=100);
property StationCode
as %String(MAXLEN=10);
property StationName
as %String(MAXLEN=5000);
index (MainIdx on StationCode) [IdKey,Unique];