Commit fbab3ae5 by Alex Nasyr

xsd appl added

parent 56163b29
...@@ -37,8 +37,8 @@ namespace DDO_Application { ...@@ -37,8 +37,8 @@ namespace DDO_Application {
services.AddActiveMq("ddoApp-cluster", new[] { Endpoint.Create(host: "172.17.100.121", port: 61616, "contingent", "RjQ66VWS") }) services.AddActiveMq("ddoApp-cluster", new[] { Endpoint.Create(host: "172.17.100.121", port: 61616, "contingent", "RjQ66VWS") })
//services.AddActiveMq("ddoApp-cluster", new[] { Endpoint.Create(host: "192.168.2.19", port: 5672, "guest", "guest") }) //services.AddActiveMq("ddoApp-cluster", new[] { Endpoint.Create(host: "192.168.2.19", port: 5672, "guest", "guest") })
//services.AddActiveMq("ddoApp-cluster", new[] { ActiveMQ }) //services.AddActiveMq("ddoApp-cluster", new[] { ActiveMQ })
//.AddProducer<MessageProducer>(queue1) .AddProducer<MessageProducer>(queue2)
.AddTypedConsumer<TestMessage, MessageCunsomer>(queue3, RoutingType.Multicast); .AddTypedConsumer<TestMessage, MessageCunsomer>(queue2, RoutingType.Anycast);
//.AddProducer<MessageProducer>(msgQueues.Out) //.AddProducer<MessageProducer>(msgQueues.Out)
//.AddTypedConsumer<TestMessage, MessageCunsomer>(msgQueues.In, RoutingType.Multicast); //.AddTypedConsumer<TestMessage, MessageCunsomer>(msgQueues.In, RoutingType.Multicast);
services.AddActiveMqHostedService(); services.AddActiveMqHostedService();
......
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
// This code was generated by XmlSchemaClassGenerator version 2.0.646.0 using the following command:
// XmlSchemaClassGenerator.Console ddo-application-init.xsd -0
namespace Concentrator.Kindergarten
{
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("DataElementType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class DataElementType
{
/// <summary>
/// <para xml:lang="en">Gets or sets the text value.</para>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.Xml.Serialization.XmlTextAttribute()]
public string Value { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlAttributeAttribute("code")]
public string Code { get; set; }
}
/// <summary>
/// <para>Адрес</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Адрес")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("AddressType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class AddressType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 1024.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(1024)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("FullAddress")]
public string FullAddress { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 6.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(6)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Index")]
public string Index { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Region")]
public DataElementType Region { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Area")]
public DataElementType Area { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("City")]
public DataElementType City { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("CityArea")]
public DataElementType CityArea { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Place")]
public DataElementType Place { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Street")]
public DataElementType Street { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdditionalArea")]
public DataElementType AdditionalArea { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdditionalStreet")]
public DataElementType AdditionalStreet { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("House")]
public DataElementType House { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Building1")]
public string Building1 { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Building2")]
public string Building2 { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Apartment")]
public string Apartment { get; set; }
}
/// <summary>
/// <para>Описание прилагаемого документа</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Описание прилагаемого документа")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("AppliedDocumentType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class AppliedDocumentType
{
/// <summary>
/// <para>Код документа, генерируемый ЕПГУ</para>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Код документа, генерируемый ЕПГУ")]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("CodeDocument")]
public string CodeDocument { get; set; }
/// <summary>
/// <para>Имя файла загруженного документа</para>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Имя файла загруженного документа")]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("NameDocument")]
public string NameDocument { get; set; }
/// <summary>
/// <para>mime type контента (например: image/jpeg/pdf)</para>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("mime type контента (например: image/jpeg/pdf)")]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("TypeDocument")]
public string TypeDocument { get; set; }
}
/// <summary>
/// <para>Описание документа</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Описание документа")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("DocInfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class DocInfoType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocIssueDate", DataType="date")]
public System.DateTime DocIssueDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocIssued")]
public string DocIssued { get; set; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("DocExpirationDate", DataType="date")]
public System.DateTime DocExpirationDateValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the DocExpirationDate property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool DocExpirationDateValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<System.DateTime> DocExpirationDate
{
get
{
if (this.DocExpirationDateValueSpecified)
{
return this.DocExpirationDateValue;
}
else
{
return null;
}
}
set
{
this.DocExpirationDateValue = value.GetValueOrDefault();
this.DocExpirationDateValueSpecified = value.HasValue;
}
}
}
/// <summary>
/// <para>Сведения о заявителе</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Сведения о заявителе")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("PersonInfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class PersonInfoType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonSurname")]
public string PersonSurname { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonName")]
public string PersonName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.Xml.Serialization.XmlElementAttribute("PersonMiddleName")]
public string PersonMiddleName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 14.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(14)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonPhone")]
public string PersonPhone { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonEmail")]
public string PersonEmail { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Parents")]
public bool Parents { get; set; }
[System.Xml.Serialization.XmlElementAttribute("OtherRepresentative")]
public OtherRepresentativeType OtherRepresentative { get; set; }
}
/// <summary>
/// <para>Сведения о документе, подтверждающем полномочия заявителя</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Сведения о документе, подтверждающем полномочия заявителя")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("OtherRepresentativeType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class OtherRepresentativeType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("OtherRepresentativeDocName")]
public string OtherRepresentativeDocName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 10.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(10)]
[System.Xml.Serialization.XmlElementAttribute("OtherRepresentativeDocSeries")]
public string OtherRepresentativeDocSeries { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 10.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(10)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("OtherRepresentativeDocNumber")]
public string OtherRepresentativeDocNumber { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("OtherRepresentativeDocDate", DataType="date")]
public System.DateTime OtherRepresentativeDocDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("OtherRepresentativeDocIssued")]
public string OtherRepresentativeDocIssued { get; set; }
}
/// <summary>
/// <para>Паспортные данные заявителя</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Паспортные данные заявителя")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("PersonIdentityDocInfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class PersonIdentityDocInfoType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("IdentityDocName")]
public DataElementType IdentityDocName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 10.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(10)]
[System.Xml.Serialization.XmlElementAttribute("IdentityDocSeries")]
public string IdentityDocSeries { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 10.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(10)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("IdentityDocNumber")]
public string IdentityDocNumber { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("IdentityDocIssueDate", DataType="date")]
public System.DateTime IdentityDocIssueDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 6.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(6)]
[System.Xml.Serialization.XmlElementAttribute("IdentityDocIssueCode")]
public string IdentityDocIssueCode { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("IdentityDocIssued")]
public string IdentityDocIssued { get; set; }
}
/// <summary>
/// <para>Сведения о ребёнке</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Сведения о ребёнке")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ChildInfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ChildInfoType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildSurname")]
public string ChildSurname { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildName")]
public string ChildName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.Xml.Serialization.XmlElementAttribute("ChildMiddleName")]
public string ChildMiddleName { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDate", DataType="date")]
public System.DateTime ChildBirthDate { get; set; }
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocRF")]
public ChildBirthDocRFType ChildBirthDocRF { get; set; }
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocForeign")]
public ChildBirthDocForeignType ChildBirthDocForeign { get; set; }
}
/// <summary>
/// <para>Свидетельство о рождении РФ</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Свидетельство о рождении РФ")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ChildBirthDocRFType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ChildBirthDocRFType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 10.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(10)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocSeries")]
public string ChildBirthDocSeries { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 10.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(10)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocNumber")]
public string ChildBirthDocNumber { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocIssueDate", DataType="date")]
public System.DateTime ChildBirthDocIssueDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 21.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(21)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocActNumber")]
public string ChildBirthDocActNumber { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocActDate", DataType="date")]
public System.DateTime ChildBirthDocActDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocIssued")]
public string ChildBirthDocIssued { get; set; }
}
/// <summary>
/// <para>Другой документ</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Другой документ")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ChildBirthDocForeignType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ChildBirthDocForeignType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocName")]
public string ChildBirthDocName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 10.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(10)]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocSeries")]
public string ChildBirthDocSeries { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocNumber")]
public string ChildBirthDocNumber { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocIssueDate", DataType="date")]
public System.DateTime ChildBirthDocIssueDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildBirthDocIssued")]
public string ChildBirthDocIssued { get; set; }
}
/// <summary>
/// <para>Желаемые параметры зачисления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Желаемые параметры зачисления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("EntryParamsType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class EntryParamsType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EntryDate", DataType="date")]
public System.DateTime EntryDate { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Language")]
public DataElementType Language { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Schedule")]
public DataElementType Schedule { get; set; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("AgreementOnFullDayGroup")]
public bool AgreementOnFullDayGroupValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the AgreementOnFullDayGroup property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool AgreementOnFullDayGroupValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<bool> AgreementOnFullDayGroup
{
get
{
if (this.AgreementOnFullDayGroupValueSpecified)
{
return this.AgreementOnFullDayGroupValue;
}
else
{
return null;
}
}
set
{
this.AgreementOnFullDayGroupValue = value.GetValueOrDefault();
this.AgreementOnFullDayGroupValueSpecified = value.HasValue;
}
}
}
/// <summary>
/// <para>Направленность группы</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Направленность группы")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("AdaptationProgramType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class AdaptationProgramType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdaptationGroup")]
public DataElementType AdaptationGroup { get; set; }
[System.Xml.Serialization.XmlElementAttribute("AdaptationGroupType")]
public DataElementType AdaptationGroupType { get; set; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("AgreementOnGeneralGroup")]
public bool AgreementOnGeneralGroupValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the AgreementOnGeneralGroup property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool AgreementOnGeneralGroupValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<bool> AgreementOnGeneralGroup
{
get
{
if (this.AgreementOnGeneralGroupValueSpecified)
{
return this.AgreementOnGeneralGroupValue;
}
else
{
return null;
}
}
set
{
this.AgreementOnGeneralGroupValue = value.GetValueOrDefault();
this.AgreementOnGeneralGroupValueSpecified = value.HasValue;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("AgreementOnCareGroup")]
public bool AgreementOnCareGroupValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the AgreementOnCareGroup property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool AgreementOnCareGroupValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<bool> AgreementOnCareGroup
{
get
{
if (this.AgreementOnCareGroupValueSpecified)
{
return this.AgreementOnCareGroupValue;
}
else
{
return null;
}
}
set
{
this.AgreementOnCareGroupValue = value.GetValueOrDefault();
this.AgreementOnCareGroupValueSpecified = value.HasValue;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("NeedSpecialCareConditions")]
public bool NeedSpecialCareConditionsValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the NeedSpecialCareConditions property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool NeedSpecialCareConditionsValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<bool> NeedSpecialCareConditions
{
get
{
if (this.NeedSpecialCareConditionsValueSpecified)
{
return this.NeedSpecialCareConditionsValue;
}
else
{
return null;
}
}
set
{
this.NeedSpecialCareConditionsValue = value.GetValueOrDefault();
this.NeedSpecialCareConditionsValueSpecified = value.HasValue;
}
}
}
/// <summary>
/// <para>Реквизиты документа, подтверждающего группу коменсирующей направленности</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Реквизиты документа, подтверждающего группу коменсирующей направленности")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("MedicalReportType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class MedicalReportType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocName")]
public DataElementType DocName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 20.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(20)]
[System.Xml.Serialization.XmlElementAttribute("DocSeries")]
public string DocSeries { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 20.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(20)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocNumber")]
public string DocNumber { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocIssueDate", DataType="date")]
public System.DateTime DocIssueDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocIssued")]
public string DocIssued { get; set; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("DocExpirationDate", DataType="date")]
public System.DateTime DocExpirationDateValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the DocExpirationDate property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool DocExpirationDateValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<System.DateTime> DocExpirationDate
{
get
{
if (this.DocExpirationDateValueSpecified)
{
return this.DocExpirationDateValue;
}
else
{
return null;
}
}
set
{
this.DocExpirationDateValue = value.GetValueOrDefault();
this.DocExpirationDateValueSpecified = value.HasValue;
}
}
[System.Xml.Serialization.XmlIgnoreAttribute()]
private System.Collections.ObjectModel.Collection<AppliedDocumentType> _docFile;
[System.Xml.Serialization.XmlElementAttribute("DocFile")]
public System.Collections.ObjectModel.Collection<AppliedDocumentType> DocFile
{
get
{
return this._docFile;
}
private set
{
this._docFile = value;
}
}
/// <summary>
/// <para xml:lang="en">Gets a value indicating whether the DocFile collection is empty.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool DocFileSpecified
{
get
{
return (this.DocFile.Count != 0);
}
}
/// <summary>
/// <para xml:lang="en">Initializes a new instance of the <see cref="MedicalReportType" /> class.</para>
/// </summary>
public MedicalReportType()
{
this._docFile = new System.Collections.ObjectModel.Collection<AppliedDocumentType>();
}
}
/// <summary>
/// <para>Реквизиты документа, подтверждающего группу коменсирующей направленности</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Реквизиты документа, подтверждающего группу коменсирующей направленности")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("MedicalReportWithoutFilesType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class MedicalReportWithoutFilesType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocName")]
public DataElementType DocName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 20.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(20)]
[System.Xml.Serialization.XmlElementAttribute("DocSeries")]
public string DocSeries { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 20.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(20)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocNumber")]
public string DocNumber { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocIssueDate", DataType="date")]
public System.DateTime DocIssueDate { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocIssued")]
public string DocIssued { get; set; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("DocExpirationDate", DataType="date")]
public System.DateTime DocExpirationDateValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the DocExpirationDate property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool DocExpirationDateValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<System.DateTime> DocExpirationDate
{
get
{
if (this.DocExpirationDateValueSpecified)
{
return this.DocExpirationDateValue;
}
else
{
return null;
}
}
set
{
this.DocExpirationDateValue = value.GetValueOrDefault();
this.DocExpirationDateValueSpecified = value.HasValue;
}
}
}
/// <summary>
/// <para>Выбраная дошкольная организация</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Выбраная дошкольная организация")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("EduOrganizationType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class EduOrganizationType
{
/// <summary>
/// <para xml:lang="en">Gets or sets the text value.</para>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.Xml.Serialization.XmlTextAttribute()]
public string Value { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlAttributeAttribute("code")]
public string Code { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlAttributeAttribute("PriorityNumber")]
public sbyte PriorityNumber { get; set; }
}
/// <summary>
/// <para>Выбранные дошкольные организации</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Выбранные дошкольные организации")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("EduOrganizationsType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class EduOrganizationsType
{
[System.Xml.Serialization.XmlIgnoreAttribute()]
private System.Collections.ObjectModel.Collection<EduOrganizationType> _eduOrganization;
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EduOrganization")]
public System.Collections.ObjectModel.Collection<EduOrganizationType> EduOrganization
{
get
{
return this._eduOrganization;
}
private set
{
this._eduOrganization = value;
}
}
/// <summary>
/// <para xml:lang="en">Initializes a new instance of the <see cref="EduOrganizationsType" /> class.</para>
/// </summary>
public EduOrganizationsType()
{
this._eduOrganization = new System.Collections.ObjectModel.Collection<EduOrganizationType>();
}
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AllowOfferOther")]
public bool AllowOfferOther { get; set; }
}
/// <summary>
/// <para>Сведения об обучении братьев или сестер ребенка в выбранных организациях</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Сведения об обучении братьев или сестер ребенка в выбранных организациях")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("BrotherSisterInfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BrotherSisterInfoType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildSurname")]
public string ChildSurname { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildName")]
public string ChildName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.Xml.Serialization.XmlElementAttribute("ChildMiddleName")]
public string ChildMiddleName { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EduOrganization")]
public DataElementType EduOrganization { get; set; }
}
/// <summary>
/// <para>Сведения о документе, подтверждающем право на получение мер специальной поддержки</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Сведения о документе, подтверждающем право на получение мер специальной поддержки" +
"")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("BenefitInfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BenefitInfoType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("BenefitCategory")]
public DataElementType BenefitCategory { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("BenefitDocInfo")]
public DocInfoType BenefitDocInfo { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
private System.Collections.ObjectModel.Collection<AppliedDocumentType> _benefitFile;
[System.Xml.Serialization.XmlElementAttribute("BenefitFile")]
public System.Collections.ObjectModel.Collection<AppliedDocumentType> BenefitFile
{
get
{
return this._benefitFile;
}
private set
{
this._benefitFile = value;
}
}
/// <summary>
/// <para xml:lang="en">Gets a value indicating whether the BenefitFile collection is empty.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool BenefitFileSpecified
{
get
{
return (this.BenefitFile.Count != 0);
}
}
/// <summary>
/// <para xml:lang="en">Initializes a new instance of the <see cref="BenefitInfoType" /> class.</para>
/// </summary>
public BenefitInfoType()
{
this._benefitFile = new System.Collections.ObjectModel.Collection<AppliedDocumentType>();
}
}
/// <summary>
/// <para>Сведения о документе, подтверждающем право на получение мер специальной поддержки</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Сведения о документе, подтверждающем право на получение мер специальной поддержки" +
"")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("BenefitInfoWithoutFilesType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BenefitInfoWithoutFilesType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("BenefitCategory")]
public DataElementType BenefitCategory { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("BenefitDocInfo")]
public DocInfoType BenefitDocInfo { get; set; }
}
/// <summary>
/// <para>Подача заявления для направления в дошкольную организацию.</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Подача заявления для направления в дошкольную организацию.")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ApplicationType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ApplicationType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
/// <summary>
/// <para xml:lang="en">Minimum length: 1.</para>
/// <para xml:lang="en">Maximum length: 20.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MinLengthAttribute(1)]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(20)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ServicesType")]
public string ServicesType { get; set; }
/// <summary>
/// <para>Дата и время подачи. Передаётся только при первичной подаче заявления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Дата и время подачи. Передаётся только при первичной подаче заявления")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("FilingDate", DataType="dateTime")]
public System.DateTime FilingDateValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the FilingDate property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool FilingDateValueSpecified { get; set; }
/// <summary>
/// <para>Дата и время подачи. Передаётся только при первичной подаче заявления</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<System.DateTime> FilingDate
{
get
{
if (this.FilingDateValueSpecified)
{
return this.FilingDateValue;
}
else
{
return null;
}
}
set
{
this.FilingDateValue = value.GetValueOrDefault();
this.FilingDateValueSpecified = value.HasValue;
}
}
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonInfo")]
public PersonInfoType PersonInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonIdentityDocInfo")]
public PersonIdentityDocInfoType PersonIdentityDocInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildInfo")]
public ChildInfoType ChildInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Address")]
public AddressType Address { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EntryParams")]
public EntryParamsType EntryParams { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdaptationProgram")]
public AdaptationProgramType AdaptationProgram { get; set; }
[System.Xml.Serialization.XmlElementAttribute("MedicalReport")]
public MedicalReportType MedicalReport { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EduOrganizations")]
public EduOrganizationsType EduOrganizations { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
private System.Collections.ObjectModel.Collection<BrotherSisterInfoType> _brotherSisterInfo;
[System.Xml.Serialization.XmlElementAttribute("BrotherSisterInfo")]
public System.Collections.ObjectModel.Collection<BrotherSisterInfoType> BrotherSisterInfo
{
get
{
return this._brotherSisterInfo;
}
private set
{
this._brotherSisterInfo = value;
}
}
/// <summary>
/// <para xml:lang="en">Gets a value indicating whether the BrotherSisterInfo collection is empty.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool BrotherSisterInfoSpecified
{
get
{
return (this.BrotherSisterInfo.Count != 0);
}
}
/// <summary>
/// <para xml:lang="en">Initializes a new instance of the <see cref="ApplicationType" /> class.</para>
/// </summary>
public ApplicationType()
{
this._brotherSisterInfo = new System.Collections.ObjectModel.Collection<BrotherSisterInfoType>();
}
[System.Xml.Serialization.XmlElementAttribute("BenefitInfo")]
public BenefitInfoType BenefitInfo { get; set; }
}
/// <summary>
/// <para>Подача заявления на получение информации об этапах и результатах оказания услуги зачисления в дошкольную организацию</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Подача заявления на получение информации об этапах и результатах оказания услуги " +
"зачисления в дошкольную организацию")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ApplicationOrderInfoRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ApplicationOrderInfoRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
/// <summary>
/// <para xml:lang="en">Minimum length: 1.</para>
/// <para xml:lang="en">Maximum length: 20.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MinLengthAttribute(1)]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(20)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ServicesType")]
public string ServicesType { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonInfo")]
public PersonInfoType PersonInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonIdentityDocInfo")]
public PersonIdentityDocInfoType PersonIdentityDocInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildInfo")]
public ChildInfoType ChildInfo { get; set; }
}
/// <summary>
/// <para>Сведения о 2-м родителе</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Сведения о 2-м родителе")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("Person2InfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class Person2InfoType
{
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Person2Surname")]
public string Person2Surname { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Person2Name")]
public string Person2Name { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.Xml.Serialization.XmlElementAttribute("Person2MiddleName")]
public string Person2MiddleName { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 14.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(14)]
[System.Xml.Serialization.XmlElementAttribute("Person2Phone")]
public string Person2Phone { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 256.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(256)]
[System.Xml.Serialization.XmlElementAttribute("Person2Email")]
public string Person2Email { get; set; }
}
/// <summary>
/// <para>Подача заявления о приёме в дошкольную организацию</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Подача заявления о приёме в дошкольную организацию")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ApplicationAdmissionRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ApplicationAdmissionRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
/// <summary>
/// <para xml:lang="en">Minimum length: 1.</para>
/// <para xml:lang="en">Maximum length: 20.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MinLengthAttribute(1)]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(20)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ServicesType")]
public string ServicesType { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonInfo")]
public PersonInfoType PersonInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonIdentityDocInfo")]
public PersonIdentityDocInfoType PersonIdentityDocInfo { get; set; }
[System.Xml.Serialization.XmlElementAttribute("Person2Info")]
public Person2InfoType Person2Info { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildInfo")]
public ChildInfoType ChildInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Address")]
public AddressType Address { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EntryParams")]
public EntryParamsType EntryParams { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdaptationProgram")]
public AdaptationProgramType AdaptationProgram { get; set; }
[System.Xml.Serialization.XmlElementAttribute("MedicalReport")]
public MedicalReportType MedicalReport { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EduOrganizationCode")]
public string EduOrganizationCode { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("DocListReview")]
public bool DocListReview { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("LicenseCharter")]
public bool LicenseCharter { get; set; }
}
/// <summary>
/// <para>Получение данных о последовательности предоставления мест</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Получение данных о последовательности предоставления мест")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("GetApplicationQueueRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetApplicationQueueRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
}
/// <summary>
/// <para>Получение информации об основаниях изменений последовательности</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Получение информации об основаниях изменений последовательности")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("GetApplicationQueueReasonRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetApplicationQueueReasonRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PeriodStart", DataType="date")]
public System.DateTime PeriodStart { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PeriodEnd", DataType="date")]
public System.DateTime PeriodEnd { get; set; }
}
/// <summary>
/// <para>Запрос для получения данных заявления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Запрос для получения данных заявления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("GetApplicationRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetApplicationRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
}
/// <summary>
/// <para>Запрос для получения данных для подачи заявления на приём</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Запрос для получения данных для подачи заявления на приём")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("GetApplicationAdmissionRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetApplicationAdmissionRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
}
/// <summary>
/// <para>Отказ от предложенной дошкольной организации</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Отказ от предложенной дошкольной организации")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ApplicationRejectionRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ApplicationRejectionRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 2048.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(2048)]
[System.Xml.Serialization.XmlElementAttribute("comment")]
public string Comment { get; set; }
}
/// <summary>
/// <para>Запрос на отмену заявления для направления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Запрос на отмену заявления для направления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("cancelRequestType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CancelRequestType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 2048.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(2048)]
[System.Xml.Serialization.XmlElementAttribute("reason")]
public string Reason { get; set; }
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("orderIdType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class OrderIdType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("pguId")]
public long PguId { get; set; }
}
/// <summary>
/// <para>Статус заявления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Статус заявления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("statusCodeType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class StatusCodeType
{
/// <summary>
/// <para>Код статуса в ведомстве</para>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Код статуса в ведомстве")]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.Xml.Serialization.XmlElementAttribute("orgCode")]
public string OrgCode { get; set; }
/// <summary>
/// <para>Код статуса на ЕПГУ</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Код статуса на ЕПГУ")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("techCode")]
public sbyte TechCodeValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the TechCode property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool TechCodeValueSpecified { get; set; }
/// <summary>
/// <para>Код статуса на ЕПГУ</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<sbyte> TechCode
{
get
{
if (this.TechCodeValueSpecified)
{
return this.TechCodeValue;
}
else
{
return null;
}
}
set
{
this.TechCodeValue = value.GetValueOrDefault();
this.TechCodeValueSpecified = value.HasValue;
}
}
}
/// <summary>
/// <para>Информация для изменения статуса заявления для направления в ЛК ЕПГУ</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Информация для изменения статуса заявления для направления в ЛК ЕПГУ")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("changeOrderInfoType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ChangeOrderInfoType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public OrderIdType OrderId { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("statusCode")]
public StatusCodeType StatusCode { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 2048.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(2048)]
[System.Xml.Serialization.XmlElementAttribute("comment")]
public string Comment { get; set; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Xml.Serialization.XmlElementAttribute("cancelAllowed")]
public bool CancelAllowedValue { get; set; }
/// <summary>
/// <para xml:lang="en">Gets or sets a value indicating whether the CancelAllowed property is specified.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool CancelAllowedValueSpecified { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<bool> CancelAllowed
{
get
{
if (this.CancelAllowedValueSpecified)
{
return this.CancelAllowedValue;
}
else
{
return null;
}
}
set
{
this.CancelAllowedValue = value.GetValueOrDefault();
this.CancelAllowedValueSpecified = value.HasValue;
}
}
}
/// <summary>
/// <para>Данные о позиции при распределении</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Данные о позиции при распределении")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("ApplicationQueueResponseType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ApplicationQueueResponseType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Position")]
public string Position { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Total")]
public string Total { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("WithoutQueue")]
public short WithoutQueue { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("FirstQueue")]
public short FirstQueue { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdvantageQueue")]
public short AdvantageQueue { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("RelevantDT", DataType="dateTime")]
public System.DateTime RelevantDT { get; set; }
}
/// <summary>
/// <para>Информация об основаниях изменений последовательности</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Информация об основаниях изменений последовательности")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("GetApplicationQueueReasonResponseType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetApplicationQueueReasonResponseType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("IncreaseQueue")]
public string IncreaseQueue { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("GotAPlace")]
public string GotAPlace { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("IncreaseBenefits")]
public string IncreaseBenefits { get; set; }
}
/// <summary>
/// <para>Ответ с данными заявления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Ответ с данными заявления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("GetApplicationResponseType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetApplicationResponseType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonInfo")]
public PersonInfoType PersonInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonIdentityDocInfo")]
public PersonIdentityDocInfoType PersonIdentityDocInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildInfo")]
public ChildInfoType ChildInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Address")]
public AddressType Address { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EntryParams")]
public EntryParamsType EntryParams { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdaptationProgram")]
public AdaptationProgramType AdaptationProgram { get; set; }
[System.Xml.Serialization.XmlElementAttribute("MedicalReport")]
public MedicalReportWithoutFilesType MedicalReport { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EduOrganizations")]
public EduOrganizationsType EduOrganizations { get; set; }
[System.Xml.Serialization.XmlIgnoreAttribute()]
private System.Collections.ObjectModel.Collection<BrotherSisterInfoType> _brotherSisterInfo;
[System.Xml.Serialization.XmlElementAttribute("BrotherSisterInfo")]
public System.Collections.ObjectModel.Collection<BrotherSisterInfoType> BrotherSisterInfo
{
get
{
return this._brotherSisterInfo;
}
private set
{
this._brotherSisterInfo = value;
}
}
/// <summary>
/// <para xml:lang="en">Gets a value indicating whether the BrotherSisterInfo collection is empty.</para>
/// </summary>
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool BrotherSisterInfoSpecified
{
get
{
return (this.BrotherSisterInfo.Count != 0);
}
}
/// <summary>
/// <para xml:lang="en">Initializes a new instance of the <see cref="GetApplicationResponseType" /> class.</para>
/// </summary>
public GetApplicationResponseType()
{
this._brotherSisterInfo = new System.Collections.ObjectModel.Collection<BrotherSisterInfoType>();
}
[System.Xml.Serialization.XmlElementAttribute("BenefitInfo")]
public BenefitInfoWithoutFilesType BenefitInfo { get; set; }
}
/// <summary>
/// <para>Ответ с данными для подачи заявления на приём</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Ответ с данными для подачи заявления на приём")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("GetApplicationAdmissionResponseType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetApplicationAdmissionResponseType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonInfo")]
public PersonInfoType PersonInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("PersonIdentityDocInfo")]
public PersonIdentityDocInfoType PersonIdentityDocInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("ChildInfo")]
public ChildInfoType ChildInfo { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("Address")]
public AddressType Address { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EntryParams")]
public EntryParamsType EntryParams { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("AdaptationProgram")]
public AdaptationProgramType AdaptationProgram { get; set; }
[System.Xml.Serialization.XmlElementAttribute("MedicalReport")]
public MedicalReportWithoutFilesType MedicalReport { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 50.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(50)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("EduOrganizationCode")]
public string EduOrganizationCode { get; set; }
}
/// <summary>
/// <para>Результат передачи запроса на отмену заявления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Результат передачи запроса на отмену заявления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("CancelResultType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
public enum CancelResultType
{
CANCELLED,
IN_PROGRESS,
REJECTED,
}
/// <summary>
/// <para>Ответ на запрос отмены заявления для направления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute("Ответ на запрос отмены заявления для направления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("cancelResponseType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CancelResponseType
{
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("orderId")]
public long OrderId { get; set; }
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlElementAttribute("result")]
public CancelResultType Result { get; set; }
/// <summary>
/// <para xml:lang="en">Maximum length: 2048.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(2048)]
[System.Xml.Serialization.XmlElementAttribute("comment")]
public string Comment { get; set; }
}
/// <summary>
/// <para>Заявление для направления в дошкольную организацию или заявление на получение информации об этапах и результатах оказания услуги зачисления в дошкольную организацию или заявление на приём в дошкольную организацию или запрос получения информации о последовательности предоставления мест или запрос получения информации об основаниях изменения последовательности предоставления мест или запрос получения данных заявления для редактирования или запрос получения данных для подачи заявления на приём или отказ от предложенной дошкольной организации или запрос на отмену заявления для направления в дошкольную организацию</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute(@"Заявление для направления в дошкольную организацию или заявление на получение информации об этапах и результатах оказания услуги зачисления в дошкольную организацию или заявление на приём в дошкольную организацию или запрос получения информации о последовательности предоставления мест или запрос получения информации об основаниях изменения последовательности предоставления мест или запрос получения данных заявления для редактирования или запрос получения данных для подачи заявления на приём или отказ от предложенной дошкольной организации или запрос на отмену заявления для направления в дошкольную организацию")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("FormDataType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("FormData", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
public partial class FormDataType
{
[System.Xml.Serialization.XmlElementAttribute("ApplicationRequest")]
public ApplicationType ApplicationRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("ApplicationOrderInfoRequest")]
public ApplicationOrderInfoRequestType ApplicationOrderInfoRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("ApplicationAdmissionRequest")]
public ApplicationAdmissionRequestType ApplicationAdmissionRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationQueueRequest")]
public GetApplicationQueueRequestType GetApplicationQueueRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationQueueReasonRequest")]
public GetApplicationQueueReasonRequestType GetApplicationQueueReasonRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationRequest")]
public GetApplicationRequestType GetApplicationRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationAdmissionRequest")]
public GetApplicationAdmissionRequestType GetApplicationAdmissionRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("ApplicationRejectionRequest")]
public ApplicationRejectionRequestType ApplicationRejectionRequest { get; set; }
[System.Xml.Serialization.XmlElementAttribute("cancelRequest")]
public CancelRequestType CancelRequest { get; set; }
/// <summary>
/// <para xml:lang="en">Minimum length: 1.</para>
/// <para xml:lang="en">Maximum length: 11.</para>
/// </summary>
[System.ComponentModel.DataAnnotations.MinLengthAttribute(1)]
[System.ComponentModel.DataAnnotations.MaxLengthAttribute(11)]
[System.ComponentModel.DataAnnotations.RequiredAttribute()]
[System.Xml.Serialization.XmlAttributeAttribute("oktmo")]
public string Oktmo { get; set; }
}
/// <summary>
/// <para>Ответ с изменением статуса заявления или информация о последовательности предоставления мест или информация об основаниях изменения последовательности предоставления мест или ответ с данными заявления для редактирования или ответ с данными для подачи заявления на приём или ответ на запрос отмены заявления</para>
/// </summary>
[System.ComponentModel.DescriptionAttribute(@"Ответ с изменением статуса заявления или информация о последовательности предоставления мест или информация об основаниях изменения последовательности предоставления мест или ответ с данными заявления для редактирования или ответ с данными для подачи заявления на приём или ответ на запрос отмены заявления")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.0.646.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute("FormDataResponseType", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("FormDataResponse", Namespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1")]
public partial class FormDataResponseType
{
[System.Xml.Serialization.XmlElementAttribute("changeOrderInfo")]
public ChangeOrderInfoType ChangeOrderInfo { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationQueueResponse")]
public ApplicationQueueResponseType GetApplicationQueueResponse { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationQueueReasonResponse")]
public GetApplicationQueueReasonResponseType GetApplicationQueueReasonResponse { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationResponse")]
public GetApplicationResponseType GetApplicationResponse { get; set; }
[System.Xml.Serialization.XmlElementAttribute("GetApplicationAdmissionResponse")]
public GetApplicationAdmissionResponseType GetApplicationAdmissionResponse { get; set; }
[System.Xml.Serialization.XmlElementAttribute("cancelResponse")]
public CancelResponseType CancelResponse { get; set; }
}
}
<?xml version="1.0" encoding="utf-8"?>
<ns:FormData oktmo="00000000000" xmlns:ns="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1">
<ns:ApplicationRequest>
<ns:orderId>12345678</ns:orderId>
<ns:ServicesType>-10002202019</ns:ServicesType>
<ns:FilingDate>2020-10-15T09:30:10+03:00</ns:FilingDate>
<ns:PersonInfo>
<ns:PersonSurname>Èâàíîâà</ns:PersonSurname>
<ns:PersonName>Åëåíà</ns:PersonName>
<ns:PersonMiddleName>Âèêòîðîâíà</ns:PersonMiddleName>
<ns:PersonPhone>+7(123)1234567</ns:PersonPhone>
<ns:PersonEmail>test@test.ru</ns:PersonEmail>
<ns:Parents>true</ns:Parents>
</ns:PersonInfo>
<ns:PersonIdentityDocInfo>
<ns:IdentityDocName code="1">Ïàñïîðò ãðàæäàíèíà ÐÔ</ns:IdentityDocName>
<ns:IdentityDocSeries>6004</ns:IdentityDocSeries>
<ns:IdentityDocNumber>586830</ns:IdentityDocNumber>
<ns:IdentityDocIssueDate>2007-09-10</ns:IdentityDocIssueDate>
<ns:IdentityDocIssueCode>000009</ns:IdentityDocIssueCode>
<ns:IdentityDocIssued>Îòäåëåíèåì ÓÔÌÑ Ðîññèè</ns:IdentityDocIssued>
</ns:PersonIdentityDocInfo>
<ns:ChildInfo>
<ns:ChildSurname>Èâàíîâ</ns:ChildSurname>
<ns:ChildName>Âàñèëèé</ns:ChildName>
<ns:ChildMiddleName>Àëåêñàíäðîâè÷</ns:ChildMiddleName>
<ns:ChildBirthDate>2016-02-02</ns:ChildBirthDate>
<ns:ChildBirthDocRF>
<ns:ChildBirthDocSeries>VII-ËÄ</ns:ChildBirthDocSeries>
<ns:ChildBirthDocNumber>132564</ns:ChildBirthDocNumber>
<ns:ChildBirthDocIssueDate>2016-02-02</ns:ChildBirthDocIssueDate>
<ns:ChildBirthDocActNumber>13245</ns:ChildBirthDocActNumber>
<ns:ChildBirthDocActDate>2016-02-02</ns:ChildBirthDocActDate>
<ns:ChildBirthDocIssued>ÇÀÃÑ ðàéîíà ¹5</ns:ChildBirthDocIssued>
</ns:ChildBirthDocRF>
</ns:ChildInfo>
<ns:Address>
<ns:FullAddress>121351, Ìîñêâà ã., Áîáðóéñêàÿ óë., 4 ä., 2 êîðï.</ns:FullAddress>
<ns:Index>121351</ns:Index>
<ns:Region code="0c5b2444-70a0-4932-980c57b4dc0d3f02b5">ã. Ìîñêâà</ns:Region>
<ns:Area code=""></ns:Area>
<ns:City code=""></ns:City>
<ns:CityArea code=""></ns:CityArea>
<ns:Place code=""></ns:Place>
<ns:Street code="585eec0b-314c-4309-a497-3fe09300e903">óë. Áîáðóéñêàÿ</ns:Street>
<ns:AdditionalArea code=""></ns:AdditionalArea>
<ns:AdditionalStreet code=""></ns:AdditionalStreet>
<ns:House code="5956b056-0d23-4f59-9c52-f561968bdda0">4</ns:House>
<ns:Building1>2</ns:Building1>
<ns:Building2></ns:Building2>
<ns:Apartment>23</ns:Apartment>
</ns:Address>
<ns:EntryParams>
<ns:EntryDate>2018-09-01</ns:EntryDate>
<ns:Language code="1">Ðóññêèé</ns:Language>
<ns:Schedule code="2">Êðàòêîâðåìåííûé ðåæèì ïðåáûâàíèÿ (äî 5 ÷àñîâ)</ns:Schedule>
<ns:AgreementOnFullDayGroup>true</ns:AgreementOnFullDayGroup>
</ns:EntryParams>
<ns:AdaptationProgram>
<ns:AdaptationGroup code="2">Êîìïåíñèðóþùàÿ</ns:AdaptationGroup>
<ns:AdaptationGroupType code="4">Äëÿ ñëàáîâèäÿùèõ äåòåé</ns:AdaptationGroupType>
<ns:AgreementOnGeneralGroup>true</ns:AgreementOnGeneralGroup>
<ns:AgreementOnCareGroup>true</ns:AgreementOnCareGroup>
</ns:AdaptationProgram>
<ns:MedicalReport>
<ns:DocName code="1">Çàêëþ÷åíèå</ns:DocName>
<ns:DocSeries>À1</ns:DocSeries>
<ns:DocNumber>1122</ns:DocNumber>
<ns:DocIssueDate>2018-09-01</ns:DocIssueDate>
<ns:DocIssued>Öåíòðàëüíàÿ ÏÌÏÌÊ</ns:DocIssued>
<ns:DocFile>
<ns:CodeDocument>MedicalFile</ns:CodeDocument>
<ns:NameDocument>Çàêëþ÷åíèå.pdf</ns:NameDocument>
<ns:TypeDocument>application/pdf</ns:TypeDocument>
</ns:DocFile>
<ns:DocFile>
<ns:CodeDocument>MedicalSignature</ns:CodeDocument>
<ns:NameDocument>Çàêëþ÷åíèå.pdf.sig</ns:NameDocument>
<ns:TypeDocument>application/x-pkcs7-signature</ns:TypeDocument>
</ns:DocFile>
</ns:MedicalReport>
<ns:EduOrganizations>
<ns:EduOrganization code="215" PriorityNumber="1">Âàñèë¸ê</ns:EduOrganization>
<ns:EduOrganization code="219" PriorityNumber="2">Ñîëíûøêî</ns:EduOrganization>
<ns:EduOrganization code="221" PriorityNumber="3">Ðîìàøêà</ns:EduOrganization>
<ns:AllowOfferOther>true</ns:AllowOfferOther>
</ns:EduOrganizations>
<ns:BrotherSisterInfo>
<ns:ChildSurname>Èâàíîâ</ns:ChildSurname>
<ns:ChildName>Ïåòð</ns:ChildName>
<ns:ChildMiddleName>Àëåêñàíäðîâè÷</ns:ChildMiddleName>
<ns:EduOrganization code="215">Âàñèë¸ê</ns:EduOrganization>
</ns:BrotherSisterInfo>
<ns:BenefitInfo>
<ns:BenefitCategory code="9"> Äåòè âîåííîñëóæàùèõ, ïðîõîäÿùèõ âîåííóþ ñëóæáó ïî êîíòðàêòó </ns:BenefitCategory>
<ns:BenefitDocInfo>
<ns:DocIssueDate>2018-03-02</ns:DocIssueDate>
<ns:DocIssued>Ñïðàâêà ñ ðàáîòû</ns:DocIssued>
</ns:BenefitDocInfo>
<ns:BenefitFile>
<ns:CodeDocument>BenefitFile</ns:CodeDocument>
<ns:NameDocument>Ñïðàâêà.pdf</ns:NameDocument>
<ns:TypeDocument>application/pdf</ns:TypeDocument>
</ns:BenefitFile>
<ns:BenefitFile>
<ns:CodeDocument>BenefitSignature</ns:CodeDocument>
<ns:NameDocument>Ñïðàâêà.pdf.sig</ns:NameDocument>
<ns:TypeDocument>application/x-pkcs7-signature</ns:TypeDocument>
</ns:BenefitFile>
</ns:BenefitInfo>
</ns:ApplicationRequest>
</ns:FormData>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1" targetNamespace="http://epgu.gosuslugi.ru/concentrator/kindergarten/3.2.1" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:simpleType name="stringNN-11">
<xsd:restriction base="xsd:normalizedString">
<xsd:minLength value="1"/>
<xsd:maxLength value="11"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="stringNN-20">
<xsd:restriction base="xsd:normalizedString">
<xsd:minLength value="1"/>
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-6">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="6"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-10">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-20">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-21">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="21"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-14">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="14"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-50">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-256">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="256"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-1024">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1024"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string-2048">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2048"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="DataElementType">
<xsd:simpleContent>
<xsd:extension base="tns:string-256">
<xsd:attribute name="code" type="tns:string-50" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AddressType">
<xsd:annotation>
<xsd:documentation>Адрес</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FullAddress" type="tns:string-1024"/>
<xsd:element name="Index" type="tns:string-6"/>
<xsd:element name="Region" type="tns:DataElementType"/>
<xsd:element name="Area" type="tns:DataElementType"/>
<xsd:element name="City" type="tns:DataElementType"/>
<xsd:element name="CityArea" type="tns:DataElementType"/>
<xsd:element name="Place" type="tns:DataElementType"/>
<xsd:element name="Street" type="tns:DataElementType"/>
<xsd:element name="AdditionalArea" type="tns:DataElementType"/>
<xsd:element name="AdditionalStreet" type="tns:DataElementType"/>
<xsd:element name="House" type="tns:DataElementType"/>
<xsd:element name="Building1" type="tns:string-50"/>
<xsd:element name="Building2" type="tns:string-50"/>
<xsd:element name="Apartment" type="tns:string-50"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AppliedDocumentType">
<xsd:annotation>
<xsd:documentation>Описание прилагаемого документа</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="CodeDocument" type="tns:string-50">
<xsd:annotation>
<xsd:documentation>Код документа, генерируемый ЕПГУ</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NameDocument" type="tns:string-50">
<xsd:annotation>
<xsd:documentation>Имя файла загруженного документа</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TypeDocument" type="tns:string-50">
<xsd:annotation>
<xsd:documentation>mime type контента (например: image/jpeg/pdf)</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DocInfoType">
<xsd:annotation>
<xsd:documentation> Описание документа </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DocIssueDate" type="xsd:date"/>
<xsd:element name="DocIssued" type="tns:string-256"/>
<xsd:element name="DocExpirationDate" type="xsd:date" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PersonInfoType">
<xsd:annotation>
<xsd:documentation> Сведения о заявителе </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PersonSurname" type="tns:string-256"/>
<xsd:element name="PersonName" type="tns:string-256"/>
<xsd:element name="PersonMiddleName" type="tns:string-256" minOccurs="0"/>
<xsd:element name="PersonPhone" type="tns:string-14"/>
<xsd:element name="PersonEmail" type="tns:string-256"/>
<xsd:element name="Parents" type="xsd:boolean"/>
<xsd:element name="OtherRepresentative" type="tns:OtherRepresentativeType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="OtherRepresentativeType">
<xsd:annotation>
<xsd:documentation>Сведения о документе, подтверждающем полномочия заявителя</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="OtherRepresentativeDocName" type="tns:string-256"/>
<xsd:element name="OtherRepresentativeDocSeries" type="tns:string-10" minOccurs="0"/>
<xsd:element name="OtherRepresentativeDocNumber" type="tns:string-10"/>
<xsd:element name="OtherRepresentativeDocDate" type="xsd:date"/>
<xsd:element name="OtherRepresentativeDocIssued" type="tns:string-256"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PersonIdentityDocInfoType">
<xsd:annotation>
<xsd:documentation>Паспортные данные заявителя</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="IdentityDocName" type="tns:DataElementType"/>
<xsd:element name="IdentityDocSeries" type="tns:string-10" minOccurs="0"/>
<xsd:element name="IdentityDocNumber" type="tns:string-10"/>
<xsd:element name="IdentityDocIssueDate" type="xsd:date"/>
<xsd:element name="IdentityDocIssueCode" type="tns:string-6" minOccurs="0"/>
<xsd:element name="IdentityDocIssued" type="tns:string-256"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ChildInfoType">
<xsd:annotation>
<xsd:documentation>Сведения о ребёнке</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ChildSurname" type="tns:string-256"/>
<xsd:element name="ChildName" type="tns:string-256"/>
<xsd:element name="ChildMiddleName" type="tns:string-256" minOccurs="0"/>
<xsd:element name="ChildBirthDate" type="xsd:date"/>
<xsd:choice>
<xsd:element name="ChildBirthDocRF" type="tns:ChildBirthDocRFType"/>
<xsd:element name="ChildBirthDocForeign" type="tns:ChildBirthDocForeignType"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ChildBirthDocRFType">
<xsd:annotation>
<xsd:documentation>Свидетельство о рождении РФ</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ChildBirthDocSeries" type="tns:string-10"/>
<xsd:element name="ChildBirthDocNumber" type="tns:string-10"/>
<xsd:element name="ChildBirthDocIssueDate" type="xsd:date"/>
<xsd:element name="ChildBirthDocActNumber" type="tns:string-21"/>
<xsd:element name="ChildBirthDocActDate" type="xsd:date"/>
<xsd:element name="ChildBirthDocIssued" type="tns:string-256"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ChildBirthDocForeignType">
<xsd:annotation>
<xsd:documentation>Другой документ</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ChildBirthDocName" type="tns:string-256"/>
<xsd:element name="ChildBirthDocSeries" type="tns:string-10" minOccurs="0"/>
<xsd:element name="ChildBirthDocNumber" type="tns:string-50"/>
<xsd:element name="ChildBirthDocIssueDate" type="xsd:date"/>
<xsd:element name="ChildBirthDocIssued" type="tns:string-256"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EntryParamsType">
<xsd:annotation>
<xsd:documentation>Желаемые параметры зачисления</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EntryDate" type="xsd:date"/>
<xsd:element name="Language" type="tns:DataElementType"/>
<xsd:element name="Schedule" type="tns:DataElementType"/>
<xsd:element name="AgreementOnFullDayGroup" type="xsd:boolean" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AdaptationProgramType">
<xsd:annotation>
<xsd:documentation>Направленность группы</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AdaptationGroup" type="tns:DataElementType"/>
<xsd:element name="AdaptationGroupType" type="tns:DataElementType" minOccurs="0"/>
<xsd:element name="AgreementOnGeneralGroup" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="AgreementOnCareGroup" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="NeedSpecialCareConditions" type="xsd:boolean" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="MedicalReportType">
<xsd:annotation>
<xsd:documentation>Реквизиты документа, подтверждающего группу коменсирующей направленности</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DocName" type="tns:DataElementType"/>
<xsd:element name="DocSeries" type="tns:string-20" minOccurs="0"/>
<xsd:element name="DocNumber" type="tns:string-20"/>
<xsd:element name="DocIssueDate" type="xsd:date"/>
<xsd:element name="DocIssued" type="tns:string-256"/>
<xsd:element name="DocExpirationDate" type="xsd:date" minOccurs="0"/>
<xsd:element name="DocFile" type="tns:AppliedDocumentType" minOccurs="0" maxOccurs="2"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="MedicalReportWithoutFilesType">
<xsd:annotation>
<xsd:documentation>Реквизиты документа, подтверждающего группу коменсирующей направленности
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DocName" type="tns:DataElementType"/>
<xsd:element name="DocSeries" type="tns:string-20" minOccurs="0"/>
<xsd:element name="DocNumber" type="tns:string-20"/>
<xsd:element name="DocIssueDate" type="xsd:date"/>
<xsd:element name="DocIssued" type="tns:string-256"/>
<xsd:element name="DocExpirationDate" type="xsd:date" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EduOrganizationType">
<xsd:annotation>
<xsd:documentation>Выбраная дошкольная организация</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="tns:string-256">
<xsd:attribute name="code" type="tns:string-50" use="required"/>
<xsd:attribute name="PriorityNumber" type="xsd:byte" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EduOrganizationsType">
<xsd:annotation>
<xsd:documentation>Выбранные дошкольные организации</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EduOrganization" type="tns:EduOrganizationType" minOccurs="1" maxOccurs="50"/>
<xsd:element name="AllowOfferOther" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="BrotherSisterInfoType">
<xsd:annotation>
<xsd:documentation>Сведения об обучении братьев или сестер ребенка в выбранных организациях</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ChildSurname" type="tns:string-256"/>
<xsd:element name="ChildName" type="tns:string-256"/>
<xsd:element name="ChildMiddleName" type="tns:string-256" minOccurs="0"/>
<xsd:element name="EduOrganization" type="tns:DataElementType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="BenefitInfoType">
<xsd:annotation>
<xsd:documentation>Сведения о документе, подтверждающем право на получение мер специальной поддержки</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="BenefitCategory" type="tns:DataElementType"/>
<xsd:element name="BenefitDocInfo" type="tns:DocInfoType"/>
<xsd:element name="BenefitFile" type="tns:AppliedDocumentType" minOccurs="0" maxOccurs="2"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="BenefitInfoWithoutFilesType">
<xsd:annotation>
<xsd:documentation>Сведения о документе, подтверждающем право на получение мер специальной поддержки</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="BenefitCategory" type="tns:DataElementType"/>
<xsd:element name="BenefitDocInfo" type="tns:DocInfoType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ApplicationType">
<xsd:annotation>
<xsd:documentation>Подача заявления для направления в дошкольную организацию.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="ServicesType" type="tns:stringNN-20"/>
<xsd:element name="FilingDate" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Дата и время подачи. Передаётся только при первичной подаче заявления</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PersonInfo" type="tns:PersonInfoType"/>
<xsd:element name="PersonIdentityDocInfo" type="tns:PersonIdentityDocInfoType"/>
<xsd:element name="ChildInfo" type="tns:ChildInfoType"/>
<xsd:element name="Address" type="tns:AddressType"/>
<xsd:element name="EntryParams" type="tns:EntryParamsType"/>
<xsd:element name="AdaptationProgram" type="tns:AdaptationProgramType"/>
<xsd:element name="MedicalReport" type="tns:MedicalReportType" minOccurs="0"/>
<xsd:element name="EduOrganizations" type="tns:EduOrganizationsType"/>
<xsd:element name="BrotherSisterInfo" type="tns:BrotherSisterInfoType" minOccurs="0" maxOccurs="10"/>
<xsd:element name="BenefitInfo" type="tns:BenefitInfoType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ApplicationOrderInfoRequestType">
<xsd:annotation>
<xsd:documentation>Подача заявления на получение информации об этапах и результатах оказания услуги зачисления в дошкольную организацию</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="ServicesType" type="tns:stringNN-20"/>
<xsd:element name="PersonInfo" type="tns:PersonInfoType"/>
<xsd:element name="PersonIdentityDocInfo" type="tns:PersonIdentityDocInfoType"/>
<xsd:element name="ChildInfo" type="tns:ChildInfoType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Person2InfoType">
<xsd:annotation>
<xsd:documentation>Сведения о 2-м родителе</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Person2Surname" type="tns:string-256"/>
<xsd:element name="Person2Name" type="tns:string-256"/>
<xsd:element name="Person2MiddleName" type="tns:string-256" minOccurs="0"/>
<xsd:element name="Person2Phone" type="tns:string-14" minOccurs="0"/>
<xsd:element name="Person2Email" type="tns:string-256" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ApplicationAdmissionRequestType">
<xsd:annotation>
<xsd:documentation>Подача заявления о приёме в дошкольную организацию</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="ServicesType" type="tns:stringNN-20"/>
<xsd:element name="PersonInfo" type="tns:PersonInfoType"/>
<xsd:element name="PersonIdentityDocInfo" type="tns:PersonIdentityDocInfoType"/>
<xsd:element name="Person2Info" type="tns:Person2InfoType" minOccurs="0"/>
<xsd:element name="ChildInfo" type="tns:ChildInfoType"/>
<xsd:element name="Address" type="tns:AddressType"/>
<xsd:element name="EntryParams" type="tns:EntryParamsType"/>
<xsd:element name="AdaptationProgram" type="tns:AdaptationProgramType"/>
<xsd:element name="MedicalReport" type="tns:MedicalReportType" minOccurs="0"/>
<xsd:element name="EduOrganizationCode" type="tns:string-50"/>
<xsd:element name="DocListReview" type="xsd:boolean"/>
<xsd:element name="LicenseCharter" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetApplicationQueueRequestType">
<xsd:annotation>
<xsd:documentation>Получение данных о последовательности предоставления мест</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetApplicationQueueReasonRequestType">
<xsd:annotation>
<xsd:documentation>Получение информации об основаниях изменений последовательности</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="PeriodStart" type="xsd:date"/>
<xsd:element name="PeriodEnd" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetApplicationRequestType">
<xsd:annotation>
<xsd:documentation>Запрос для получения данных заявления</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetApplicationAdmissionRequestType">
<xsd:annotation>
<xsd:documentation>Запрос для получения данных для подачи заявления на приём</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ApplicationRejectionRequestType">
<xsd:annotation>
<xsd:documentation>Отказ от предложенной дошкольной организации</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="comment" type="tns:string-2048" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="cancelRequestType">
<xsd:annotation>
<xsd:documentation>Запрос на отмену заявления для направления</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="reason" type="tns:string-2048" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="orderIdType">
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>Номер заявки в ЛК ЕПГУ</xsd:documentation>
</xsd:annotation>
<xsd:element name="pguId" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="statusCodeType">
<xsd:annotation>
<xsd:documentation>Статус заявления</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="orgCode" type="tns:string-50">
<xsd:annotation>
<xsd:documentation>Код статуса в ведомстве</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="techCode" type="xsd:byte">
<xsd:annotation>
<xsd:documentation>Код статуса на ЕПГУ</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="changeOrderInfoType">
<xsd:annotation>
<xsd:documentation>Информация для изменения статуса заявления для направления в ЛК ЕПГУ</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="tns:orderIdType"/>
<xsd:element name="statusCode" type="tns:statusCodeType"/>
<xsd:element name="comment" type="tns:string-2048" minOccurs="0"/>
<xsd:element name="cancelAllowed" type="xsd:boolean" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ApplicationQueueResponseType">
<xsd:annotation>
<xsd:documentation>Данные о позиции при распределении</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="Position" type="xsd:integer"/>
<xsd:element name="Total" type="xsd:integer"/>
<xsd:element name="WithoutQueue" type="xsd:short"/>
<xsd:element name="FirstQueue" type="xsd:short"/>
<xsd:element name="AdvantageQueue" type="xsd:short"/>
<xsd:element name="RelevantDT" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetApplicationQueueReasonResponseType">
<xsd:annotation>
<xsd:documentation>Информация об основаниях изменений последовательности</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="IncreaseQueue" type="xsd:integer"/>
<xsd:element name="GotAPlace" type="xsd:integer"/>
<xsd:element name="IncreaseBenefits" type="xsd:integer"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetApplicationResponseType">
<xsd:annotation>
<xsd:documentation>Ответ с данными заявления</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="PersonInfo" type="tns:PersonInfoType"/>
<xsd:element name="PersonIdentityDocInfo" type="tns:PersonIdentityDocInfoType"/>
<xsd:element name="ChildInfo" type="tns:ChildInfoType"/>
<xsd:element name="Address" type="tns:AddressType"/>
<xsd:element name="EntryParams" type="tns:EntryParamsType"/>
<xsd:element name="AdaptationProgram" type="tns:AdaptationProgramType"/>
<xsd:element name="MedicalReport" type="tns:MedicalReportWithoutFilesType" minOccurs="0"/>
<xsd:element name="EduOrganizations" type="tns:EduOrganizationsType"/>
<xsd:element name="BrotherSisterInfo" type="tns:BrotherSisterInfoType" minOccurs="0" maxOccurs="10"/>
<xsd:element name="BenefitInfo" type="tns:BenefitInfoWithoutFilesType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetApplicationAdmissionResponseType">
<xsd:annotation>
<xsd:documentation>Ответ с данными для подачи заявления на приём</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="PersonInfo" type="tns:PersonInfoType"/>
<xsd:element name="PersonIdentityDocInfo" type="tns:PersonIdentityDocInfoType"/>
<xsd:element name="ChildInfo" type="tns:ChildInfoType"/>
<xsd:element name="Address" type="tns:AddressType"/>
<xsd:element name="EntryParams" type="tns:EntryParamsType"/>
<xsd:element name="AdaptationProgram" type="tns:AdaptationProgramType"/>
<xsd:element name="MedicalReport" type="tns:MedicalReportWithoutFilesType" minOccurs="0"/>
<xsd:element name="EduOrganizationCode" type="tns:string-50"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="CancelResultType">
<xsd:annotation>
<xsd:documentation>Результат передачи запроса на отмену заявления</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="CANCELLED"/>
<xsd:enumeration value="IN_PROGRESS"/>
<xsd:enumeration value="REJECTED"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="cancelResponseType">
<xsd:annotation>
<xsd:documentation>Ответ на запрос отмены заявления для направления</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="orderId" type="xsd:long"/>
<xsd:element name="result" type="tns:CancelResultType"/>
<xsd:element name="comment" type="tns:string-2048" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FormDataType">
<xsd:annotation>
<xsd:documentation>Заявление для направления в дошкольную организацию или заявление на получение информации об этапах и результатах оказания услуги зачисления в дошкольную организацию или заявление на приём в дошкольную организацию или запрос получения информации о последовательности предоставления мест или запрос получения информации об основаниях изменения последовательности предоставления мест или запрос получения данных заявления для редактирования или запрос получения данных для подачи заявления на приём или отказ от предложенной дошкольной организации или запрос на отмену заявления для направления в дошкольную организацию</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="ApplicationRequest" type="tns:ApplicationType"/>
<xsd:element name="ApplicationOrderInfoRequest" type="tns:ApplicationOrderInfoRequestType"/>
<xsd:element name="ApplicationAdmissionRequest" type="tns:ApplicationAdmissionRequestType"/>
<xsd:element name="GetApplicationQueueRequest" type="tns:GetApplicationQueueRequestType"/>
<xsd:element name="GetApplicationQueueReasonRequest" type="tns:GetApplicationQueueReasonRequestType"/>
<xsd:element name="GetApplicationRequest" type="tns:GetApplicationRequestType"/>
<xsd:element name="GetApplicationAdmissionRequest" type="tns:GetApplicationAdmissionRequestType"/>
<xsd:element name="ApplicationRejectionRequest" type="tns:ApplicationRejectionRequestType"/>
<xsd:element name="cancelRequest" type="tns:cancelRequestType"/>
</xsd:choice>
<xsd:attribute name="oktmo" type="tns:stringNN-11" use="required"/>
</xsd:complexType>
<xsd:complexType name="FormDataResponseType">
<xsd:annotation>
<xsd:documentation>Ответ с изменением статуса заявления или информация о последовательности предоставления мест или информация об основаниях изменения последовательности предоставления мест или ответ с данными заявления для редактирования или ответ с данными для подачи заявления на приём или ответ на запрос отмены заявления</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="changeOrderInfo" type="tns:changeOrderInfoType"/>
<xsd:element name="GetApplicationQueueResponse" type="tns:ApplicationQueueResponseType"/>
<xsd:element name="GetApplicationQueueReasonResponse" type="tns:GetApplicationQueueReasonResponseType"/>
<xsd:element name="GetApplicationResponse" type="tns:GetApplicationResponseType"/>
<xsd:element name="GetApplicationAdmissionResponse" type="tns:GetApplicationAdmissionResponseType"/>
<xsd:element name="cancelResponse" type="tns:cancelResponseType"/>
</xsd:choice>
</xsd:complexType>
<xsd:element name="FormData" type="tns:FormDataType"/>
<xsd:element name="FormDataResponse" type="tns:FormDataResponseType"/>
</xsd:schema>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment