1. OASIS Open Data Protocol (OData) TC: OData Version 4.01. Part 1: Protocol. 2020. Section 7.1
"Entity Type
" states: "An entity type is a named structured type with a key... An entity type is defined by a set of properties." This definition
emphasizing a named structure with typed properties
aligns with the concept of a typed class.
2. SAP Help Portal - SAP Integration Suite: OData V2 Adapter in SAP Integration Suite. The documentation consistently shows the use of an Entity Data Model (EDMX) file to define the message structure. Within the EDMX
the element contains elements with explicit Type attributes (e.g.
Type="Edm.String")
demonstrating the typed nature of the structure. This confirms the model is based on typed definitions
not untyped ones.