@@ -59,6 +59,7 @@ void SdaiHEADER_SECTION_SCHEMAInit( Registry & reg ) {
5959 t_0->Description ( " SET [1:?] OF section_name" );
6060 t_0->OriginatingSchema ( s_header_section_schema );
6161 t_0->ReferentType ( header_section_schemat_section_name );
62+ s_header_section_schema->AddUnnamedType (t_0);
6263 a_4governed_sections =
6364 new AttrDescriptor ( " governed_sections" , t_0, LTrue, LFalse, AttrType_Explicit,
6465 *header_section_schemae_file_population );
@@ -86,6 +87,7 @@ void SdaiHEADER_SECTION_SCHEMAInit( Registry & reg ) {
8687 t_1->Description ( " LIST [1:?] OF STRING (256)" );
8788 t_1->OriginatingSchema ( s_header_section_schema );
8889 t_1->ReferentType ( t_sdaiSTRING );
90+ s_header_section_schema->AddUnnamedType (t_1);
8991 a_7author =
9092 new AttrDescriptor ( " author" , t_1, LFalse, LFalse, AttrType_Explicit,
9193 *header_section_schemae_file_name );
@@ -98,6 +100,7 @@ void SdaiHEADER_SECTION_SCHEMAInit( Registry & reg ) {
98100 t_2->Description ( " LIST [1:?] OF STRING (256)" );
99101 t_2->OriginatingSchema ( s_header_section_schema );
100102 t_2->ReferentType ( t_sdaiSTRING );
103+ s_header_section_schema->AddUnnamedType (t_2);
101104 a_8organization =
102105 new AttrDescriptor ( " organization" , t_2, LFalse, LFalse, AttrType_Explicit,
103106 *header_section_schemae_file_name );
@@ -135,6 +138,7 @@ void SdaiHEADER_SECTION_SCHEMAInit( Registry & reg ) {
135138 t_3->Description ( " LIST [1:?] OF context_name" );
136139 t_3->OriginatingSchema ( s_header_section_schema );
137140 t_3->ReferentType ( header_section_schemat_context_name );
141+ s_header_section_schema->AddUnnamedType (t_3);
138142 a_13context_identifiers =
139143 new AttrDescriptor ( " context_identifiers" , t_3, LFalse, LFalse, AttrType_Explicit,
140144 *header_section_schemae_section_context );
@@ -152,6 +156,7 @@ void SdaiHEADER_SECTION_SCHEMAInit( Registry & reg ) {
152156 t_4->Description ( " LIST [1:?] OF STRING (256)" );
153157 t_4->OriginatingSchema ( s_header_section_schema );
154158 t_4->ReferentType ( t_sdaiSTRING );
159+ s_header_section_schema->AddUnnamedType (t_4);
155160 a_14description =
156161 new AttrDescriptor ( " description" , t_4, LFalse, LFalse, AttrType_Explicit,
157162 *header_section_schemae_file_description );
@@ -175,6 +180,7 @@ void SdaiHEADER_SECTION_SCHEMAInit( Registry & reg ) {
175180 t_5->Description ( " LIST [1:?] OF UNIQUE schema_name" );
176181 t_5->OriginatingSchema ( s_header_section_schema );
177182 t_5->ReferentType ( header_section_schemat_schema_name );
183+ s_header_section_schema->AddUnnamedType (t_5);
178184 a_16schema_identifiers =
179185 new AttrDescriptor ( " schema_identifiers" , t_5, LFalse, LFalse, AttrType_Explicit,
180186 *header_section_schemae_file_schema );
0 commit comments