Skip to content

Instantly share code, notes, and snippets.

@stdray
Created December 31, 2014 10:42
Show Gist options
  • Select an option

  • Save stdray/982262659707411d0ccd to your computer and use it in GitHub Desktop.

Select an option

Save stdray/982262659707411d0ccd to your computer and use it in GitHub Desktop.
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace Spark.Marketing.Ru.XMLSchema.SharedSystem
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem", IsNullable=true)]
public partial class StringsType
{
private mutable itemField : array[string];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Item [] : array[string]
{
get
{
this.itemField;
}
set
{
this.itemField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem", IsNullable=true)]
public partial class IntegersType
{
private mutable itemField : array[string];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
public Item [] : array[string]
{
get
{
this.itemField;
}
set
{
this.itemField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem", IsNullable=true)]
public partial class DateType
{
private mutable dateField : string;
private mutable timeZoneField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Date : string
{
get
{
this.dateField;
}
set
{
this.dateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public TimeZone : string
{
get
{
this.timeZoneField;
}
set
{
this.timeZoneField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedSystem", IsNullable=true)]
public partial class PriceType
{
private mutable dateField : string;
private mutable timeZoneField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Date : string
{
get
{
this.dateField;
}
set
{
this.dateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public TimeZone : string
{
get
{
this.timeZoneField;
}
set
{
this.timeZoneField = value;
}
}
}
}
namespace Spark.Marketing.Ru.XMLSchema.SharedCore
{
using Spark.Marketing.Ru.XMLSchema.SharedSystem;
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class ReferenceItemType
{
private mutable codeField : string;
private mutable nameField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Code : string
{
get
{
this.codeField;
}
set
{
this.codeField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Name : string
{
get
{
this.nameField;
}
set
{
this.nameField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class ReferencesType
{
private mutable itemField : array[ReferenceItemType];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Item [] : array[ReferenceItemType]
{
get
{
this.itemField;
}
set
{
this.itemField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class ReferenceAdvItemType
{
private mutable codeField : string;
private mutable nameField : string;
private mutable titleField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Code : string
{
get
{
this.codeField;
}
set
{
this.codeField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Name : string
{
get
{
this.nameField;
}
set
{
this.nameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Title : string
{
get
{
this.titleField;
}
set
{
this.titleField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class ClassifierItemType
{
private mutable typeField : ClassifierItemTypeType;
private mutable codeField : string;
private mutable nameField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Type : ClassifierItemTypeType
{
get
{
this.typeField;
}
set
{
this.typeField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Code : string
{
get
{
this.codeField;
}
set
{
this.codeField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Name : string
{
get
{
this.nameField;
}
set
{
this.nameField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/SharedCore")]
public enum ClassifierItemTypeType
{
/// <remarks/>
| OKDP
/// <remarks/>
| OKPD
/// <remarks/>
| OKATO
/// <remarks/>
| КЛАДР
/// <remarks/>
| ФИАС
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class ClassifiersType
{
private mutable itemField : array[ClassifierItemType];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Item [] : array[ClassifierItemType]
{
get
{
this.itemField;
}
set
{
this.itemField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class PersonType
{
private mutable identityInfoField : PersonTypeIdentityInfo;
private mutable generalInfoField : PersonTypeGeneralInfo;
private mutable additionField : PersonTypeAddition;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public IdentityInfo : PersonTypeIdentityInfo
{
get
{
this.identityInfoField;
}
set
{
this.identityInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public GeneralInfo : PersonTypeGeneralInfo
{
get
{
this.generalInfoField;
}
set
{
this.generalInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Addition : PersonTypeAddition
{
get
{
this.additionField;
}
set
{
this.additionField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/SharedCore")]
public partial class PersonTypeIdentityInfo
{
private mutable sPARK_IdentityField : string;
private mutable oOS_IdentityField : string;
private mutable other_IdentityField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SPARK_Identity : string
{
get
{
this.sPARK_IdentityField;
}
set
{
this.sPARK_IdentityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OOS_Identity : string
{
get
{
this.oOS_IdentityField;
}
set
{
this.oOS_IdentityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Other_Identity : string
{
get
{
this.other_IdentityField;
}
set
{
this.other_IdentityField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/SharedCore")]
public partial class PersonTypeGeneralInfo
{
private mutable russianFullNameField : string;
private mutable russianShortNameField : string;
private mutable englishFullNameField : string;
private mutable englishShortNameField : string;
private mutable judicialAddressField : string;
private mutable physicalAddressField : string;
private mutable postalAddressField : string;
private mutable iNNField : string;
private mutable kPPField : string;
private mutable oGRNField : string;
private mutable oKPOField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public RussianFullName : string
{
get
{
this.russianFullNameField;
}
set
{
this.russianFullNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public RussianShortName : string
{
get
{
this.russianShortNameField;
}
set
{
this.russianShortNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public EnglishFullName : string
{
get
{
this.englishFullNameField;
}
set
{
this.englishFullNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public EnglishShortName : string
{
get
{
this.englishShortNameField;
}
set
{
this.englishShortNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public JudicialAddress : string
{
get
{
this.judicialAddressField;
}
set
{
this.judicialAddressField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PhysicalAddress : string
{
get
{
this.physicalAddressField;
}
set
{
this.physicalAddressField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PostalAddress : string
{
get
{
this.postalAddressField;
}
set
{
this.postalAddressField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public INN : string
{
get
{
this.iNNField;
}
set
{
this.iNNField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public KPP : string
{
get
{
this.kPPField;
}
set
{
this.kPPField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OGRN : string
{
get
{
this.oGRNField;
}
set
{
this.oGRNField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OKPO : string
{
get
{
this.oKPOField;
}
set
{
this.oKPOField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/SharedCore")]
public partial class PersonTypeAddition
{
private mutable typeField : PersonTypeAdditionType;
private mutable typeFieldSpecified : bool;
private mutable emailField : string;
private mutable urlField : string;
private mutable oKATOField : string;
private mutable oKTMOField : ReferenceItemType;
private mutable oKFSField : ReferenceItemType;
private mutable oKSMField : ReferenceItemType;
private mutable oKOPFField : ReferenceItemType;
private mutable oKVEDField : ReferenceItemType;
private mutable additionOKVEDsField : array[ReferenceItemType];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Type : PersonTypeAdditionType
{
get
{
this.typeField;
}
set
{
this.typeField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public TypeSpecified : bool
{
get
{
this.typeFieldSpecified;
}
set
{
this.typeFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Email : string
{
get
{
this.emailField;
}
set
{
this.emailField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Url : string
{
get
{
this.urlField;
}
set
{
this.urlField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OKATO : string
{
get
{
this.oKATOField;
}
set
{
this.oKATOField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OKTMO : ReferenceItemType
{
get
{
this.oKTMOField;
}
set
{
this.oKTMOField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OKFS : ReferenceItemType
{
get
{
this.oKFSField;
}
set
{
this.oKFSField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OKSM : ReferenceItemType
{
get
{
this.oKSMField;
}
set
{
this.oKSMField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OKOPF : ReferenceItemType
{
get
{
this.oKOPFField;
}
set
{
this.oKOPFField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OKVED : ReferenceItemType
{
get
{
this.oKVEDField;
}
set
{
this.oKVEDField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("OKVED", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public AdditionOKVEDs : array[ReferenceItemType]
{
get
{
this.additionOKVEDsField;
}
set
{
this.additionOKVEDsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/SharedCore")]
public enum PersonTypeAdditionType
{
/// <remarks/>
| P
/// <remarks/>
| PF
/// <remarks/>
| U
/// <remarks/>
| UF
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class PersonContactType
{
private mutable contactInfoField : PersonContactTypeContactInfo;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public ContactInfo : PersonContactTypeContactInfo
{
get
{
this.contactInfoField;
}
set
{
this.contactInfoField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/SharedCore")]
public partial class PersonContactTypeContactInfo
{
private mutable lastNameField : string;
private mutable firstNameField : string;
private mutable middleNameField : string;
private mutable contactFioField : string;
private mutable positionField : string;
private mutable emailField : string;
private mutable phoneField : array[string];
private mutable faxField : array[string];
private mutable judicialAddressField : string;
private mutable physicalAddressField : string;
private mutable postalAddressField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public LastName : string
{
get
{
this.lastNameField;
}
set
{
this.lastNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public FirstName : string
{
get
{
this.firstNameField;
}
set
{
this.firstNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public MiddleName : string
{
get
{
this.middleNameField;
}
set
{
this.middleNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public ContactFio : string
{
get
{
this.contactFioField;
}
set
{
this.contactFioField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Position : string
{
get
{
this.positionField;
}
set
{
this.positionField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Email : string
{
get
{
this.emailField;
}
set
{
this.emailField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public Phone : array[string]
{
get
{
this.phoneField;
}
set
{
this.phoneField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public Fax : array[string]
{
get
{
this.faxField;
}
set
{
this.faxField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public JudicialAddress : string
{
get
{
this.judicialAddressField;
}
set
{
this.judicialAddressField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PhysicalAddress : string
{
get
{
this.physicalAddressField;
}
set
{
this.physicalAddressField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PostalAddress : string
{
get
{
this.postalAddressField;
}
set
{
this.postalAddressField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class ParticipantType
{
private mutable localIdentityField : string;
private mutable personField : PersonType;
private mutable personContactsField : array[PersonContactType];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public LocalIdentity : string
{
get
{
this.localIdentityField;
}
set
{
this.localIdentityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Person : PersonType
{
get
{
this.personField;
}
set
{
this.personField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("PersonContact", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public PersonContacts : array[PersonContactType]
{
get
{
this.personContactsField;
}
set
{
this.personContactsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class ParticipantsType
{
private mutable participantField : array[ParticipantType];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("Participant", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Participant : array[ParticipantType]
{
get
{
this.participantField;
}
set
{
this.participantField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class AttachmentType
{
private mutable identityField : string;
private mutable urlField : string;
private mutable fileNameField : string;
private mutable descriptionField : string;
private mutable mimeTypeField : string;
private mutable contentField : array[byte];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Identity : string
{
get
{
this.identityField;
}
set
{
this.identityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="anyURI")]
public Url : string
{
get
{
this.urlField;
}
set
{
this.urlField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public FileName : string
{
get
{
this.fileNameField;
}
set
{
this.fileNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Description : string
{
get
{
this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public MimeType : string
{
get
{
this.mimeTypeField;
}
set
{
this.mimeTypeField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="base64Binary")]
public Content : array[byte]
{
get
{
this.contentField;
}
set
{
this.contentField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class AttachmentsType
{
private mutable attachmentField : array[AttachmentType];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("Attachment", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Attachment : array[AttachmentType]
{
get
{
this.attachmentField;
}
set
{
this.attachmentField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/SharedCore", IsNullable=true)]
public partial class PublishInfoType
{
private mutable versionField : string;
private mutable dateField : DateType;
private mutable urlField : string;
private mutable modificationInfoField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
public Version : string
{
get
{
this.versionField;
}
set
{
this.versionField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Date : DateType
{
get
{
this.dateField;
}
set
{
this.dateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="anyURI")]
public Url : string
{
get
{
this.urlField;
}
set
{
this.urlField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public ModificationInfo : string
{
get
{
this.modificationInfoField;
}
set
{
this.modificationInfoField = value;
}
}
}
}
namespace Spark.Marketing.Ru.XMLSchema.Plans
{
using Spark.Marketing.Ru.XMLSchema.SharedSystem;
using Spark.Marketing.Ru.XMLSchema.SharedCore;
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/Plans"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/Plans", IsNullable=true)]
public partial class PlanGraphType
{
private mutable publishInfoField : PublishInfoType;
private mutable identityInfoField : PlanGraphTypeIdentityInfo;
private mutable stateInfoField : PlanGraphTypeStateInfo;
private mutable mainInfoField : PlanGraphTypeMainInfo;
private mutable customerField : ParticipantType;
private mutable attachmentsField : array[AttachmentType];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PublishInfo : PublishInfoType
{
get
{
this.publishInfoField;
}
set
{
this.publishInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public IdentityInfo : PlanGraphTypeIdentityInfo
{
get
{
this.identityInfoField;
}
set
{
this.identityInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public StateInfo : PlanGraphTypeStateInfo
{
get
{
this.stateInfoField;
}
set
{
this.stateInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public MainInfo : PlanGraphTypeMainInfo
{
get
{
this.mainInfoField;
}
set
{
this.mainInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Customer : ParticipantType
{
get
{
this.customerField;
}
set
{
this.customerField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Attachment", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public Attachments : array[AttachmentType]
{
get
{
this.attachmentsField;
}
set
{
this.attachmentsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphTypeIdentityInfo
{
private mutable planGraphIdentityField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PlanGraphIdentity : string
{
get
{
this.planGraphIdentityField;
}
set
{
this.planGraphIdentityField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphTypeStateInfo
{
private mutable stateField : PlanGraphTypeStateInfoState;
private mutable statePublishDateField : DateType;
private mutable cancelledReasonField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public State : PlanGraphTypeStateInfoState
{
get
{
this.stateField;
}
set
{
this.stateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public StatePublishDate : DateType
{
get
{
this.statePublishDateField;
}
set
{
this.statePublishDateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public CancelledReason : string
{
get
{
this.cancelledReasonField;
}
set
{
this.cancelledReasonField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public enum PlanGraphTypeStateInfoState
{
/// <remarks/>
| Published
/// <remarks/>
| Cancelled
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphTypeMainInfo
{
private mutable yearField : string;
private mutable descriptionField : string;
private mutable datesInfoField : PlanGraphTypeMainInfoDatesInfo;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="gYear")]
public Year : string
{
get
{
this.yearField;
}
set
{
this.yearField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Description : string
{
get
{
this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public DatesInfo : PlanGraphTypeMainInfoDatesInfo
{
get
{
this.datesInfoField;
}
set
{
this.datesInfoField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphTypeMainInfoDatesInfo
{
private mutable creationDateField : DateType;
private mutable confirmDateField : DateType;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public CreationDate : DateType
{
get
{
this.creationDateField;
}
set
{
this.creationDateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public ConfirmDate : DateType
{
get
{
this.confirmDateField;
}
set
{
this.confirmDateField = value;
}
}
}
}
namespace Spark.Marketing.Ru.XMLSchema.Plans
{
using Spark.Marketing.Ru.XMLSchema.SharedSystem;
using Spark.Marketing.Ru.XMLSchema.SharedCore;
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(Namespace="http://spark-marketing.ru/XMLSchema/Plans"), System.Xml.Serialization.XmlRootAttribute(Namespace="http://spark-marketing.ru/XMLSchema/Plans", IsNullable=true)]
public partial class PlanGraphPositionType
{
private mutable publishInfoField : PublishInfoType;
private mutable identityInfoField : PlanGraphPositionTypeIdentityInfo;
private mutable stateInfoField : PlanGraphPositionTypeStateInfo;
private mutable mainInfoField : PlanGraphPositionTypeMainInfo;
private mutable optionalInfoField : PlanGraphPositionTypeOptionalInfo;
private mutable productsField : array[PlanGraphPositionTypeProduct];
private mutable conditionsField : PlanGraphPositionTypeConditions;
private mutable outcomeIndicatorsField : PlanGraphPositionTypeOutcomeIndicators;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PublishInfo : PublishInfoType
{
get
{
this.publishInfoField;
}
set
{
this.publishInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public IdentityInfo : PlanGraphPositionTypeIdentityInfo
{
get
{
this.identityInfoField;
}
set
{
this.identityInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public StateInfo : PlanGraphPositionTypeStateInfo
{
get
{
this.stateInfoField;
}
set
{
this.stateInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public MainInfo : PlanGraphPositionTypeMainInfo
{
get
{
this.mainInfoField;
}
set
{
this.mainInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OptionalInfo : PlanGraphPositionTypeOptionalInfo
{
get
{
this.optionalInfoField;
}
set
{
this.optionalInfoField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Product", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public Products : array[PlanGraphPositionTypeProduct]
{
get
{
this.productsField;
}
set
{
this.productsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Conditions : PlanGraphPositionTypeConditions
{
get
{
this.conditionsField;
}
set
{
this.conditionsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public OutcomeIndicators : PlanGraphPositionTypeOutcomeIndicators
{
get
{
this.outcomeIndicatorsField;
}
set
{
this.outcomeIndicatorsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeIdentityInfo
{
private mutable planGraphIdentityField : string;
private mutable planGraphPositionIdentityField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PlanGraphIdentity : string
{
get
{
this.planGraphIdentityField;
}
set
{
this.planGraphIdentityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PlanGraphPositionIdentity : string
{
get
{
this.planGraphPositionIdentityField;
}
set
{
this.planGraphPositionIdentityField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeStateInfo
{
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeMainInfo
{
private mutable placingWayField : ReferenceItemType;
private mutable nameField : string;
private mutable currencyField : ReferenceItemType;
private mutable startPriceField : decimal;
private mutable startPriceFieldSpecified : bool;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PlacingWay : ReferenceItemType
{
get
{
this.placingWayField;
}
set
{
this.placingWayField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Name : string
{
get
{
this.nameField;
}
set
{
this.nameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Currency : ReferenceItemType
{
get
{
this.currencyField;
}
set
{
this.currencyField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public StartPrice : decimal
{
get
{
this.startPriceField;
}
set
{
this.startPriceField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public StartPriceSpecified : bool
{
get
{
this.startPriceFieldSpecified;
}
set
{
this.startPriceFieldSpecified = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeOptionalInfo
{
private mutable paymentsField : decimal;
private mutable paymentsFieldSpecified : bool;
private mutable kBKsField : array[string];
private mutable kOSGUsField : array[ReferenceItemType];
private mutable oKVEDsField : array[ReferenceItemType];
private mutable publicDiscussionRequiredField : bool;
private mutable publicDiscussionRequiredFieldSpecified : bool;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Payments : decimal
{
get
{
this.paymentsField;
}
set
{
this.paymentsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public PaymentsSpecified : bool
{
get
{
this.paymentsFieldSpecified;
}
set
{
this.paymentsFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public KBKs : array[string]
{
get
{
this.kBKsField;
}
set
{
this.kBKsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public KOSGUs : array[ReferenceItemType]
{
get
{
this.kOSGUsField;
}
set
{
this.kOSGUsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public OKVEDs : array[ReferenceItemType]
{
get
{
this.oKVEDsField;
}
set
{
this.oKVEDsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public PublicDiscussionRequired : bool
{
get
{
this.publicDiscussionRequiredField;
}
set
{
this.publicDiscussionRequiredField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public PublicDiscussionRequiredSpecified : bool
{
get
{
this.publicDiscussionRequiredFieldSpecified;
}
set
{
this.publicDiscussionRequiredFieldSpecified = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeProduct
{
private mutable localIdentityField : string;
private mutable nameField : string;
private mutable internationalNameField : string;
private mutable sumPriceField : decimal;
private mutable sumPriceFieldSpecified : bool;
private mutable unitPriceField : decimal;
private mutable unitPriceFieldSpecified : bool;
private mutable amountUnitField : ReferenceItemType;
private mutable totalQuantityField : decimal;
private mutable totalQuantityFieldSpecified : bool;
private mutable currentYearQuantityField : decimal;
private mutable currentYearQuantityFieldSpecified : bool;
private mutable classifiersField : array[ClassifierItemType];
private mutable minRequirementsField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public LocalIdentity : string
{
get
{
this.localIdentityField;
}
set
{
this.localIdentityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Name : string
{
get
{
this.nameField;
}
set
{
this.nameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public InternationalName : string
{
get
{
this.internationalNameField;
}
set
{
this.internationalNameField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SumPrice : decimal
{
get
{
this.sumPriceField;
}
set
{
this.sumPriceField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public SumPriceSpecified : bool
{
get
{
this.sumPriceFieldSpecified;
}
set
{
this.sumPriceFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public UnitPrice : decimal
{
get
{
this.unitPriceField;
}
set
{
this.unitPriceField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public UnitPriceSpecified : bool
{
get
{
this.unitPriceFieldSpecified;
}
set
{
this.unitPriceFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public AmountUnit : ReferenceItemType
{
get
{
this.amountUnitField;
}
set
{
this.amountUnitField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public TotalQuantity : decimal
{
get
{
this.totalQuantityField;
}
set
{
this.totalQuantityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public TotalQuantitySpecified : bool
{
get
{
this.totalQuantityFieldSpecified;
}
set
{
this.totalQuantityFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public CurrentYearQuantity : decimal
{
get
{
this.currentYearQuantityField;
}
set
{
this.currentYearQuantityField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public CurrentYearQuantitySpecified : bool
{
get
{
this.currentYearQuantityFieldSpecified;
}
set
{
this.currentYearQuantityFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public Classifiers : array[ClassifierItemType]
{
get
{
this.classifiersField;
}
set
{
this.classifiersField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public MinRequirements : string
{
get
{
this.minRequirementsField;
}
set
{
this.minRequirementsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeConditions
{
private mutable tenderFinanceConditionField : PlanGraphPositionTypeConditionsTenderFinanceCondition;
private mutable contractFinanceConditionField : PlanGraphPositionTypeConditionsContractFinanceCondition;
private mutable advanceField : string;
private mutable graphField : PlanGraphPositionTypeConditionsGraph;
private mutable prohibitionsField : string;
private mutable requirementsField : array[PlanGraphPositionTypeConditionsRequirement];
private mutable preferencesField : array[PlanGraphPositionTypeConditionsPreference];
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public TenderFinanceCondition : PlanGraphPositionTypeConditionsTenderFinanceCondition
{
get
{
this.tenderFinanceConditionField;
}
set
{
this.tenderFinanceConditionField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public ContractFinanceCondition : PlanGraphPositionTypeConditionsContractFinanceCondition
{
get
{
this.contractFinanceConditionField;
}
set
{
this.contractFinanceConditionField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Advance : string
{
get
{
this.advanceField;
}
set
{
this.advanceField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Graph : PlanGraphPositionTypeConditionsGraph
{
get
{
this.graphField;
}
set
{
this.graphField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Prohibitions : string
{
get
{
this.prohibitionsField;
}
set
{
this.prohibitionsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Requirement", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public Requirements : array[PlanGraphPositionTypeConditionsRequirement]
{
get
{
this.requirementsField;
}
set
{
this.requirementsField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified), System.Xml.Serialization.XmlArrayItemAttribute("Preference", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public Preferences : array[PlanGraphPositionTypeConditionsPreference]
{
get
{
this.preferencesField;
}
set
{
this.preferencesField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeConditionsTenderFinanceCondition
{
private mutable procedureField : string;
private mutable amountField : decimal;
private mutable amountFieldSpecified : bool;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Procedure : string
{
get
{
this.procedureField;
}
set
{
this.procedureField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Amount : decimal
{
get
{
this.amountField;
}
set
{
this.amountField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public AmountSpecified : bool
{
get
{
this.amountFieldSpecified;
}
set
{
this.amountFieldSpecified = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeConditionsContractFinanceCondition
{
private mutable procedureField : string;
private mutable amountField : decimal;
private mutable amountFieldSpecified : bool;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Procedure : string
{
get
{
this.procedureField;
}
set
{
this.procedureField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Amount : decimal
{
get
{
this.amountField;
}
set
{
this.amountField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public AmountSpecified : bool
{
get
{
this.amountFieldSpecified;
}
set
{
this.amountFieldSpecified = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeConditionsGraph
{
private mutable tenderPlacingDateField : System.DateTime;
private mutable tenderPlacingDateFieldSpecified : bool;
private mutable contractExecutionDateField : System.DateTime;
private mutable contractExecutionDateFieldSpecified : bool;
private mutable contractExecutionStagesField : string;
private mutable periodicityField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
public TenderPlacingDate : System.DateTime
{
get
{
this.tenderPlacingDateField;
}
set
{
this.tenderPlacingDateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public TenderPlacingDateSpecified : bool
{
get
{
this.tenderPlacingDateFieldSpecified;
}
set
{
this.tenderPlacingDateFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
public ContractExecutionDate : System.DateTime
{
get
{
this.contractExecutionDateField;
}
set
{
this.contractExecutionDateField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public ContractExecutionDateSpecified : bool
{
get
{
this.contractExecutionDateFieldSpecified;
}
set
{
this.contractExecutionDateFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public ContractExecutionStages : string
{
get
{
this.contractExecutionStagesField;
}
set
{
this.contractExecutionStagesField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Periodicity : string
{
get
{
this.periodicityField;
}
set
{
this.periodicityField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeConditionsRequirement
{
private mutable requirementField : ReferenceItemType;
private mutable contentField : string;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Requirement : ReferenceItemType
{
get
{
this.requirementField;
}
set
{
this.requirementField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Content : string
{
get
{
this.contentField;
}
set
{
this.contentField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeConditionsPreference
{
private mutable preferenceField : ReferenceItemType;
private mutable valueField : decimal;
private mutable valueFieldSpecified : bool;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Preference : ReferenceItemType
{
get
{
this.preferenceField;
}
set
{
this.preferenceField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public Value : decimal
{
get
{
this.valueField;
}
set
{
this.valueField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public ValueSpecified : bool
{
get
{
this.valueFieldSpecified;
}
set
{
this.valueFieldSpecified = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234"), System.SerializableAttribute, System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"), System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://spark-marketing.ru/XMLSchema/Plans")]
public partial class PlanGraphPositionTypeOutcomeIndicators
{
private mutable sumPushaseSingleSupplier4Field : decimal;
private mutable sumPushaseSingleSupplier4FieldSpecified : bool;
private mutable sumPushaseSingleSupplier5Field : decimal;
private mutable sumPushaseSingleSupplier5FieldSpecified : bool;
private mutable sumPushaseSmallBusinessField : decimal;
private mutable sumPushaseSmallBusinessFieldSpecified : bool;
private mutable sumPushaseRequestField : decimal;
private mutable sumPushaseRequestFieldSpecified : bool;
private mutable sumContractMaxPriceField : decimal;
private mutable sumContractMaxPriceFieldSpecified : bool;
private mutable sumPaymentsTotalField : decimal;
private mutable sumPaymentsTotalFieldSpecified : bool;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SumPushaseSingleSupplier4 : decimal
{
get
{
this.sumPushaseSingleSupplier4Field;
}
set
{
this.sumPushaseSingleSupplier4Field = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public SumPushaseSingleSupplier4Specified : bool
{
get
{
this.sumPushaseSingleSupplier4FieldSpecified;
}
set
{
this.sumPushaseSingleSupplier4FieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SumPushaseSingleSupplier5 : decimal
{
get
{
this.sumPushaseSingleSupplier5Field;
}
set
{
this.sumPushaseSingleSupplier5Field = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public SumPushaseSingleSupplier5Specified : bool
{
get
{
this.sumPushaseSingleSupplier5FieldSpecified;
}
set
{
this.sumPushaseSingleSupplier5FieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SumPushaseSmallBusiness : decimal
{
get
{
this.sumPushaseSmallBusinessField;
}
set
{
this.sumPushaseSmallBusinessField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public SumPushaseSmallBusinessSpecified : bool
{
get
{
this.sumPushaseSmallBusinessFieldSpecified;
}
set
{
this.sumPushaseSmallBusinessFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SumPushaseRequest : decimal
{
get
{
this.sumPushaseRequestField;
}
set
{
this.sumPushaseRequestField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public SumPushaseRequestSpecified : bool
{
get
{
this.sumPushaseRequestFieldSpecified;
}
set
{
this.sumPushaseRequestFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SumContractMaxPrice : decimal
{
get
{
this.sumContractMaxPriceField;
}
set
{
this.sumContractMaxPriceField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public SumContractMaxPriceSpecified : bool
{
get
{
this.sumContractMaxPriceFieldSpecified;
}
set
{
this.sumContractMaxPriceFieldSpecified = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SumPaymentsTotal : decimal
{
get
{
this.sumPaymentsTotalField;
}
set
{
this.sumPaymentsTotalField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute]
public SumPaymentsTotalSpecified : bool
{
get
{
this.sumPaymentsTotalFieldSpecified;
}
set
{
this.sumPaymentsTotalFieldSpecified = value;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment