Skip to content

Commit 353b99b

Browse files
committed
Merge pull request #3 from rafidzal/develop
Updated SIF AU 1.3 and 1.4 data models
2 parents 070a174 + 1fffc88 commit 353b99b

9 files changed

Lines changed: 38313 additions & 26451 deletions

File tree

Code/Sif3Specification/Sif.Specification.DataModel.Au.v1_3/DataModelTypes.cs

Lines changed: 1 addition & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.18444
4+
// Runtime Version:4.0.30319.34014
55
//
66
// Changes to this file may cause incorrect behavior and will be lost if
77
// the code is regenerated.
@@ -13466,8 +13466,6 @@ public partial class SchoolInfoType
1346613466

1346713467
private string commonwealthIdField;
1346813468

13469-
private string aCARAIdField;
13470-
1347113469
private SchoolInfoTypeOtherId[] otherIdListField;
1347213470

1347313471
private string schoolNameField;
@@ -13558,10 +13556,6 @@ public partial class SchoolInfoType
1355813556

1355913557
private bool boardingSchoolStatusFieldSpecified;
1356013558

13561-
private SchoolInfoTypeYearLevelEnrollment[] yearLevelEnrollmentListField;
13562-
13563-
private SchoolInfoTypeTotalEnrollments totalEnrollmentsField;
13564-
1356513559
private System.Nullable<System.DateTime> entity_OpenField;
1356613560

1356713561
private bool entity_OpenFieldSpecified;
@@ -13620,20 +13614,6 @@ public string CommonwealthId
1362013614
}
1362113615
}
1362213616

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-
1363713617
/// <remarks/>
1363813618
[System.Xml.Serialization.XmlArrayAttribute(IsNullable = true)]
1363913619
[System.Xml.Serialization.XmlArrayItemAttribute("OtherId", IsNullable = false)]
@@ -14270,35 +14250,6 @@ public bool BoardingSchoolStatusSpecified
1427014250
}
1427114251
}
1427214252

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-
1430214253
/// <remarks/>
1430314254
[System.Xml.Serialization.XmlElementAttribute(DataType = "date", IsNullable = true)]
1430414255
public System.Nullable<System.DateTime> Entity_Open
@@ -21117,106 +21068,6 @@ public enum AUCodeSetsSchoolCoEdStatusType
2111721068
M,
2111821069
}
2111921070

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-
2122021071
/// <remarks/>
2122121072
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
2122221073
[System.SerializableAttribute()]

0 commit comments

Comments
 (0)