Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.14" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.14">
<name>ClassificationGrading_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/ClassificationGrading_entity/documentation.adoc</documentation>
<title>Grading</title>
<titlePlural>Gradings</titlePlural>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
</entityProvider>
<entityField>
<name>CLASSIFICATIONGRADINGID</name>
<valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationgradingid/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>GRADING</name>
<title>Scoretype</title>
</entityField>
<entityField>
<name>MAXGRADEFORSCORE</name>
<documentation>%aditoprj%/entity/ClassificationGrading_entity/entityfields/maxgradeforscore/documentation.adoc</documentation>
<title>Till Score</title>
<contentType>NUMBER</contentType>
<outputFormat>#####</outputFormat>
<inputFormat>#####</inputFormat>
<valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/maxgradeforscore/valueProcess.js</valueProcess>
<onValidation>%aditoprj%/entity/ClassificationGrading_entity/entityfields/maxgradeforscore/onValidation.js</onValidation>
</entityField>
<entityField>
<name>CLASSIFICATIONTYPE_GROUP</name>
<title>Group</title>
<valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationtype_group/valueProcess.js</valueProcess>
</entityField>
<entityParameter>
<name>ClassificationTypeId_param</name>
<expose v="true" />
</entityParameter>
<entityProvider>
<name>ClassificationGradings</name>
<documentation>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationgradings/documentation.adoc</documentation>
<dependencies>
<entityDependency>
<name>31a0ee6d-b6e3-4a7c-82a7-598c9a12c4aa</name>
<entityName>ClassificationAdmin_entity</entityName>
<fieldName>ClassificationGradings</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>ClassificationTypeId_param</name>
<valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationgradings/children/classificationtypeid_param/valueProcess.js</valueProcess>
<expose v="true" />
</entityParameter>
</children>
</entityProvider>
</entityFields>
<recordContainers>
<dbRecordContainer>
<name>db</name>
<alias>Data_alias</alias>
<conditionProcess>%aditoprj%/entity/ClassificationGrading_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<orderClauseProcess>%aditoprj%/entity/ClassificationGrading_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
<linkInformation>
<linkInformation>
<name>9a9482d5-005a-4dc5-8b58-e07c44420b64</name>
<tableName>CLASSIFICATIONGRADING</tableName>
<primaryKey>CLASSIFICATIONGRADINGID</primaryKey>
<isUIDTable v="true" />
<readonly v="false" />
</linkInformation>
</linkInformation>
<recordFieldMappings>
<dbRecordFieldMapping>
<name>CLASSIFICATIONTYPE_GROUP.value</name>
<recordfield>CLASSIFICATIONGRADING.CLASSIFICATIONTYPE_GROUP</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>MAXGRADEFORSCORE.value</name>
<recordfield>CLASSIFICATIONGRADING.MAXGRADEFORSCORE</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>CLASSIFICATIONGRADINGID.value</name>
<recordfield>CLASSIFICATIONGRADING.CLASSIFICATIONGRADINGID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>GRADING.value</name>
<recordfield>CLASSIFICATIONGRADING.GRADING</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
</recordContainers>
</entity>