Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| dido:99_annexes:annex-b-terms-and-definitions:d:data_structure_definition [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1 | dido:99_annexes:annex-b-terms-and-definitions:d:data_structure_definition [2026/07/18 12:33] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Data Structure Definition ====== | ||
| + | [[dido: | ||
| + | |||
| + | ===== Discussion ===== | ||
| + | |||
| + | A Data Structure Definition describes the expected structure, meaning, and constraints of a class of information. It defines the reusable model that governs one or more Data Structure Instances. | ||
| + | |||
| + | A Data Structure Definition may identify required fields, optional fields, field meanings, permitted data types, constraints, | ||
| + | |||
| + | A Data Structure Definition exists at the conceptual level. Later parts may realize it as an IDL structure, a JSON Schema definition, an XML Schema definition, a UML class, a SysML block, a database schema, a message schema, an ontology class, or another formal structure. | ||
| + | |||
| + | ===== Definition ===== | ||
| + | |||
| + | // | ||
| + | |||
| + | ===== Source ===== | ||
| + | |||
| + | Adapted from FX Demo Reference Architecture, | ||
| + | |||
| + | ===== Note ===== | ||
| + | |||
| + | A Data Structure Definition is not a Data Structure Instance, Communication Endpoint, DDS Topic, database table, file, or message. | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | A later FX profile may define a CashFlowObligation structure that identifies the fields, meanings, and constraints for cash-flow obligation records. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | <WRAP centeralign> | ||
| + | © 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc. | ||
| + | </ | ||