Esempio n. 1
0
 /// <summary>
 ///  XSD name : F13_2014
 ///  RELEASE : "R2.0.9.S04"
 ///  Intermediate release number 009-20190628
 ///  Last update : 30/10/2018
 ///  Form : Results of design contest
 /// </summary>
 private XElement NoticeBody()
 {
     return(TedHelpers.Element("FORM_SECTION",
                               TedHelpers.Element("F13_2014", new XAttribute("LG", _notice.Language), new XAttribute("CATEGORY", "ORIGINAL"), new XAttribute("FORM", "F13"),
                                                  TedHelpers.LegalBasis(_notice),
                                                  _helper.ContractingBody(_notice.Project, _notice.ContactPerson, _notice.CommunicationInformation, _notice.Type),
                                                  _helper.ObjectContract(),
                                                  _helper.ConditionsInformation(),
                                                  _helper.Procedure(),
                                                  _helper.ResultsOfContest(),
                                                  _helper.ComplementaryInformation())));
 }