Skip to content

Commit

Permalink
Updated v4.0 approval tests for CodeGen.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcelhanon committed Oct 16, 2024
1 parent 874849c commit 4ed6ad9
Show file tree
Hide file tree
Showing 12 changed files with 492 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -77,6 +78,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -194,6 +196,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="SchoolYear" column="SchoolYear" type="string" length="20" />
Expand Down Expand Up @@ -270,6 +273,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -314,6 +318,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -435,6 +440,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="SchoolYear" column="SchoolYear" type="string" length="20" not-null="true" />
Expand Down Expand Up @@ -523,6 +529,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -77,6 +78,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -194,6 +196,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="SchoolYear" column="SchoolYear" type="string" length="20" />
Expand Down Expand Up @@ -270,6 +273,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -314,6 +318,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -435,6 +440,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="SchoolYear" column="SchoolYear" type="string" length="20" not-null="true" />
Expand Down Expand Up @@ -523,6 +529,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -73,6 +74,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="BeginDate" column="BeginDate" type="date" />
Expand Down Expand Up @@ -1288,6 +1290,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="CommencementTime" column="CommencementTime" type="TimeAsTimeSpan" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -73,6 +74,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="BeginDate" column="BeginDate" type="date" />
Expand Down Expand Up @@ -1288,6 +1290,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="CommencementTime" column="CommencementTime" type="TimeAsTimeSpan" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="AcceptanceIndicator" column="AcceptanceIndicator" type="bool" not-null="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="AcceptanceIndicator" column="AcceptanceIndicator" type="bool" not-null="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="BirthCity" column="BirthCity" type="string" length="30" />
Expand Down Expand Up @@ -497,6 +498,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="EndDate" column="EndDate" type="date" />
Expand Down Expand Up @@ -709,6 +711,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="AccreditationStatusDescriptorId" column="AccreditationStatusDescriptorId" type="int" />
Expand Down Expand Up @@ -803,6 +806,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="EvaluationDescription" column="EvaluationDescription" type="string" length="255" />
Expand Down Expand Up @@ -919,6 +923,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="EvaluationTypeDescriptorId" column="EvaluationTypeDescriptorId" type="int" />
Expand Down Expand Up @@ -1046,6 +1051,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="AreaOfRefinement" column="AreaOfRefinement" type="string" length="1024" />
Expand Down Expand Up @@ -1186,6 +1192,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="EvaluationObjectiveDescription" column="EvaluationObjectiveDescription" type="string" length="255" />
Expand Down Expand Up @@ -1309,6 +1316,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="Comments" column="Comments" type="string" length="1024" />
Expand Down Expand Up @@ -1446,6 +1454,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="EvaluationRatingLevelDescriptorId" column="EvaluationRatingLevelDescriptorId" type="int" />
Expand Down Expand Up @@ -1686,6 +1695,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="AidAmount" column="AidAmount" type="decimal" />
Expand Down Expand Up @@ -1745,6 +1755,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="AcademicSubjectDescriptorId" column="AcademicSubjectDescriptorId" type="int" />
Expand Down Expand Up @@ -1893,6 +1904,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="ActualDate" column="ActualDate" type="date" not-null="true" />
Expand Down Expand Up @@ -2123,6 +2135,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->
<property name="CriterionDescription" column="CriterionDescription" type="string" length="1024" not-null="true" />
Expand Down Expand Up @@ -2245,6 +2258,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down Expand Up @@ -2306,6 +2320,7 @@

<!-- Unique Guid-based identifier for aggregate root -->
<property name="Id" column="Id" type="guid" not-null="true" />
<property name="AggregateId" column="AggregateId" type="int" not-null="true" insert="false" update="false" />

<!-- Properties -->

Expand Down
Loading

0 comments on commit 4ed6ad9

Please sign in to comment.