@hla4ts/fom-codegen 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2073 @@
1
+ /**
2
+ * Generated TypeScript types from IEEE 1516-2025 XSD Schema
3
+ *
4
+ * This file is auto-generated. Do not edit manually.
5
+ * Regenerate with: bun run scripts/generate-types.ts
6
+ */
7
+
8
+ // ============================================================================
9
+ // Enumerations
10
+ // ============================================================================
11
+
12
+ export type ResignAction = "UnconditionallyDivestAttributes" | "DeleteObjects" | "CancelPendingOwnershipAcquisitions" | "DeleteObjectsThenDivest" | "CancelThenDeleteThenDivest" | "NoAction";
13
+
14
+ export type ReliableEnumeration = "Yes" | "No";
15
+
16
+ export type SharingEnumeration = "Publish" | "Subscribe" | "PublishSubscribe" | "Neither";
17
+
18
+ export type OrderEnumeration = "Receive" | "TimeStamp";
19
+
20
+ export type EndianEnumeration = "Big" | "Little";
21
+
22
+ export type OMTypeEnumeration = "FOM" | "SOM";
23
+
24
+ export type CapabilityEnumeration = "Register" | "Achieve" | "RegisterAchieve" | "NoSynch" | "NA";
25
+
26
+ export type UpdateEnumeration = "Static" | "Periodic" | "Conditional" | "NA";
27
+
28
+ export type OwnershipEnumeration = "Divest" | "Acquire" | "DivestAcquire" | "NoTransfer";
29
+
30
+ export type ValueRequiredEnumeration = "true" | "false";
31
+
32
+ export type SecurityClassificationEnumeration = "Unclassified" | "Confidential" | "Secret" | "Top Secret";
33
+
34
+ export type ApplicationDomainEnumeration = "Analysis" | "Training" | "Test and Evaluation" | "Engineering" | "Acquisition";
35
+
36
+ export type FixedRecordEncodingEnumeration = "HLAfixedRecord";
37
+
38
+ export type VariantRecordEncodingEnumeration = "HLAvariantRecord" | "HLAextendableVariantRecord";
39
+
40
+ export type POCTypeEnumeration = "Primary author" | "Contributor" | "Proponent" | "Sponsor" | "Release authority" | "Technical POC";
41
+
42
+
43
+ // ============================================================================
44
+ // Complex Types
45
+ // ============================================================================
46
+
47
+ export interface ObjectModel {
48
+ /**
49
+ * documents certain key identifying information within the
50
+ object model description
51
+ */
52
+ modelIdentification?: ModelIdentification;
53
+ /**
54
+ * RTI services used in the federation or by a
55
+ federate
56
+ */
57
+ serviceUtilization?: ServiceUtilization;
58
+ /**
59
+ * specifies classes of objects and their hierarchical
60
+ relationships
61
+ */
62
+ objects?: Objects;
63
+ /**
64
+ * specifies classes of interactions and their hierarchical
65
+ relationships
66
+ */
67
+ interactions?: Interactions;
68
+ /**
69
+ * specifies dimensions associated with attribute types and
70
+ interaction classes
71
+ */
72
+ dimensions?: Dimensions;
73
+ /**
74
+ * specifies logicalTime and logicalTimeInterval
75
+ data types
76
+ */
77
+ time?: Time;
78
+ /**
79
+ * specifies the data type of user-defined tags
80
+ */
81
+ tags?: Tags;
82
+ /**
83
+ * specifies federate and federation capabilities for
84
+ synchronization points
85
+ */
86
+ synchronizations?: Synchronizations;
87
+ /**
88
+ * documents transportation type support and
89
+ agreements
90
+ */
91
+ transportations?: Transportations;
92
+ /**
93
+ * specification of the initial setting of RTI
94
+ switches
95
+ */
96
+ switches?: Switches;
97
+ /**
98
+ * specification of the initial setting of RTI update
99
+ rates
100
+ */
101
+ updateRates?: UpdateRates;
102
+ /**
103
+ * specifies all referenced data types
104
+ */
105
+ dataTypes?: DataTypes;
106
+ /**
107
+ * specifies all referenced notes
108
+ */
109
+ notes?: Notes;
110
+ }
111
+
112
+ export interface Poc {
113
+ // Extends pocType
114
+ }
115
+
116
+ export interface ModelIdentification {
117
+ /**
118
+ * specifies the name assigned to the object
119
+ model
120
+ */
121
+ name?: string;
122
+ /**
123
+ * specify the type of model that is
124
+ represented
125
+ */
126
+ type?: OMTypeEnumeration;
127
+ /**
128
+ * specifies the version identification assigned to the object
129
+ model
130
+ */
131
+ version?: string;
132
+ /**
133
+ * specifies the latest date on which this version of the object
134
+ model was created or modified. The modification date shall be specified in
135
+ the format "YYYY-MM-DD"
136
+ */
137
+ modificationDate?: string;
138
+ /**
139
+ * specifies the security classification of the object
140
+ model
141
+ */
142
+ securityClassification?: SecurityClassificationEnumeration;
143
+ /**
144
+ * contains a copyright notice for the object
145
+ model
146
+ */
147
+ copyright?: string;
148
+ /**
149
+ * specifies any restrictions on the release of the object models
150
+ to specific organizations or individuals
151
+ */
152
+ releaseRestriction?: string[];
153
+ /**
154
+ * specifies the purpose for which the federate or federation was
155
+ developed
156
+ */
157
+ purpose?: string;
158
+ /**
159
+ * specifies the type or class of application to which the
160
+ federate or federation applies
161
+ */
162
+ applicationDomain?: ApplicationDomainEnumeration;
163
+ description?: string;
164
+ /**
165
+ * specifies any known applications for which this model has been
166
+ found not to be appropriate
167
+ */
168
+ useLimitation?: string;
169
+ /**
170
+ * specifies a description of where this model has been
171
+ used
172
+ */
173
+ useHistory?: string[];
174
+ /**
175
+ * specifies keywords that characterize the
176
+ model
177
+ */
178
+ keyword?: Keyword[];
179
+ /**
180
+ * specify an organization or a person who has a particular role
181
+ with respect to the model
182
+ */
183
+ poc?: Poc[];
184
+ /**
185
+ * specifies a pointer to additional sources of
186
+ information
187
+ */
188
+ reference?: IdReference[];
189
+ /**
190
+ * specifies other data deemed relevant by the author of the
191
+ object model
192
+ */
193
+ other?: string;
194
+ /**
195
+ * specifies a glyph to visually represent the
196
+ model
197
+ */
198
+ glyph?: string;
199
+ }
200
+
201
+ export interface Model {
202
+ // Extends OMTypeEnumeration
203
+ }
204
+
205
+ export interface SecurityClassification {
206
+ // Extends SecurityClassificationUnion
207
+ }
208
+
209
+ export interface ApplicationDomain {
210
+ // Extends ApplicationDomainUnion
211
+ }
212
+
213
+ export interface Keyword {
214
+ taxonomy?: string;
215
+ keywordValue?: string;
216
+ }
217
+
218
+ export interface PocType {
219
+ // Extends POCTypeUnion
220
+ }
221
+
222
+ export interface IdReference {
223
+ type?: string;
224
+ identification?: string;
225
+ }
226
+
227
+ export interface Glyph {
228
+ // Extends string
229
+ }
230
+
231
+ export interface Connect {
232
+ section: string;
233
+ isCallback: string;
234
+ isUsed?: boolean;
235
+ }
236
+
237
+ export interface Disconnect {
238
+ section: string;
239
+ isCallback: string;
240
+ isUsed?: boolean;
241
+ }
242
+
243
+ export interface ConnectionLost {
244
+ section: string;
245
+ isCallback: string;
246
+ isUsed?: boolean;
247
+ }
248
+
249
+ export interface CreateFederationExecution {
250
+ section: string;
251
+ isCallback: string;
252
+ isUsed?: boolean;
253
+ }
254
+
255
+ export interface DestroyFederationExecution {
256
+ section: string;
257
+ isCallback: string;
258
+ isUsed?: boolean;
259
+ }
260
+
261
+ export interface ListFederationExecutions {
262
+ section: string;
263
+ isCallback: string;
264
+ isUsed?: boolean;
265
+ }
266
+
267
+ export interface ReportFederationExecutions {
268
+ section: string;
269
+ isCallback: string;
270
+ isUsed?: boolean;
271
+ }
272
+
273
+ export interface ListFederationExecutionMembers {
274
+ section: string;
275
+ isCallback: string;
276
+ isUsed?: boolean;
277
+ }
278
+
279
+ export interface ReportFederationExecutionMembers {
280
+ section: string;
281
+ isCallback: string;
282
+ isUsed?: boolean;
283
+ }
284
+
285
+ export interface JoinFederationExecution {
286
+ section: string;
287
+ isCallback: string;
288
+ isUsed?: boolean;
289
+ }
290
+
291
+ export interface ResignFederationExecution {
292
+ section: string;
293
+ isCallback: string;
294
+ isUsed?: boolean;
295
+ }
296
+
297
+ export interface FederateResigned {
298
+ section: string;
299
+ isCallback: string;
300
+ isUsed?: boolean;
301
+ }
302
+
303
+ export interface RegisterFederationSynchronizationPoint {
304
+ section: string;
305
+ isCallback: string;
306
+ isUsed?: boolean;
307
+ }
308
+
309
+ export interface ConfirmSynchronizationPointRegistration {
310
+ section: string;
311
+ isCallback: string;
312
+ isUsed?: boolean;
313
+ }
314
+
315
+ export interface AnnounceSynchronizationPoint {
316
+ section: string;
317
+ isCallback: string;
318
+ isUsed?: boolean;
319
+ }
320
+
321
+ export interface SynchronizationPointAchieved {
322
+ section: string;
323
+ isCallback: string;
324
+ isUsed?: boolean;
325
+ }
326
+
327
+ export interface FederationSynchronized {
328
+ section: string;
329
+ isCallback: string;
330
+ isUsed?: boolean;
331
+ }
332
+
333
+ export interface RequestFederationSave {
334
+ section: string;
335
+ isCallback: string;
336
+ isUsed?: boolean;
337
+ }
338
+
339
+ export interface InitiateFederateSave {
340
+ section: string;
341
+ isCallback: string;
342
+ isUsed?: boolean;
343
+ }
344
+
345
+ export interface FederateSaveBegun {
346
+ section: string;
347
+ isCallback: string;
348
+ isUsed?: boolean;
349
+ }
350
+
351
+ export interface FederateSaveComplete {
352
+ section: string;
353
+ isCallback: string;
354
+ isUsed?: boolean;
355
+ }
356
+
357
+ export interface FederationSaved {
358
+ section: string;
359
+ isCallback: string;
360
+ isUsed?: boolean;
361
+ }
362
+
363
+ export interface AbortFederationSave {
364
+ section: string;
365
+ isCallback: string;
366
+ isUsed?: boolean;
367
+ }
368
+
369
+ export interface QueryFederationSaveStatus {
370
+ section: string;
371
+ isCallback: string;
372
+ isUsed?: boolean;
373
+ }
374
+
375
+ export interface FederationSaveStatusResponse {
376
+ section: string;
377
+ isCallback: string;
378
+ isUsed?: boolean;
379
+ }
380
+
381
+ export interface RequestFederationRestore {
382
+ section: string;
383
+ isCallback: string;
384
+ isUsed?: boolean;
385
+ }
386
+
387
+ export interface ConfirmFederationRestorationRequest {
388
+ section: string;
389
+ isCallback: string;
390
+ isUsed?: boolean;
391
+ }
392
+
393
+ export interface FederationRestoreBegun {
394
+ section: string;
395
+ isCallback: string;
396
+ isUsed?: boolean;
397
+ }
398
+
399
+ export interface InitiateFederateRestore {
400
+ section: string;
401
+ isCallback: string;
402
+ isUsed?: boolean;
403
+ }
404
+
405
+ export interface FederateRestoreComplete {
406
+ section: string;
407
+ isCallback: string;
408
+ isUsed?: boolean;
409
+ }
410
+
411
+ export interface FederationRestored {
412
+ section: string;
413
+ isCallback: string;
414
+ isUsed?: boolean;
415
+ }
416
+
417
+ export interface AbortFederationRestore {
418
+ section: string;
419
+ isCallback: string;
420
+ isUsed?: boolean;
421
+ }
422
+
423
+ export interface QueryFederationRestoreStatus {
424
+ section: string;
425
+ isCallback: string;
426
+ isUsed?: boolean;
427
+ }
428
+
429
+ export interface FederationRestoreStatusResponse {
430
+ section: string;
431
+ isCallback: string;
432
+ isUsed?: boolean;
433
+ }
434
+
435
+ export interface PublishObjectClassAttributes {
436
+ section: string;
437
+ isCallback: string;
438
+ isUsed?: boolean;
439
+ }
440
+
441
+ export interface UnpublishObjectClassAttributes {
442
+ section: string;
443
+ isCallback: string;
444
+ isUsed?: boolean;
445
+ }
446
+
447
+ export interface PublishInteractionClass {
448
+ section: string;
449
+ isCallback: string;
450
+ isUsed?: boolean;
451
+ }
452
+
453
+ export interface UnpublishInteractionClass {
454
+ section: string;
455
+ isCallback: string;
456
+ isUsed?: boolean;
457
+ }
458
+
459
+ export interface PublishObjectClassDirectedInteractions {
460
+ section: string;
461
+ isCallback: string;
462
+ isUsed?: boolean;
463
+ }
464
+
465
+ export interface UnpublishObjectClassDirectedInteractions {
466
+ section: string;
467
+ isCallback: string;
468
+ isUsed?: boolean;
469
+ }
470
+
471
+ export interface SubscribeObjectClassAttributes {
472
+ section: string;
473
+ isCallback: string;
474
+ isUsed?: boolean;
475
+ }
476
+
477
+ export interface UnsubscribeObjectClassAttributes {
478
+ section: string;
479
+ isCallback: string;
480
+ isUsed?: boolean;
481
+ }
482
+
483
+ export interface SubscribeInteractionClass {
484
+ section: string;
485
+ isCallback: string;
486
+ isUsed?: boolean;
487
+ }
488
+
489
+ export interface UnsubscribeInteractionClass {
490
+ section: string;
491
+ isCallback: string;
492
+ isUsed?: boolean;
493
+ }
494
+
495
+ export interface SubscribeObjectClassDirectedInteractions {
496
+ section: string;
497
+ isCallback: string;
498
+ isUsed?: boolean;
499
+ }
500
+
501
+ export interface UnsubscribeObjectClassDirectedInteractions {
502
+ section: string;
503
+ isCallback: string;
504
+ isUsed?: boolean;
505
+ }
506
+
507
+ export interface StartRegistrationForObjectClass {
508
+ section: string;
509
+ isCallback: string;
510
+ isUsed?: boolean;
511
+ }
512
+
513
+ export interface StopRegistrationForObjectClass {
514
+ section: string;
515
+ isCallback: string;
516
+ isUsed?: boolean;
517
+ }
518
+
519
+ export interface TurnInteractionsOn {
520
+ section: string;
521
+ isCallback: string;
522
+ isUsed?: boolean;
523
+ }
524
+
525
+ export interface TurnInteractionsOff {
526
+ section: string;
527
+ isCallback: string;
528
+ isUsed?: boolean;
529
+ }
530
+
531
+ export interface ReserveObjectInstanceName {
532
+ section: string;
533
+ isCallback: string;
534
+ isUsed?: boolean;
535
+ }
536
+
537
+ export interface ObjectInstanceNameReserved {
538
+ section: string;
539
+ isCallback: string;
540
+ isUsed?: boolean;
541
+ }
542
+
543
+ export interface ReleaseObjectInstanceName {
544
+ section: string;
545
+ isCallback: string;
546
+ isUsed?: boolean;
547
+ }
548
+
549
+ export interface ReserveMultipleObjectInstanceNames {
550
+ section: string;
551
+ isCallback: string;
552
+ isUsed?: boolean;
553
+ }
554
+
555
+ export interface MultipleObjectInstanceNamesReserved {
556
+ section: string;
557
+ isCallback: string;
558
+ isUsed?: boolean;
559
+ }
560
+
561
+ export interface ReleaseMultipleObjectInstanceNames {
562
+ section: string;
563
+ isCallback: string;
564
+ isUsed?: boolean;
565
+ }
566
+
567
+ export interface RegisterObjectInstance {
568
+ section: string;
569
+ isCallback: string;
570
+ isUsed?: boolean;
571
+ }
572
+
573
+ export interface DiscoverObjectInstance {
574
+ section: string;
575
+ isCallback: string;
576
+ isUsed?: boolean;
577
+ }
578
+
579
+ export interface UpdateAttributeValues {
580
+ section: string;
581
+ isCallback: string;
582
+ isUsed?: boolean;
583
+ }
584
+
585
+ export interface ReflectAttributeValues {
586
+ section: string;
587
+ isCallback: string;
588
+ isUsed?: boolean;
589
+ }
590
+
591
+ export interface SendInteraction {
592
+ section: string;
593
+ isCallback: string;
594
+ isUsed?: boolean;
595
+ }
596
+
597
+ export interface ReceiveInteraction {
598
+ section: string;
599
+ isCallback: string;
600
+ isUsed?: boolean;
601
+ }
602
+
603
+ export interface SendDirectedInteraction {
604
+ section: string;
605
+ isCallback: string;
606
+ isUsed?: boolean;
607
+ }
608
+
609
+ export interface ReceiveDirectedInteraction {
610
+ section: string;
611
+ isCallback: string;
612
+ isUsed?: boolean;
613
+ }
614
+
615
+ export interface DeleteObjectInstance {
616
+ section: string;
617
+ isCallback: string;
618
+ isUsed?: boolean;
619
+ }
620
+
621
+ export interface RemoveObjectInstance {
622
+ section: string;
623
+ isCallback: string;
624
+ isUsed?: boolean;
625
+ }
626
+
627
+ export interface LocalDeleteObjectInstance {
628
+ section: string;
629
+ isCallback: string;
630
+ isUsed?: boolean;
631
+ }
632
+
633
+ export interface AttributesInScope {
634
+ section: string;
635
+ isCallback: string;
636
+ isUsed?: boolean;
637
+ }
638
+
639
+ export interface AttributesOutOfScope {
640
+ section: string;
641
+ isCallback: string;
642
+ isUsed?: boolean;
643
+ }
644
+
645
+ export interface RequestAttributeValueUpdate {
646
+ section: string;
647
+ isCallback: string;
648
+ isUsed?: boolean;
649
+ }
650
+
651
+ export interface ProvideAttributeValueUpdate {
652
+ section: string;
653
+ isCallback: string;
654
+ isUsed?: boolean;
655
+ }
656
+
657
+ export interface TurnUpdatesOnForObjectInstance {
658
+ section: string;
659
+ isCallback: string;
660
+ isUsed?: boolean;
661
+ }
662
+
663
+ export interface TurnUpdatesOffForObjectInstance {
664
+ section: string;
665
+ isCallback: string;
666
+ isUsed?: boolean;
667
+ }
668
+
669
+ export interface RequestAttributeTransportationTypeChange {
670
+ section: string;
671
+ isCallback: string;
672
+ isUsed?: boolean;
673
+ }
674
+
675
+ export interface ConfirmAttributeTransportationTypeChange {
676
+ section: string;
677
+ isCallback: string;
678
+ isUsed?: boolean;
679
+ }
680
+
681
+ export interface ChangeDefaultAttributeTransportation {
682
+ section: string;
683
+ isCallback: string;
684
+ isUsed?: boolean;
685
+ }
686
+
687
+ export interface QueryAttributeTransportation {
688
+ section: string;
689
+ isCallback: string;
690
+ isUsed?: boolean;
691
+ }
692
+
693
+ export interface ReportAttributeTransportation {
694
+ section: string;
695
+ isCallback: string;
696
+ isUsed?: boolean;
697
+ }
698
+
699
+ export interface RequestInteractionTransportationTypeChange {
700
+ section: string;
701
+ isCallback: string;
702
+ isUsed?: boolean;
703
+ }
704
+
705
+ export interface ConfirmInteractionTransportationTypeChange {
706
+ section: string;
707
+ isCallback: string;
708
+ isUsed?: boolean;
709
+ }
710
+
711
+ export interface QueryInteractionTransportation {
712
+ section: string;
713
+ isCallback: string;
714
+ isUsed?: boolean;
715
+ }
716
+
717
+ export interface ReportInteractionTransportation {
718
+ section: string;
719
+ isCallback: string;
720
+ isUsed?: boolean;
721
+ }
722
+
723
+ export interface UnconditionalAttributeOwnershipDivestiture {
724
+ section: string;
725
+ isCallback: string;
726
+ isUsed?: boolean;
727
+ }
728
+
729
+ export interface NegotiatedAttributeOwnershipDivestiture {
730
+ section: string;
731
+ isCallback: string;
732
+ isUsed?: boolean;
733
+ }
734
+
735
+ export interface RequestAttributeOwnershipAssumption {
736
+ section: string;
737
+ isCallback: string;
738
+ isUsed?: boolean;
739
+ }
740
+
741
+ export interface RequestDivestitureConfirmation {
742
+ section: string;
743
+ isCallback: string;
744
+ isUsed?: boolean;
745
+ }
746
+
747
+ export interface ConfirmDivestiture {
748
+ section: string;
749
+ isCallback: string;
750
+ isUsed?: boolean;
751
+ }
752
+
753
+ export interface AttributeOwnershipAcquisitionNotification {
754
+ section: string;
755
+ isCallback: string;
756
+ isUsed?: boolean;
757
+ }
758
+
759
+ export interface AttributeOwnershipAcquisition {
760
+ section: string;
761
+ isCallback: string;
762
+ isUsed?: boolean;
763
+ }
764
+
765
+ export interface AttributeOwnershipAcquisitionIfAvailable {
766
+ section: string;
767
+ isCallback: string;
768
+ isUsed?: boolean;
769
+ }
770
+
771
+ export interface AttributeOwnershipUnavailable {
772
+ section: string;
773
+ isCallback: string;
774
+ isUsed?: boolean;
775
+ }
776
+
777
+ export interface RequestAttributeOwnershipRelease {
778
+ section: string;
779
+ isCallback: string;
780
+ isUsed?: boolean;
781
+ }
782
+
783
+ export interface AttributeOwnershipReleaseDenied {
784
+ section: string;
785
+ isCallback: string;
786
+ isUsed?: boolean;
787
+ }
788
+
789
+ export interface AttributeOwnershipDivestitureIfWanted {
790
+ section: string;
791
+ isCallback: string;
792
+ isUsed?: boolean;
793
+ }
794
+
795
+ export interface CancelNegotiatedAttributeOwnershipDivestiture {
796
+ section: string;
797
+ isCallback: string;
798
+ isUsed?: boolean;
799
+ }
800
+
801
+ export interface CancelAttributeOwnershipAcquisition {
802
+ section: string;
803
+ isCallback: string;
804
+ isUsed?: boolean;
805
+ }
806
+
807
+ export interface ConfirmAttributeOwnershipAcquisitionCancellation {
808
+ section: string;
809
+ isCallback: string;
810
+ isUsed?: boolean;
811
+ }
812
+
813
+ export interface QueryAttributeOwnership {
814
+ section: string;
815
+ isCallback: string;
816
+ isUsed?: boolean;
817
+ }
818
+
819
+ export interface InformAttributeOwnership {
820
+ section: string;
821
+ isCallback: string;
822
+ isUsed?: boolean;
823
+ }
824
+
825
+ export interface IsAttributeOwnedByFederate {
826
+ section: string;
827
+ isCallback: string;
828
+ isUsed?: boolean;
829
+ }
830
+
831
+ export interface EnableTimeRegulation {
832
+ section: string;
833
+ isCallback: string;
834
+ isUsed?: boolean;
835
+ }
836
+
837
+ export interface TimeRegulationEnabled {
838
+ section: string;
839
+ isCallback: string;
840
+ isUsed?: boolean;
841
+ }
842
+
843
+ export interface DisableTimeRegulation {
844
+ section: string;
845
+ isCallback: string;
846
+ isUsed?: boolean;
847
+ }
848
+
849
+ export interface EnableTimeConstrained {
850
+ section: string;
851
+ isCallback: string;
852
+ isUsed?: boolean;
853
+ }
854
+
855
+ export interface TimeConstrainedEnabled {
856
+ section: string;
857
+ isCallback: string;
858
+ isUsed?: boolean;
859
+ }
860
+
861
+ export interface DisableTimeConstrained {
862
+ section: string;
863
+ isCallback: string;
864
+ isUsed?: boolean;
865
+ }
866
+
867
+ export interface TimeAdvanceRequest {
868
+ section: string;
869
+ isCallback: string;
870
+ isUsed?: boolean;
871
+ }
872
+
873
+ export interface TimeAdvanceRequestAvailable {
874
+ section: string;
875
+ isCallback: string;
876
+ isUsed?: boolean;
877
+ }
878
+
879
+ export interface NextMessageRequest {
880
+ section: string;
881
+ isCallback: string;
882
+ isUsed?: boolean;
883
+ }
884
+
885
+ export interface NextMessageRequestAvailable {
886
+ section: string;
887
+ isCallback: string;
888
+ isUsed?: boolean;
889
+ }
890
+
891
+ export interface FlushQueueRequest {
892
+ section: string;
893
+ isCallback: string;
894
+ isUsed?: boolean;
895
+ }
896
+
897
+ export interface FlushQueueGrant {
898
+ section: string;
899
+ isCallback: string;
900
+ isUsed?: boolean;
901
+ }
902
+
903
+ export interface TimeAdvanceGrant {
904
+ section: string;
905
+ isCallback: string;
906
+ isUsed?: boolean;
907
+ }
908
+
909
+ export interface EnableAsynchronousDelivery {
910
+ section: string;
911
+ isCallback: string;
912
+ isUsed?: boolean;
913
+ }
914
+
915
+ export interface DisableAsynchronousDelivery {
916
+ section: string;
917
+ isCallback: string;
918
+ isUsed?: boolean;
919
+ }
920
+
921
+ export interface QueryGALT {
922
+ section: string;
923
+ isCallback: string;
924
+ isUsed?: boolean;
925
+ }
926
+
927
+ export interface QueryLogicalTime {
928
+ section: string;
929
+ isCallback: string;
930
+ isUsed?: boolean;
931
+ }
932
+
933
+ export interface QueryLITS {
934
+ section: string;
935
+ isCallback: string;
936
+ isUsed?: boolean;
937
+ }
938
+
939
+ export interface ModifyLookahead {
940
+ section: string;
941
+ isCallback: string;
942
+ isUsed?: boolean;
943
+ }
944
+
945
+ export interface QueryLookahead {
946
+ section: string;
947
+ isCallback: string;
948
+ isUsed?: boolean;
949
+ }
950
+
951
+ export interface Retract {
952
+ section: string;
953
+ isCallback: string;
954
+ isUsed?: boolean;
955
+ }
956
+
957
+ export interface RequestRetraction {
958
+ section: string;
959
+ isCallback: string;
960
+ isUsed?: boolean;
961
+ }
962
+
963
+ export interface ChangeAttributeOrder {
964
+ section: string;
965
+ isCallback: string;
966
+ isUsed?: boolean;
967
+ }
968
+
969
+ export interface ChangeDefaultAttributeOrder {
970
+ section: string;
971
+ isCallback: string;
972
+ isUsed?: boolean;
973
+ }
974
+
975
+ export interface ChangeInteractionOrder {
976
+ section: string;
977
+ isCallback: string;
978
+ isUsed?: boolean;
979
+ }
980
+
981
+ export interface CreateRegion {
982
+ section: string;
983
+ isCallback: string;
984
+ isUsed?: boolean;
985
+ }
986
+
987
+ export interface CommitRegionModifications {
988
+ section: string;
989
+ isCallback: string;
990
+ isUsed?: boolean;
991
+ }
992
+
993
+ export interface DeleteRegion {
994
+ section: string;
995
+ isCallback: string;
996
+ isUsed?: boolean;
997
+ }
998
+
999
+ export interface RegisterObjectInstanceWithRegions {
1000
+ section: string;
1001
+ isCallback: string;
1002
+ isUsed?: boolean;
1003
+ }
1004
+
1005
+ export interface AssociateRegionsForUpdates {
1006
+ section: string;
1007
+ isCallback: string;
1008
+ isUsed?: boolean;
1009
+ }
1010
+
1011
+ export interface UnassociateRegionsForUpdates {
1012
+ section: string;
1013
+ isCallback: string;
1014
+ isUsed?: boolean;
1015
+ }
1016
+
1017
+ export interface SubscribeObjectClassAttributesWithRegions {
1018
+ section: string;
1019
+ isCallback: string;
1020
+ isUsed?: boolean;
1021
+ }
1022
+
1023
+ export interface UnsubscribeObjectClassAttributesWithRegions {
1024
+ section: string;
1025
+ isCallback: string;
1026
+ isUsed?: boolean;
1027
+ }
1028
+
1029
+ export interface SubscribeInteractionClassWithRegions {
1030
+ section: string;
1031
+ isCallback: string;
1032
+ isUsed?: boolean;
1033
+ }
1034
+
1035
+ export interface UnsubscribeInteractionClassWithRegions {
1036
+ section: string;
1037
+ isCallback: string;
1038
+ isUsed?: boolean;
1039
+ }
1040
+
1041
+ export interface SendInteractionWithRegions {
1042
+ section: string;
1043
+ isCallback: string;
1044
+ isUsed?: boolean;
1045
+ }
1046
+
1047
+ export interface RequestAttributeValueUpdateWithRegions {
1048
+ section: string;
1049
+ isCallback: string;
1050
+ isUsed?: boolean;
1051
+ }
1052
+
1053
+ export interface GetFederateHandle {
1054
+ section: string;
1055
+ isCallback: string;
1056
+ isUsed?: boolean;
1057
+ }
1058
+
1059
+ export interface GetFederateName {
1060
+ section: string;
1061
+ isCallback: string;
1062
+ isUsed?: boolean;
1063
+ }
1064
+
1065
+ export interface GetObjectClassHandle {
1066
+ section: string;
1067
+ isCallback: string;
1068
+ isUsed?: boolean;
1069
+ }
1070
+
1071
+ export interface GetObjectClassName {
1072
+ section: string;
1073
+ isCallback: string;
1074
+ isUsed?: boolean;
1075
+ }
1076
+
1077
+ export interface GetKnownObjectClassHandle {
1078
+ section: string;
1079
+ isCallback: string;
1080
+ isUsed?: boolean;
1081
+ }
1082
+
1083
+ export interface GetObjectInstanceHandle {
1084
+ section: string;
1085
+ isCallback: string;
1086
+ isUsed?: boolean;
1087
+ }
1088
+
1089
+ export interface GetObjectInstanceName {
1090
+ section: string;
1091
+ isCallback: string;
1092
+ isUsed?: boolean;
1093
+ }
1094
+
1095
+ export interface GetAttributeHandle {
1096
+ section: string;
1097
+ isCallback: string;
1098
+ isUsed?: boolean;
1099
+ }
1100
+
1101
+ export interface GetAttributeName {
1102
+ section: string;
1103
+ isCallback: string;
1104
+ isUsed?: boolean;
1105
+ }
1106
+
1107
+ export interface GetUpdateRateValue {
1108
+ section: string;
1109
+ isCallback: string;
1110
+ isUsed?: boolean;
1111
+ }
1112
+
1113
+ export interface GetUpdateRateValueForAttribute {
1114
+ section: string;
1115
+ isCallback: string;
1116
+ isUsed?: boolean;
1117
+ }
1118
+
1119
+ export interface GetInteractionClassHandle {
1120
+ section: string;
1121
+ isCallback: string;
1122
+ isUsed?: boolean;
1123
+ }
1124
+
1125
+ export interface GetInteractionClassName {
1126
+ section: string;
1127
+ isCallback: string;
1128
+ isUsed?: boolean;
1129
+ }
1130
+
1131
+ export interface GetParameterHandle {
1132
+ section: string;
1133
+ isCallback: string;
1134
+ isUsed?: boolean;
1135
+ }
1136
+
1137
+ export interface GetParameterName {
1138
+ section: string;
1139
+ isCallback: string;
1140
+ isUsed?: boolean;
1141
+ }
1142
+
1143
+ export interface GetOrder {
1144
+ section: string;
1145
+ isCallback: string;
1146
+ isUsed?: boolean;
1147
+ }
1148
+
1149
+ export interface GetOrderName {
1150
+ section: string;
1151
+ isCallback: string;
1152
+ isUsed?: boolean;
1153
+ }
1154
+
1155
+ export interface GetTransportationTypeHandle {
1156
+ section: string;
1157
+ isCallback: string;
1158
+ isUsed?: boolean;
1159
+ }
1160
+
1161
+ export interface GetTransportationTypeName {
1162
+ section: string;
1163
+ isCallback: string;
1164
+ isUsed?: boolean;
1165
+ }
1166
+
1167
+ export interface GetAvailableDimensionsForObjectClass {
1168
+ section: string;
1169
+ isCallback: string;
1170
+ isUsed?: boolean;
1171
+ }
1172
+
1173
+ export interface GetAvailableDimensionsForInteractionClass {
1174
+ section: string;
1175
+ isCallback: string;
1176
+ isUsed?: boolean;
1177
+ }
1178
+
1179
+ export interface GetDimensionHandle {
1180
+ section: string;
1181
+ isCallback: string;
1182
+ isUsed?: boolean;
1183
+ }
1184
+
1185
+ export interface GetDimensionName {
1186
+ section: string;
1187
+ isCallback: string;
1188
+ isUsed?: boolean;
1189
+ }
1190
+
1191
+ export interface GetDimensionUpperBound {
1192
+ section: string;
1193
+ isCallback: string;
1194
+ isUsed?: boolean;
1195
+ }
1196
+
1197
+ export interface GetDimensionHandleSet {
1198
+ section: string;
1199
+ isCallback: string;
1200
+ isUsed?: boolean;
1201
+ }
1202
+
1203
+ export interface GetRangeBounds {
1204
+ section: string;
1205
+ isCallback: string;
1206
+ isUsed?: boolean;
1207
+ }
1208
+
1209
+ export interface SetRangeBounds {
1210
+ section: string;
1211
+ isCallback: string;
1212
+ isUsed?: boolean;
1213
+ }
1214
+
1215
+ export interface NormalizeServiceGroup {
1216
+ section: string;
1217
+ isCallback: string;
1218
+ isUsed?: boolean;
1219
+ }
1220
+
1221
+ export interface NormalizeFederateHandle {
1222
+ section: string;
1223
+ isCallback: string;
1224
+ isUsed?: boolean;
1225
+ }
1226
+
1227
+ export interface NormalizeObjectClassHandle {
1228
+ section: string;
1229
+ isCallback: string;
1230
+ isUsed?: boolean;
1231
+ }
1232
+
1233
+ export interface NormalizeInteractionClassHandle {
1234
+ section: string;
1235
+ isCallback: string;
1236
+ isUsed?: boolean;
1237
+ }
1238
+
1239
+ export interface NormalizeObjectInstanceHandle {
1240
+ section: string;
1241
+ isCallback: string;
1242
+ isUsed?: boolean;
1243
+ }
1244
+
1245
+ export interface GetObjectClassRelevanceAdvisorySwitch {
1246
+ section: string;
1247
+ isCallback: string;
1248
+ isUsed?: boolean;
1249
+ }
1250
+
1251
+ export interface SetObjectClassRelevanceAdvisorySwitch {
1252
+ section: string;
1253
+ isCallback: string;
1254
+ isUsed?: boolean;
1255
+ }
1256
+
1257
+ export interface GetAttributeRelevanceAdvisorySwitch {
1258
+ section: string;
1259
+ isCallback: string;
1260
+ isUsed?: boolean;
1261
+ }
1262
+
1263
+ export interface SetAttributeRelevanceAdvisorySwitch {
1264
+ section: string;
1265
+ isCallback: string;
1266
+ isUsed?: boolean;
1267
+ }
1268
+
1269
+ export interface GetAttributeScopeAdvisorySwitch {
1270
+ section: string;
1271
+ isCallback: string;
1272
+ isUsed?: boolean;
1273
+ }
1274
+
1275
+ export interface SetAttributeScopeAdvisorySwitch {
1276
+ section: string;
1277
+ isCallback: string;
1278
+ isUsed?: boolean;
1279
+ }
1280
+
1281
+ export interface GetInteractionRelevanceAdvisorySwitch {
1282
+ section: string;
1283
+ isCallback: string;
1284
+ isUsed?: boolean;
1285
+ }
1286
+
1287
+ export interface SetInteractionRelevanceAdvisorySwitch {
1288
+ section: string;
1289
+ isCallback: string;
1290
+ isUsed?: boolean;
1291
+ }
1292
+
1293
+ export interface GetConveyRegionDesignatorSetsSwitch {
1294
+ section: string;
1295
+ isCallback: string;
1296
+ isUsed?: boolean;
1297
+ }
1298
+
1299
+ export interface SetConveyRegionDesignatorSetsSwitch {
1300
+ section: string;
1301
+ isCallback: string;
1302
+ isUsed?: boolean;
1303
+ }
1304
+
1305
+ export interface GetAutomaticResignDirective {
1306
+ section: string;
1307
+ isCallback: string;
1308
+ isUsed?: boolean;
1309
+ }
1310
+
1311
+ export interface SetAutomaticResignDirective {
1312
+ section: string;
1313
+ isCallback: string;
1314
+ isUsed?: boolean;
1315
+ }
1316
+
1317
+ export interface GetServiceReportingSwitch {
1318
+ section: string;
1319
+ isCallback: string;
1320
+ isUsed?: boolean;
1321
+ }
1322
+
1323
+ export interface SetServiceReportingSwitch {
1324
+ section: string;
1325
+ isCallback: string;
1326
+ isUsed?: boolean;
1327
+ }
1328
+
1329
+ export interface GetExceptionReportingSwitch {
1330
+ section: string;
1331
+ isCallback: string;
1332
+ isUsed?: boolean;
1333
+ }
1334
+
1335
+ export interface SetExceptionReportingSwitch {
1336
+ section: string;
1337
+ isCallback: string;
1338
+ isUsed?: boolean;
1339
+ }
1340
+
1341
+ export interface GetSendServiceReportsToFileSwitch {
1342
+ section: string;
1343
+ isCallback: string;
1344
+ isUsed?: boolean;
1345
+ }
1346
+
1347
+ export interface SetSendServiceReportsToFileSwitch {
1348
+ section: string;
1349
+ isCallback: string;
1350
+ isUsed?: boolean;
1351
+ }
1352
+
1353
+ export interface GetAutoProvideSwitch {
1354
+ section: string;
1355
+ isCallback: string;
1356
+ isUsed?: boolean;
1357
+ }
1358
+
1359
+ export interface GetDelaySubscriptionEvaluationSwitch {
1360
+ section: string;
1361
+ isCallback: string;
1362
+ isUsed?: boolean;
1363
+ }
1364
+
1365
+ export interface GetAdvisoriesUseKnownClassSwitch {
1366
+ section: string;
1367
+ isCallback: string;
1368
+ isUsed?: boolean;
1369
+ }
1370
+
1371
+ export interface GetAllowRelaxedDDMSwitch {
1372
+ section: string;
1373
+ isCallback: string;
1374
+ isUsed?: boolean;
1375
+ }
1376
+
1377
+ export interface GetNonRegulatedGrantSwitch {
1378
+ section: string;
1379
+ isCallback: string;
1380
+ isUsed?: boolean;
1381
+ }
1382
+
1383
+ export interface EvokeCallback {
1384
+ section: string;
1385
+ isCallback: string;
1386
+ isUsed?: boolean;
1387
+ }
1388
+
1389
+ export interface EvokeMultipleCallbacks {
1390
+ section: string;
1391
+ isCallback: string;
1392
+ isUsed?: boolean;
1393
+ }
1394
+
1395
+ export interface EnableCallbacks {
1396
+ section: string;
1397
+ isCallback: string;
1398
+ isUsed?: boolean;
1399
+ }
1400
+
1401
+ export interface DisableCallbacks {
1402
+ section: string;
1403
+ isCallback: string;
1404
+ isUsed?: boolean;
1405
+ }
1406
+
1407
+ export interface ServiceUtilization {
1408
+ connect?: Connect;
1409
+ disconnect?: Disconnect;
1410
+ connectionLost?: ConnectionLost;
1411
+ createFederationExecution?: CreateFederationExecution;
1412
+ destroyFederationExecution?: DestroyFederationExecution;
1413
+ listFederationExecutions?: ListFederationExecutions;
1414
+ reportFederationExecutions?: ReportFederationExecutions;
1415
+ listFederationExecutionMembers?: ListFederationExecutionMembers;
1416
+ reportFederationExecutionMembers?: ReportFederationExecutionMembers;
1417
+ joinFederationExecution?: JoinFederationExecution;
1418
+ resignFederationExecution?: ResignFederationExecution;
1419
+ federateResigned?: FederateResigned;
1420
+ registerFederationSynchronizationPoint?: RegisterFederationSynchronizationPoint;
1421
+ confirmSynchronizationPointRegistration?: ConfirmSynchronizationPointRegistration;
1422
+ announceSynchronizationPoint?: AnnounceSynchronizationPoint;
1423
+ synchronizationPointAchieved?: SynchronizationPointAchieved;
1424
+ federationSynchronized?: FederationSynchronized;
1425
+ requestFederationSave?: RequestFederationSave;
1426
+ initiateFederateSave?: InitiateFederateSave;
1427
+ federateSaveBegun?: FederateSaveBegun;
1428
+ federateSaveComplete?: FederateSaveComplete;
1429
+ federationSaved?: FederationSaved;
1430
+ abortFederationSave?: AbortFederationSave;
1431
+ queryFederationSaveStatus?: QueryFederationSaveStatus;
1432
+ federationSaveStatusResponse?: FederationSaveStatusResponse;
1433
+ requestFederationRestore?: RequestFederationRestore;
1434
+ confirmFederationRestorationRequest?: ConfirmFederationRestorationRequest;
1435
+ federationRestoreBegun?: FederationRestoreBegun;
1436
+ initiateFederateRestore?: InitiateFederateRestore;
1437
+ federateRestoreComplete?: FederateRestoreComplete;
1438
+ federationRestored?: FederationRestored;
1439
+ abortFederationRestore?: AbortFederationRestore;
1440
+ queryFederationRestoreStatus?: QueryFederationRestoreStatus;
1441
+ federationRestoreStatusResponse?: FederationRestoreStatusResponse;
1442
+ publishObjectClassAttributes?: PublishObjectClassAttributes;
1443
+ unpublishObjectClassAttributes?: UnpublishObjectClassAttributes;
1444
+ publishInteractionClass?: PublishInteractionClass;
1445
+ unpublishInteractionClass?: UnpublishInteractionClass;
1446
+ publishObjectClassDirectedInteractions?: PublishObjectClassDirectedInteractions;
1447
+ unpublishObjectClassDirectedInteractions?: UnpublishObjectClassDirectedInteractions;
1448
+ subscribeObjectClassAttributes?: SubscribeObjectClassAttributes;
1449
+ unsubscribeObjectClassAttributes?: UnsubscribeObjectClassAttributes;
1450
+ subscribeInteractionClass?: SubscribeInteractionClass;
1451
+ unsubscribeInteractionClass?: UnsubscribeInteractionClass;
1452
+ subscribeObjectClassDirectedInteractions?: SubscribeObjectClassDirectedInteractions;
1453
+ unsubscribeObjectClassDirectedInteractions?: UnsubscribeObjectClassDirectedInteractions;
1454
+ startRegistrationForObjectClass?: StartRegistrationForObjectClass;
1455
+ stopRegistrationForObjectClass?: StopRegistrationForObjectClass;
1456
+ turnInteractionsOn?: TurnInteractionsOn;
1457
+ turnInteractionsOff?: TurnInteractionsOff;
1458
+ reserveObjectInstanceName?: ReserveObjectInstanceName;
1459
+ objectInstanceNameReserved?: ObjectInstanceNameReserved;
1460
+ releaseObjectInstanceName?: ReleaseObjectInstanceName;
1461
+ reserveMultipleObjectInstanceNames?: ReserveMultipleObjectInstanceNames;
1462
+ multipleObjectInstanceNamesReserved?: MultipleObjectInstanceNamesReserved;
1463
+ releaseMultipleObjectInstanceNames?: ReleaseMultipleObjectInstanceNames;
1464
+ registerObjectInstance?: RegisterObjectInstance;
1465
+ discoverObjectInstance?: DiscoverObjectInstance;
1466
+ updateAttributeValues?: UpdateAttributeValues;
1467
+ reflectAttributeValues?: ReflectAttributeValues;
1468
+ sendInteraction?: SendInteraction;
1469
+ receiveInteraction?: ReceiveInteraction;
1470
+ sendDirectedInteraction?: SendDirectedInteraction;
1471
+ receiveDirectedInteraction?: ReceiveDirectedInteraction;
1472
+ deleteObjectInstance?: DeleteObjectInstance;
1473
+ removeObjectInstance?: RemoveObjectInstance;
1474
+ localDeleteObjectInstance?: LocalDeleteObjectInstance;
1475
+ attributesInScope?: AttributesInScope;
1476
+ attributesOutOfScope?: AttributesOutOfScope;
1477
+ requestAttributeValueUpdate?: RequestAttributeValueUpdate;
1478
+ provideAttributeValueUpdate?: ProvideAttributeValueUpdate;
1479
+ turnUpdatesOnForObjectInstance?: TurnUpdatesOnForObjectInstance;
1480
+ turnUpdatesOffForObjectInstance?: TurnUpdatesOffForObjectInstance;
1481
+ requestAttributeTransportationTypeChange?: RequestAttributeTransportationTypeChange;
1482
+ confirmAttributeTransportationTypeChange?: ConfirmAttributeTransportationTypeChange;
1483
+ changeDefaultAttributeTransportationType?: ChangeDefaultAttributeTransportation;
1484
+ queryAttributeTransportationType?: QueryAttributeTransportation;
1485
+ reportAttributeTransportationType?: ReportAttributeTransportation;
1486
+ requestInteractionTransportationTypeChange?: RequestInteractionTransportationTypeChange;
1487
+ confirmInteractionTransportationTypeChange?: ConfirmInteractionTransportationTypeChange;
1488
+ queryInteractionTransportationType?: QueryInteractionTransportation;
1489
+ reportInteractionTransportationType?: ReportInteractionTransportation;
1490
+ unconditionalAttributeOwnershipDivestiture?: UnconditionalAttributeOwnershipDivestiture;
1491
+ negotiatedAttributeOwnershipDivestiture?: NegotiatedAttributeOwnershipDivestiture;
1492
+ requestAttributeOwnershipAssumption?: RequestAttributeOwnershipAssumption;
1493
+ requestDivestitureConfirmation?: RequestDivestitureConfirmation;
1494
+ confirmDivestiture?: ConfirmDivestiture;
1495
+ attributeOwnershipAcquisitionNotification?: AttributeOwnershipAcquisitionNotification;
1496
+ attributeOwnershipAcquisition?: AttributeOwnershipAcquisition;
1497
+ attributeOwnershipAcquisitionIfAvailable?: AttributeOwnershipAcquisitionIfAvailable;
1498
+ attributeOwnershipUnavailable?: AttributeOwnershipUnavailable;
1499
+ requestAttributeOwnershipRelease?: RequestAttributeOwnershipRelease;
1500
+ attributeOwnershipReleaseDenied?: AttributeOwnershipReleaseDenied;
1501
+ attributeOwnershipDivestitureIfWanted?: AttributeOwnershipDivestitureIfWanted;
1502
+ cancelNegotiatedAttributeOwnershipDivestiture?: CancelNegotiatedAttributeOwnershipDivestiture;
1503
+ cancelAttributeOwnershipAcquisition?: CancelAttributeOwnershipAcquisition;
1504
+ confirmAttributeOwnershipAcquisitionCancellation?: ConfirmAttributeOwnershipAcquisitionCancellation;
1505
+ queryAttributeOwnership?: QueryAttributeOwnership;
1506
+ informAttributeOwnership?: InformAttributeOwnership;
1507
+ isAttributeOwnedByFederate?: IsAttributeOwnedByFederate;
1508
+ enableTimeRegulation?: EnableTimeRegulation;
1509
+ timeRegulationEnabled?: TimeRegulationEnabled;
1510
+ disableTimeRegulation?: DisableTimeRegulation;
1511
+ enableTimeConstrained?: EnableTimeConstrained;
1512
+ timeConstrainedEnabled?: TimeConstrainedEnabled;
1513
+ disableTimeConstrained?: DisableTimeConstrained;
1514
+ timeAdvanceRequest?: TimeAdvanceRequest;
1515
+ timeAdvanceRequestAvailable?: TimeAdvanceRequestAvailable;
1516
+ nextMessageRequest?: NextMessageRequest;
1517
+ nextMessageRequestAvailable?: NextMessageRequestAvailable;
1518
+ flushQueueRequest?: FlushQueueRequest;
1519
+ flushQueueGrant?: FlushQueueGrant;
1520
+ timeAdvanceGrant?: TimeAdvanceGrant;
1521
+ enableAsynchronousDelivery?: EnableAsynchronousDelivery;
1522
+ disableAsynchronousDelivery?: DisableAsynchronousDelivery;
1523
+ queryGALT?: QueryGALT;
1524
+ queryLogicalTime?: QueryLogicalTime;
1525
+ queryLITS?: QueryLITS;
1526
+ modifyLookahead?: ModifyLookahead;
1527
+ queryLookahead?: QueryLookahead;
1528
+ retract?: Retract;
1529
+ requestRetraction?: RequestRetraction;
1530
+ changeAttributeOrderType?: ChangeAttributeOrder;
1531
+ changeDefaultAttributeOrderType?: ChangeDefaultAttributeOrder;
1532
+ changeInteractionOrderType?: ChangeInteractionOrder;
1533
+ createRegion?: CreateRegion;
1534
+ commitRegionModifications?: CommitRegionModifications;
1535
+ deleteRegion?: DeleteRegion;
1536
+ registerObjectInstanceWithRegions?: RegisterObjectInstanceWithRegions;
1537
+ associateRegionsForUpdates?: AssociateRegionsForUpdates;
1538
+ unassociateRegionsForUpdates?: UnassociateRegionsForUpdates;
1539
+ subscribeObjectClassAttributesWithRegions?: SubscribeObjectClassAttributesWithRegions;
1540
+ unsubscribeObjectClassAttributesWithRegions?: UnsubscribeObjectClassAttributesWithRegions;
1541
+ subscribeInteractionClassWithRegions?: SubscribeInteractionClassWithRegions;
1542
+ unsubscribeInteractionClassWithRegions?: UnsubscribeInteractionClassWithRegions;
1543
+ sendInteractionWithRegions?: SendInteractionWithRegions;
1544
+ requestAttributeValueUpdateWithRegions?: RequestAttributeValueUpdateWithRegions;
1545
+ getFederateHandle?: GetFederateHandle;
1546
+ getFederateName?: GetFederateName;
1547
+ getObjectClassHandle?: GetObjectClassHandle;
1548
+ getObjectClassName?: GetObjectClassName;
1549
+ getKnownObjectClassHandle?: GetKnownObjectClassHandle;
1550
+ getObjectInstanceHandle?: GetObjectInstanceHandle;
1551
+ getObjectInstanceName?: GetObjectInstanceName;
1552
+ getAttributeHandle?: GetAttributeHandle;
1553
+ getAttributeName?: GetAttributeName;
1554
+ getUpdateRateValue?: GetUpdateRateValue;
1555
+ getUpdateRateValueForAttribute?: GetUpdateRateValueForAttribute;
1556
+ getInteractionClassHandle?: GetInteractionClassHandle;
1557
+ getInteractionClassName?: GetInteractionClassName;
1558
+ getParameterHandle?: GetParameterHandle;
1559
+ getParameterName?: GetParameterName;
1560
+ getOrderType?: GetOrder;
1561
+ getOrderName?: GetOrderName;
1562
+ getTransportationTypeHandle?: GetTransportationTypeHandle;
1563
+ getTransportationTypeName?: GetTransportationTypeName;
1564
+ getAvailableDimensionsForObjectClass?: GetAvailableDimensionsForObjectClass;
1565
+ getAvailableDimensionsForInteractionClass?: GetAvailableDimensionsForInteractionClass;
1566
+ getDimensionHandle?: GetDimensionHandle;
1567
+ getDimensionName?: GetDimensionName;
1568
+ getDimensionUpperBound?: GetDimensionUpperBound;
1569
+ getDimensionHandleSet?: GetDimensionHandleSet;
1570
+ getRangeBounds?: GetRangeBounds;
1571
+ setRangeBounds?: SetRangeBounds;
1572
+ normalizeServiceGroup?: NormalizeServiceGroup;
1573
+ normalizeFederateHandle?: NormalizeFederateHandle;
1574
+ normalizeObjectClassHandle?: NormalizeObjectClassHandle;
1575
+ normalizeInteractionClassHandle?: NormalizeInteractionClassHandle;
1576
+ normalizeObjectInstanceHandle?: NormalizeObjectInstanceHandle;
1577
+ getObjectClassRelevanceAdvisorySwitch?: GetObjectClassRelevanceAdvisorySwitch;
1578
+ setObjectClassRelevanceAdvisorySwitch?: SetObjectClassRelevanceAdvisorySwitch;
1579
+ getAttributeRelevanceAdvisorySwitch?: GetAttributeRelevanceAdvisorySwitch;
1580
+ setAttributeRelevanceAdvisorySwitch?: SetAttributeRelevanceAdvisorySwitch;
1581
+ getAttributeScopeAdvisorySwitch?: GetAttributeScopeAdvisorySwitch;
1582
+ setAttributeScopeAdvisorySwitch?: SetAttributeScopeAdvisorySwitch;
1583
+ getInteractionRelevanceAdvisorySwitch?: GetInteractionRelevanceAdvisorySwitch;
1584
+ setInteractionRelevanceAdvisorySwitch?: SetInteractionRelevanceAdvisorySwitch;
1585
+ getConveyRegionDesignatorSetsSwitch?: GetConveyRegionDesignatorSetsSwitch;
1586
+ setConveyRegionDesignatorSetsSwitch?: SetConveyRegionDesignatorSetsSwitch;
1587
+ getAutomaticResignDirective?: GetAutomaticResignDirective;
1588
+ setAutomaticResignDirective?: SetAutomaticResignDirective;
1589
+ getServiceReportingSwitch?: GetServiceReportingSwitch;
1590
+ setServiceReportingSwitch?: SetServiceReportingSwitch;
1591
+ getExceptionReportingSwitch?: GetExceptionReportingSwitch;
1592
+ setExceptionReportingSwitch?: SetExceptionReportingSwitch;
1593
+ getSendServiceReportsToFileSwitch?: GetSendServiceReportsToFileSwitch;
1594
+ setSendServiceReportsToFileSwitch?: SetSendServiceReportsToFileSwitch;
1595
+ getAutoProvideSwitch?: GetAutoProvideSwitch;
1596
+ getDelaySubscriptionEvaluationSwitch?: GetDelaySubscriptionEvaluationSwitch;
1597
+ getAdvisoriesUseKnownClassSwitch?: GetAdvisoriesUseKnownClassSwitch;
1598
+ getAllowRelaxedDDMSwitch?: GetAllowRelaxedDDMSwitch;
1599
+ getNonRegulatedGrantSwitch?: GetNonRegulatedGrantSwitch;
1600
+ evokeCallback?: EvokeCallback;
1601
+ evokeMultipleCallbacks?: EvokeMultipleCallbacks;
1602
+ enableCallbacks?: EnableCallbacks;
1603
+ disableCallbacks?: DisableCallbacks;
1604
+ }
1605
+
1606
+ export interface Objects {
1607
+ }
1608
+
1609
+ export interface Dimensions {
1610
+ /**
1611
+ * identifies a dimension associated with this
1612
+ interaction class
1613
+ */
1614
+ dimension?: string[];
1615
+ }
1616
+
1617
+ export interface ObjectClass {
1618
+ name: string;
1619
+ /**
1620
+ * specifies publication and subscription capabilities of this
1621
+ object class
1622
+ */
1623
+ sharing?: SharingEnumeration;
1624
+ /**
1625
+ * An interaction that can be directed to objects of this class
1626
+ type.
1627
+ */
1628
+ directedInteraction?: DirectedInteraction[];
1629
+ /**
1630
+ * records the association of the object class with a set of
1631
+ dimensions if a federate or federation is using DDM
1632
+ services
1633
+ */
1634
+ dimensions?: Dimensions;
1635
+ /**
1636
+ * lexicon entry for this object class
1637
+ */
1638
+ semantics?: string;
1639
+ }
1640
+
1641
+ export interface Attribute {
1642
+ name: string;
1643
+ /**
1644
+ * identifies the data type of the attribute
1645
+ */
1646
+ dataType?: string;
1647
+ /**
1648
+ * records the policy for updating an instance of the class
1649
+ attribute
1650
+ */
1651
+ updateType?: UpdateEnumeration;
1652
+ /**
1653
+ * expands and explains the policies for updating an instance of
1654
+ the class attribute
1655
+ */
1656
+ updateCondition?: string;
1657
+ /**
1658
+ * whether object instances need to have a value for this
1659
+ attribute
1660
+ */
1661
+ valueRequired?: ValueRequiredEnumeration;
1662
+ /**
1663
+ * indicates whether ownership of an instance of the class
1664
+ attribute can be divested and/or acquired
1665
+ */
1666
+ ownership?: OwnershipEnumeration;
1667
+ /**
1668
+ * identifies the capabilities of a federate or federation with
1669
+ respect to class attribute publishing and subscribing
1670
+ */
1671
+ sharing?: SharingEnumeration;
1672
+ /**
1673
+ * specifies the type of transportation used with this
1674
+ attribute
1675
+ */
1676
+ transportation?: string;
1677
+ /**
1678
+ * specifies the order of delivery used with instances of this
1679
+ class attribute
1680
+ */
1681
+ order?: OrderEnumeration;
1682
+ /**
1683
+ * lexicon entry for this attribute
1684
+ */
1685
+ semantics?: string;
1686
+ }
1687
+
1688
+ export interface Update {
1689
+ // Extends updateEnumeration
1690
+ }
1691
+
1692
+ export interface Ownership {
1693
+ // Extends ownershipEnumeration
1694
+ }
1695
+
1696
+ export interface ValueRequired {
1697
+ // Extends ValueRequiredEnumeration
1698
+ }
1699
+
1700
+ export interface Interactions {
1701
+ }
1702
+
1703
+ export interface InteractionClass {
1704
+ name: string;
1705
+ /**
1706
+ * specifies publication and subscription capabilities of this
1707
+ interaction class
1708
+ */
1709
+ sharing?: SharingEnumeration;
1710
+ /**
1711
+ * records the association of the interaction class with a set of
1712
+ dimensions if a federate or federation is using DDM
1713
+ services
1714
+ */
1715
+ dimensions?: Dimensions;
1716
+ /**
1717
+ * specifies the type of transportation used with this
1718
+ interaction class
1719
+ */
1720
+ transportation?: string;
1721
+ /**
1722
+ * specifies the order of delivery used with instances of this
1723
+ interaction class
1724
+ */
1725
+ order?: OrderEnumeration;
1726
+ /**
1727
+ * lexicon entry for this interaction class
1728
+ */
1729
+ semantics?: string;
1730
+ }
1731
+
1732
+ export interface Parameter {
1733
+ name: string;
1734
+ /**
1735
+ * identifies the data type of the parameter
1736
+ */
1737
+ dataType?: string;
1738
+ /**
1739
+ * lexicon entry for the parameter
1740
+ */
1741
+ semantics?: string;
1742
+ }
1743
+
1744
+ export interface Dimension {
1745
+ // Extends dimensionType
1746
+ }
1747
+
1748
+ export interface InputDataTypes {
1749
+ /**
1750
+ * identifies an input data type within the
1751
+ dimension
1752
+ */
1753
+ dataType?: string[];
1754
+ }
1755
+
1756
+ export interface LogicalTime {
1757
+ /**
1758
+ * identifies the logicalTime
1759
+ data type
1760
+ */
1761
+ dataType?: string;
1762
+ /**
1763
+ * expands and describes the use of the data type for
1764
+ logicalTime
1765
+ */
1766
+ semantics?: string;
1767
+ }
1768
+
1769
+ export interface LogicalTimeInterval {
1770
+ /**
1771
+ * identifies the lookahead
1772
+ data type
1773
+ */
1774
+ dataType?: string;
1775
+ /**
1776
+ * expands and describes the use of the data type for
1777
+ lookahead
1778
+ */
1779
+ semantics?: string;
1780
+ }
1781
+
1782
+ export interface Time {
1783
+ logicalTime?: LogicalTime;
1784
+ logicalTimeInterval?: LogicalTimeInterval;
1785
+ }
1786
+
1787
+ export interface Tags {
1788
+ updateReflectTag?: Tag;
1789
+ sendReceiveTag?: Tag;
1790
+ deleteRemoveTag?: Tag;
1791
+ divestitureRequestTag?: Tag;
1792
+ divestitureCompletionTag?: Tag;
1793
+ acquisitionRequestTag?: Tag;
1794
+ requestUpdateTag?: Tag;
1795
+ }
1796
+
1797
+ export interface Tag {
1798
+ /**
1799
+ * identifies the data type for the user-defined
1800
+ tag
1801
+ */
1802
+ dataType?: string;
1803
+ /**
1804
+ * expands and describes the use of the data type for the
1805
+ user-supplied tag
1806
+ */
1807
+ semantics?: string;
1808
+ }
1809
+
1810
+ export interface SynchronizationPoint {
1811
+ // Extends synchronizationPointType
1812
+ }
1813
+
1814
+ export interface Synchronizations {
1815
+ synchronizationPoint?: SynchronizationPoint[];
1816
+ }
1817
+
1818
+ export interface Capability {
1819
+ // Extends capabilityEnumeration
1820
+ }
1821
+
1822
+ export interface Transportation {
1823
+ // Extends transportationType
1824
+ }
1825
+
1826
+ export interface Transportations {
1827
+ transportation?: Transportation[];
1828
+ }
1829
+
1830
+ export interface Switches {
1831
+ autoProvide?: Switch;
1832
+ conveyRegionDesignatorSets?: Switch;
1833
+ attributeScopeAdvisory?: Switch;
1834
+ attributeRelevanceAdvisory?: Switch;
1835
+ objectClassRelevanceAdvisory?: Switch;
1836
+ interactionRelevanceAdvisory?: Switch;
1837
+ serviceReporting?: Switch;
1838
+ exceptionReporting?: Switch;
1839
+ delaySubscriptionEvaluation?: Switch;
1840
+ nonRegulatedGrant?: Switch;
1841
+ automaticResignAction?: ResignSwitch;
1842
+ allowRelaxedDDM?: Switch;
1843
+ advisoriesUseKnownClass?: Switch;
1844
+ sendServiceReportsToFile?: Switch;
1845
+ }
1846
+
1847
+ export interface Switch {
1848
+ isEnabled?: boolean;
1849
+ }
1850
+
1851
+ export interface ResignSwitch {
1852
+ resignAction?: ResignAction;
1853
+ }
1854
+
1855
+ export interface UpdateRates {
1856
+ updateRate?: UpdateRate[];
1857
+ }
1858
+
1859
+ export interface UpdateRate {
1860
+ name: string;
1861
+ rate?: number;
1862
+ semantics?: string;
1863
+ }
1864
+
1865
+ export interface Rate {
1866
+ // Extends number
1867
+ }
1868
+
1869
+ export interface ArrayDataTypes {
1870
+ // Extends arrayDataTypesType
1871
+ }
1872
+
1873
+ export interface DataTypes {
1874
+ /**
1875
+ * Basic data representation is the underpinning of all OMT
1876
+ data types. Although it is not used as a data type, it forms the basis of the
1877
+ data types.
1878
+ */
1879
+ basicDataRepresentations?: BasicDataRepresentations;
1880
+ /**
1881
+ * The simple data types describes simple, scalar data
1882
+ items.
1883
+ */
1884
+ simpleDataTypes?: SimpleDataTypes;
1885
+ /**
1886
+ * The reference data types describes data elements that can reference
1887
+ object instances.
1888
+ */
1889
+ referenceDataTypes?: References;
1890
+ /**
1891
+ * The enumerated data types describes data elements that can take
1892
+ on a finite discrete set of possible values.
1893
+ */
1894
+ enumeratedDataTypes?: EnumeratedDataTypes;
1895
+ /**
1896
+ * The array data types describes indexed homogenous collections
1897
+ of data types; also known as arrays or sequences.
1898
+ */
1899
+ arrayDataTypes?: ArrayDataTypes;
1900
+ /**
1901
+ * The fixed data types describes heterogeneous collections of
1902
+ types; also known as records or structures.
1903
+ */
1904
+ fixedRecordDataTypes?: FixedRecordDataTypes;
1905
+ /**
1906
+ * The variant record data types describes discriminated unions of
1907
+ types; also known as variant or choice records.
1908
+ */
1909
+ variantRecordDataTypes?: VariantRecordDataTypes;
1910
+ }
1911
+
1912
+ export interface BasicData {
1913
+ // Extends basicDataType
1914
+ }
1915
+
1916
+ export interface BasicDataRepresentations {
1917
+ basicData?: BasicData[];
1918
+ }
1919
+
1920
+ export interface Size {
1921
+ // Extends number
1922
+ }
1923
+
1924
+ export interface Endian {
1925
+ // Extends endianEnumeration
1926
+ }
1927
+
1928
+ export interface SimpleData {
1929
+ // Extends simpleDataType
1930
+ }
1931
+
1932
+ export interface SimpleDataTypes {
1933
+ simpleData?: SimpleData[];
1934
+ }
1935
+
1936
+ export interface ReferenceData {
1937
+ // Extends referenceDataTypeType
1938
+ }
1939
+
1940
+ export interface References {
1941
+ referenceDataType?: ReferenceData[];
1942
+ }
1943
+
1944
+ export interface ReferenceDataType {
1945
+ name: string;
1946
+ representation: string;
1947
+ referenceClass: string;
1948
+ referencedAttribute: string;
1949
+ semantics?: string;
1950
+ }
1951
+
1952
+ export interface FixedRecordData {
1953
+ // Extends fixedRecordDataType
1954
+ }
1955
+
1956
+ export interface FixedRecordDataTypes {
1957
+ fixedRecordData?: FixedRecordData[];
1958
+ }
1959
+
1960
+ export interface Field {
1961
+ name: string;
1962
+ dataType?: string;
1963
+ semantics?: string;
1964
+ }
1965
+
1966
+ export interface FixedRecordEncoding {
1967
+ // Extends fixedRecordEncodingUnion
1968
+ }
1969
+
1970
+ export interface EnumeratedData {
1971
+ // Extends enumeratedDataType
1972
+ }
1973
+
1974
+ export interface EnumeratedDataTypes {
1975
+ enumeratedData?: EnumeratedData[];
1976
+ }
1977
+
1978
+ export interface Enumerator {
1979
+ name: string;
1980
+ /**
1981
+ * provides values that correspond to each
1982
+ enumerator
1983
+ */
1984
+ value?: string[];
1985
+ }
1986
+
1987
+ export interface VariantRecordData {
1988
+ // Extends variantRecordDataType
1989
+ }
1990
+
1991
+ export interface VariantRecordDataTypes {
1992
+ variantRecordData?: VariantRecordData[];
1993
+ }
1994
+
1995
+ export interface Alternative {
1996
+ /**
1997
+ * enumerators or enumerator ranges that determines
1998
+ the alternative
1999
+ */
2000
+ enumerator?: string;
2001
+ name?: string;
2002
+ /**
2003
+ * identify the data type of the
2004
+ field
2005
+ */
2006
+ dataType?: string;
2007
+ semantics?: string;
2008
+ }
2009
+
2010
+ export interface VariantRecordEncoding {
2011
+ // Extends variantRecordEncodingUnion
2012
+ }
2013
+
2014
+ export interface ArrayData {
2015
+ // Extends arrayDataType
2016
+ }
2017
+
2018
+ export interface ArrayDataTypeEncoding {
2019
+ // Extends arrayDataTypeEncodingUnion
2020
+ }
2021
+
2022
+ export interface Cardinality {
2023
+ // Extends cardinalityPattern
2024
+ }
2025
+
2026
+ export interface DirectedInteraction {
2027
+ name: string;
2028
+ /**
2029
+ * specifies publication and subscription capabilities of this
2030
+ object class
2031
+ */
2032
+ sharing?: SharingEnumeration;
2033
+ }
2034
+
2035
+ export interface Note {
2036
+ label: string;
2037
+ semantics?: string;
2038
+ }
2039
+
2040
+ export interface Notes {
2041
+ note?: Note[];
2042
+ }
2043
+
2044
+ export interface Identifier {
2045
+ // Extends string
2046
+ }
2047
+
2048
+ export interface Reference {
2049
+ // Extends string
2050
+ }
2051
+
2052
+ export interface String {
2053
+ // Extends string
2054
+ }
2055
+
2056
+ export interface NonEmptyString {
2057
+ // Extends nonEmptyString
2058
+ }
2059
+
2060
+ export interface Sharing {
2061
+ // Extends sharingEnumeration
2062
+ }
2063
+
2064
+ export interface Order {
2065
+ // Extends orderEnumeration
2066
+ }
2067
+
2068
+
2069
+ // ============================================================================
2070
+ // Root Element
2071
+ // ============================================================================
2072
+
2073
+ export type ObjectModelType = ObjectModel;