public Excel_parameter(XmlNode xmlNode)
 : base(xmlNode)
 {
     XmlNode excel_typeNode = xmlNode.SelectSingleNode("excel_type");
     
     if (excel_typeNode != null)
     {
         if (excel_typeNode.Attributes["href"] != null || excel_typeNode.Attributes["id"] != null) 
         {
             if (excel_typeNode.Attributes["id"] != null) 
             {
                 excel_typeIDRef_ = excel_typeNode.Attributes["id"].Value;
                 XsdTypeToken ob = new XsdTypeToken(excel_typeNode);
                 IDManager.SetID(excel_typeIDRef_, ob);
             }
             else if (excel_typeNode.Attributes["href"] != null)
             {
                 excel_typeIDRef_ = excel_typeNode.Attributes["href"].Value;
             }
             else
             {
                 excel_type_ = new XsdTypeToken(excel_typeNode);
             }
         }
         else
         {
             excel_type_ = new XsdTypeToken(excel_typeNode);
         }
     }
     
 
     XmlNode excel_resultNode = xmlNode.SelectSingleNode("excel_result");
     
     if (excel_resultNode != null)
     {
         if (excel_resultNode.Attributes["href"] != null || excel_resultNode.Attributes["id"] != null) 
         {
             if (excel_resultNode.Attributes["id"] != null) 
             {
                 excel_resultIDRef_ = excel_resultNode.Attributes["id"].Value;
                 Excel_result ob = new Excel_result(excel_resultNode);
                 IDManager.SetID(excel_resultIDRef_, ob);
             }
             else if (excel_resultNode.Attributes["href"] != null)
             {
                 excel_resultIDRef_ = excel_resultNode.Attributes["href"].Value;
             }
             else
             {
                 excel_result_ = new Excel_result(excel_resultNode);
             }
         }
         else
         {
             excel_result_ = new Excel_result(excel_resultNode);
         }
     }
     
 
     XmlNode excel_standardParaNode = xmlNode.SelectSingleNode("excel_standardPara");
     
     if (excel_standardParaNode != null)
     {
         if (excel_standardParaNode.Attributes["href"] != null || excel_standardParaNode.Attributes["id"] != null) 
         {
             if (excel_standardParaNode.Attributes["id"] != null) 
             {
                 excel_standardParaIDRef_ = excel_standardParaNode.Attributes["id"].Value;
                 Excel_standardPara ob = new Excel_standardPara(excel_standardParaNode);
                 IDManager.SetID(excel_standardParaIDRef_, ob);
             }
             else if (excel_standardParaNode.Attributes["href"] != null)
             {
                 excel_standardParaIDRef_ = excel_standardParaNode.Attributes["href"].Value;
             }
             else
             {
                 excel_standardPara_ = new Excel_standardPara(excel_standardParaNode);
             }
         }
         else
         {
             excel_standardPara_ = new Excel_standardPara(excel_standardParaNode);
         }
     }
     
 
     XmlNode excel_standardSwapParaNode = xmlNode.SelectSingleNode("excel_standardSwapPara");
     
     if (excel_standardSwapParaNode != null)
     {
         if (excel_standardSwapParaNode.Attributes["href"] != null || excel_standardSwapParaNode.Attributes["id"] != null) 
         {
             if (excel_standardSwapParaNode.Attributes["id"] != null) 
             {
                 excel_standardSwapParaIDRef_ = excel_standardSwapParaNode.Attributes["id"].Value;
                 Excel_standardSwapPara ob = new Excel_standardSwapPara(excel_standardSwapParaNode);
                 IDManager.SetID(excel_standardSwapParaIDRef_, ob);
             }
             else if (excel_standardSwapParaNode.Attributes["href"] != null)
             {
                 excel_standardSwapParaIDRef_ = excel_standardSwapParaNode.Attributes["href"].Value;
             }
             else
             {
                 excel_standardSwapPara_ = new Excel_standardSwapPara(excel_standardSwapParaNode);
             }
         }
         else
         {
             excel_standardSwapPara_ = new Excel_standardSwapPara(excel_standardSwapParaNode);
         }
     }
     
 
     XmlNode excel_standardHifiveParaNode = xmlNode.SelectSingleNode("excel_standardHifivePara");
     
     if (excel_standardHifiveParaNode != null)
     {
         if (excel_standardHifiveParaNode.Attributes["href"] != null || excel_standardHifiveParaNode.Attributes["id"] != null) 
         {
             if (excel_standardHifiveParaNode.Attributes["id"] != null) 
             {
                 excel_standardHifiveParaIDRef_ = excel_standardHifiveParaNode.Attributes["id"].Value;
                 Excel_standardHifivePara ob = new Excel_standardHifivePara(excel_standardHifiveParaNode);
                 IDManager.SetID(excel_standardHifiveParaIDRef_, ob);
             }
             else if (excel_standardHifiveParaNode.Attributes["href"] != null)
             {
                 excel_standardHifiveParaIDRef_ = excel_standardHifiveParaNode.Attributes["href"].Value;
             }
             else
             {
                 excel_standardHifivePara_ = new Excel_standardHifivePara(excel_standardHifiveParaNode);
             }
         }
         else
         {
             excel_standardHifivePara_ = new Excel_standardHifivePara(excel_standardHifiveParaNode);
         }
     }
     
 
     XmlNode excel_standardCreditParaNode = xmlNode.SelectSingleNode("excel_standardCreditPara");
     
     if (excel_standardCreditParaNode != null)
     {
         if (excel_standardCreditParaNode.Attributes["href"] != null || excel_standardCreditParaNode.Attributes["id"] != null) 
         {
             if (excel_standardCreditParaNode.Attributes["id"] != null) 
             {
                 excel_standardCreditParaIDRef_ = excel_standardCreditParaNode.Attributes["id"].Value;
                 Excel_standardCreditPara ob = new Excel_standardCreditPara(excel_standardCreditParaNode);
                 IDManager.SetID(excel_standardCreditParaIDRef_, ob);
             }
             else if (excel_standardCreditParaNode.Attributes["href"] != null)
             {
                 excel_standardCreditParaIDRef_ = excel_standardCreditParaNode.Attributes["href"].Value;
             }
             else
             {
                 excel_standardCreditPara_ = new Excel_standardCreditPara(excel_standardCreditParaNode);
             }
         }
         else
         {
             excel_standardCreditPara_ = new Excel_standardCreditPara(excel_standardCreditParaNode);
         }
     }
     
 
 }
        public Excel_parameter(XmlNode xmlNode)
            : base(xmlNode)
        {
            XmlNode excel_typeNode = xmlNode.SelectSingleNode("excel_type");

            if (excel_typeNode != null)
            {
                if (excel_typeNode.Attributes["href"] != null || excel_typeNode.Attributes["id"] != null)
                {
                    if (excel_typeNode.Attributes["id"] != null)
                    {
                        excel_typeIDRef_ = excel_typeNode.Attributes["id"].Value;
                        XsdTypeToken ob = new XsdTypeToken(excel_typeNode);
                        IDManager.SetID(excel_typeIDRef_, ob);
                    }
                    else if (excel_typeNode.Attributes["href"] != null)
                    {
                        excel_typeIDRef_ = excel_typeNode.Attributes["href"].Value;
                    }
                    else
                    {
                        excel_type_ = new XsdTypeToken(excel_typeNode);
                    }
                }
                else
                {
                    excel_type_ = new XsdTypeToken(excel_typeNode);
                }
            }


            XmlNode excel_resultNode = xmlNode.SelectSingleNode("excel_result");

            if (excel_resultNode != null)
            {
                if (excel_resultNode.Attributes["href"] != null || excel_resultNode.Attributes["id"] != null)
                {
                    if (excel_resultNode.Attributes["id"] != null)
                    {
                        excel_resultIDRef_ = excel_resultNode.Attributes["id"].Value;
                        Excel_result ob = new Excel_result(excel_resultNode);
                        IDManager.SetID(excel_resultIDRef_, ob);
                    }
                    else if (excel_resultNode.Attributes["href"] != null)
                    {
                        excel_resultIDRef_ = excel_resultNode.Attributes["href"].Value;
                    }
                    else
                    {
                        excel_result_ = new Excel_result(excel_resultNode);
                    }
                }
                else
                {
                    excel_result_ = new Excel_result(excel_resultNode);
                }
            }


            XmlNode excel_standardParaNode = xmlNode.SelectSingleNode("excel_standardPara");

            if (excel_standardParaNode != null)
            {
                if (excel_standardParaNode.Attributes["href"] != null || excel_standardParaNode.Attributes["id"] != null)
                {
                    if (excel_standardParaNode.Attributes["id"] != null)
                    {
                        excel_standardParaIDRef_ = excel_standardParaNode.Attributes["id"].Value;
                        Excel_standardPara ob = new Excel_standardPara(excel_standardParaNode);
                        IDManager.SetID(excel_standardParaIDRef_, ob);
                    }
                    else if (excel_standardParaNode.Attributes["href"] != null)
                    {
                        excel_standardParaIDRef_ = excel_standardParaNode.Attributes["href"].Value;
                    }
                    else
                    {
                        excel_standardPara_ = new Excel_standardPara(excel_standardParaNode);
                    }
                }
                else
                {
                    excel_standardPara_ = new Excel_standardPara(excel_standardParaNode);
                }
            }


            XmlNode excel_standardSwapParaNode = xmlNode.SelectSingleNode("excel_standardSwapPara");

            if (excel_standardSwapParaNode != null)
            {
                if (excel_standardSwapParaNode.Attributes["href"] != null || excel_standardSwapParaNode.Attributes["id"] != null)
                {
                    if (excel_standardSwapParaNode.Attributes["id"] != null)
                    {
                        excel_standardSwapParaIDRef_ = excel_standardSwapParaNode.Attributes["id"].Value;
                        Excel_standardSwapPara ob = new Excel_standardSwapPara(excel_standardSwapParaNode);
                        IDManager.SetID(excel_standardSwapParaIDRef_, ob);
                    }
                    else if (excel_standardSwapParaNode.Attributes["href"] != null)
                    {
                        excel_standardSwapParaIDRef_ = excel_standardSwapParaNode.Attributes["href"].Value;
                    }
                    else
                    {
                        excel_standardSwapPara_ = new Excel_standardSwapPara(excel_standardSwapParaNode);
                    }
                }
                else
                {
                    excel_standardSwapPara_ = new Excel_standardSwapPara(excel_standardSwapParaNode);
                }
            }


            XmlNode excel_standardHifiveParaNode = xmlNode.SelectSingleNode("excel_standardHifivePara");

            if (excel_standardHifiveParaNode != null)
            {
                if (excel_standardHifiveParaNode.Attributes["href"] != null || excel_standardHifiveParaNode.Attributes["id"] != null)
                {
                    if (excel_standardHifiveParaNode.Attributes["id"] != null)
                    {
                        excel_standardHifiveParaIDRef_ = excel_standardHifiveParaNode.Attributes["id"].Value;
                        Excel_standardHifivePara ob = new Excel_standardHifivePara(excel_standardHifiveParaNode);
                        IDManager.SetID(excel_standardHifiveParaIDRef_, ob);
                    }
                    else if (excel_standardHifiveParaNode.Attributes["href"] != null)
                    {
                        excel_standardHifiveParaIDRef_ = excel_standardHifiveParaNode.Attributes["href"].Value;
                    }
                    else
                    {
                        excel_standardHifivePara_ = new Excel_standardHifivePara(excel_standardHifiveParaNode);
                    }
                }
                else
                {
                    excel_standardHifivePara_ = new Excel_standardHifivePara(excel_standardHifiveParaNode);
                }
            }


            XmlNode excel_standardCreditParaNode = xmlNode.SelectSingleNode("excel_standardCreditPara");

            if (excel_standardCreditParaNode != null)
            {
                if (excel_standardCreditParaNode.Attributes["href"] != null || excel_standardCreditParaNode.Attributes["id"] != null)
                {
                    if (excel_standardCreditParaNode.Attributes["id"] != null)
                    {
                        excel_standardCreditParaIDRef_ = excel_standardCreditParaNode.Attributes["id"].Value;
                        Excel_standardCreditPara ob = new Excel_standardCreditPara(excel_standardCreditParaNode);
                        IDManager.SetID(excel_standardCreditParaIDRef_, ob);
                    }
                    else if (excel_standardCreditParaNode.Attributes["href"] != null)
                    {
                        excel_standardCreditParaIDRef_ = excel_standardCreditParaNode.Attributes["href"].Value;
                    }
                    else
                    {
                        excel_standardCreditPara_ = new Excel_standardCreditPara(excel_standardCreditParaNode);
                    }
                }
                else
                {
                    excel_standardCreditPara_ = new Excel_standardCreditPara(excel_standardCreditParaNode);
                }
            }
        }