|
1 | 1 | //------------------------------------------------------------------------------ |
2 | 2 | // <auto-generated> |
3 | 3 | // This code was generated by a tool. |
4 | | -// Runtime Version:4.0.30319.18444 |
| 4 | +// Runtime Version:4.0.30319.34014 |
5 | 5 | // |
6 | 6 | // Changes to this file may cause incorrect behavior and will be lost if |
7 | 7 | // the code is regenerated. |
@@ -13466,8 +13466,6 @@ public partial class SchoolInfoType |
13466 | 13466 |
|
13467 | 13467 | private string commonwealthIdField; |
13468 | 13468 |
|
13469 | | - private string aCARAIdField; |
13470 | | - |
13471 | 13469 | private SchoolInfoTypeOtherId[] otherIdListField; |
13472 | 13470 |
|
13473 | 13471 | private string schoolNameField; |
@@ -13558,10 +13556,6 @@ public partial class SchoolInfoType |
13558 | 13556 |
|
13559 | 13557 | private bool boardingSchoolStatusFieldSpecified; |
13560 | 13558 |
|
13561 | | - private SchoolInfoTypeYearLevelEnrollment[] yearLevelEnrollmentListField; |
13562 | | - |
13563 | | - private SchoolInfoTypeTotalEnrollments totalEnrollmentsField; |
13564 | | - |
13565 | 13559 | private System.Nullable<System.DateTime> entity_OpenField; |
13566 | 13560 |
|
13567 | 13561 | private bool entity_OpenFieldSpecified; |
@@ -13620,20 +13614,6 @@ public string CommonwealthId |
13620 | 13614 | } |
13621 | 13615 | } |
13622 | 13616 |
|
13623 | | - /// <remarks/> |
13624 | | - [System.Xml.Serialization.XmlElementAttribute(DataType = "normalizedString", IsNullable = true)] |
13625 | | - public string ACARAId |
13626 | | - { |
13627 | | - get |
13628 | | - { |
13629 | | - return this.aCARAIdField; |
13630 | | - } |
13631 | | - set |
13632 | | - { |
13633 | | - this.aCARAIdField = value; |
13634 | | - } |
13635 | | - } |
13636 | | - |
13637 | 13617 | /// <remarks/> |
13638 | 13618 | [System.Xml.Serialization.XmlArrayAttribute(IsNullable = true)] |
13639 | 13619 | [System.Xml.Serialization.XmlArrayItemAttribute("OtherId", IsNullable = false)] |
@@ -14270,35 +14250,6 @@ public bool BoardingSchoolStatusSpecified |
14270 | 14250 | } |
14271 | 14251 | } |
14272 | 14252 |
|
14273 | | - /// <remarks/> |
14274 | | - [System.Xml.Serialization.XmlArrayAttribute(IsNullable = true)] |
14275 | | - [System.Xml.Serialization.XmlArrayItemAttribute("YearLevelEnrollment", IsNullable = false)] |
14276 | | - public SchoolInfoTypeYearLevelEnrollment[] YearLevelEnrollmentList |
14277 | | - { |
14278 | | - get |
14279 | | - { |
14280 | | - return this.yearLevelEnrollmentListField; |
14281 | | - } |
14282 | | - set |
14283 | | - { |
14284 | | - this.yearLevelEnrollmentListField = value; |
14285 | | - } |
14286 | | - } |
14287 | | - |
14288 | | - /// <remarks/> |
14289 | | - [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] |
14290 | | - public SchoolInfoTypeTotalEnrollments TotalEnrollments |
14291 | | - { |
14292 | | - get |
14293 | | - { |
14294 | | - return this.totalEnrollmentsField; |
14295 | | - } |
14296 | | - set |
14297 | | - { |
14298 | | - this.totalEnrollmentsField = value; |
14299 | | - } |
14300 | | - } |
14301 | | - |
14302 | 14253 | /// <remarks/> |
14303 | 14254 | [System.Xml.Serialization.XmlElementAttribute(DataType = "date", IsNullable = true)] |
14304 | 14255 | public System.Nullable<System.DateTime> Entity_Open |
@@ -21117,106 +21068,6 @@ public enum AUCodeSetsSchoolCoEdStatusType |
21117 | 21068 | M, |
21118 | 21069 | } |
21119 | 21070 |
|
21120 | | - /// <remarks/> |
21121 | | - [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")] |
21122 | | - [System.SerializableAttribute()] |
21123 | | - [System.Diagnostics.DebuggerStepThroughAttribute()] |
21124 | | - [System.ComponentModel.DesignerCategoryAttribute("code")] |
21125 | | - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sifassociation.org/au/datamodel/1.3")] |
21126 | | - public partial class SchoolInfoTypeYearLevelEnrollment |
21127 | | - { |
21128 | | - |
21129 | | - private AUCodeSetsYearLevelCodeType[] yearField; |
21130 | | - |
21131 | | - private string[] enrolmentField; |
21132 | | - |
21133 | | - /// <remarks/> |
21134 | | - [System.Xml.Serialization.XmlElementAttribute("Year")] |
21135 | | - public AUCodeSetsYearLevelCodeType[] Year |
21136 | | - { |
21137 | | - get |
21138 | | - { |
21139 | | - return this.yearField; |
21140 | | - } |
21141 | | - set |
21142 | | - { |
21143 | | - this.yearField = value; |
21144 | | - } |
21145 | | - } |
21146 | | - |
21147 | | - /// <remarks/> |
21148 | | - [System.Xml.Serialization.XmlElementAttribute("Enrolment", DataType = "normalizedString")] |
21149 | | - public string[] Enrolment |
21150 | | - { |
21151 | | - get |
21152 | | - { |
21153 | | - return this.enrolmentField; |
21154 | | - } |
21155 | | - set |
21156 | | - { |
21157 | | - this.enrolmentField = value; |
21158 | | - } |
21159 | | - } |
21160 | | - } |
21161 | | - |
21162 | | - /// <remarks/> |
21163 | | - [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")] |
21164 | | - [System.SerializableAttribute()] |
21165 | | - [System.Diagnostics.DebuggerStepThroughAttribute()] |
21166 | | - [System.ComponentModel.DesignerCategoryAttribute("code")] |
21167 | | - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sifassociation.org/au/datamodel/1.3")] |
21168 | | - public partial class SchoolInfoTypeTotalEnrollments |
21169 | | - { |
21170 | | - |
21171 | | - private string girlsField; |
21172 | | - |
21173 | | - private string boysField; |
21174 | | - |
21175 | | - private string totalStudentsField; |
21176 | | - |
21177 | | - /// <remarks/> |
21178 | | - [System.Xml.Serialization.XmlElementAttribute(DataType = "normalizedString", IsNullable = true)] |
21179 | | - public string Girls |
21180 | | - { |
21181 | | - get |
21182 | | - { |
21183 | | - return this.girlsField; |
21184 | | - } |
21185 | | - set |
21186 | | - { |
21187 | | - this.girlsField = value; |
21188 | | - } |
21189 | | - } |
21190 | | - |
21191 | | - /// <remarks/> |
21192 | | - [System.Xml.Serialization.XmlElementAttribute(DataType = "normalizedString", IsNullable = true)] |
21193 | | - public string Boys |
21194 | | - { |
21195 | | - get |
21196 | | - { |
21197 | | - return this.boysField; |
21198 | | - } |
21199 | | - set |
21200 | | - { |
21201 | | - this.boysField = value; |
21202 | | - } |
21203 | | - } |
21204 | | - |
21205 | | - /// <remarks/> |
21206 | | - [System.Xml.Serialization.XmlElementAttribute(DataType = "normalizedString", IsNullable = true)] |
21207 | | - public string TotalStudents |
21208 | | - { |
21209 | | - get |
21210 | | - { |
21211 | | - return this.totalStudentsField; |
21212 | | - } |
21213 | | - set |
21214 | | - { |
21215 | | - this.totalStudentsField = value; |
21216 | | - } |
21217 | | - } |
21218 | | - } |
21219 | | - |
21220 | 21071 | /// <remarks/> |
21221 | 21072 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")] |
21222 | 21073 | [System.SerializableAttribute()] |
|
0 commit comments