Last modified by Artur on 2025/09/10 11:19

From version 3.1
edited by Helena
on 2025/06/26 14:14
Change comment: There is no comment for this version
To version 2.3
edited by Helena
on 2025/06/26 14:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -581,9 +581,11 @@
581 581  **StructuralEventType: **StructuralEventType provides the details of a structure event, specifically the object that changed.
582 582  
583 583  Content:
584 +
584 584  str:Structures
585 585  
586 586  Element Documentation:
588 +
587 587  |**Name**|**Type**|**Documentation**
588 588  |str:Structures|str:StructuresType|Structures contains the details of the structural object that has triggered the event. Although this container allows for multiple structural object, it should only contain the one changed object.
589 589  
... ... @@ -590,27 +590,34 @@
590 590  **RegistrationEventType: **This provides the details of a data or metadata registration event for the purposes of notification.
591 591  
592 592  Content:
595 +
593 593  Registration
594 594  
595 595  Element Documentation:
599 +
596 596  |**Name**|**Type**|**Documentation**
597 597  |Registration|RegistrationType|Registration provides the changed details of the data or metadata registration.
598 598  
599 -=== 2.1.3 Simple Types ===
603 +1.
604 +11.
605 +111. Simple Types
600 600  
601 601  **IDQueryType: **IDQueryType is a simple type that allows for an identifier to be substituted with a wild card character ("%").
602 602  
603 603  Union of:
610 +
604 604  com:IDType, com:WildCardValueType.
605 605  
606 606  **NestedIDQueryType: **NestedIDQueryType is a simple type that allows for a nested identifier to be substituted with a wild card character ("%").
607 607  
608 608  Union of:
616 +
609 609  com:NestedIDType, com:WildCardValueType.
610 610  
611 611  **VersionQueryType: **VersionQueryType is a simple type that allows for a version number to be substituted with a wild card character ("%") or a late bound character ("*").
612 612  
613 613  Union of:
622 +
614 614  com:VersionType, com:LateBoundVersionType, com:WildCardValueType.
615 615  
616 616  **StatusType: **StatusType provides an enumeration of values that detail the status of queries or requests.
... ... @@ -618,6 +618,7 @@
618 618  Derived by restriction of xs:NMTOKEN .
619 619  
620 620  Enumerations:
630 +
621 621  |**Value**|**Documentation**
622 622  |Success|Query or request successful.
623 623  |Warning|Query or request successful, but with warnings.
... ... @@ -632,4 +632,6 @@
632 632  |**Value**|**Documentation**
633 633  |DataSets|Only references data sets should be returned.
634 634  |MetadataSets|Only references to metadata sets should be returned.
635 -|AllSets|References to both data sets and metadata sets should be returned.
645 +|AllSets|References to both data sets and metadata sets should be returned.
646 +
647 +