// Code generated by xgen. DO NOT EDIT. package campaigntest // FormLst ... type FormLst struct { IdEdu []int `xml:"IdEdu"` } // LevelLst ... type LevelLst struct { IdLevel []int `xml:"IdLevel"` } // CField ... type CField struct { Uid *String36 `xml:"Uid"` Name *String500 `xml:"Name"` YStart int `xml:"YStart"` YEnd int `xml:"YEnd"` IdCFieldType int `xml:"IdCFieldType"` IdCFieldStatus int `xml:"IdCFieldStatus"` MaxCount int `xml:"MaxCount"` NAgree int `xml:"NAgree"` CDir int `xml:"CDir"` DateE string `xml:"DateE"` FormLst *FormLst `xml:"FormLst"` LevelLst *LevelLst `xml:"LevelLst"` } // PData ... type PData struct { CField *CField `xml:"CField"` } // CDir ... type CDir int