Schema Conflict Resolution¶
Resolve conflicts when different schemas classify or interpret the same reality differently.
The Diagnostic Story¶
Symptom: Two groups are using the same label for different things, or different labels for things they assume are equivalent, and the divergence is only discovered when handoffs fail, metrics refuse to align, or meetings repeatedly circle back to definitional arguments instead of decisions. A few experienced people informally translate between the schemas and have become irreplaceable bottlenecks. Attempts to integrate the systems keep producing edge cases that require manual exception handling.
Pivot: Elicit the conflicting schemas explicitly, compare their categories and purposes, and mark where true equivalence exists versus where boundary conditions differ in ways that matter for practice or accountability. Build translation or integration rules from that comparison, and decide where schemas must remain distinct rather than merged.
Resolution: Handoffs become more reliable because category differences are visible rather than hidden. Data and policy integration can proceed where true equivalence has been confirmed, while local schema purposes are preserved where coexistence is the right outcome. The translation rules are traceable to real mismatch cases and can be updated as schemas change.
Reach for this when you hear…¶
[hospital data integration] “Their 'admission date' and our 'admission date' are not the same field — we've been merging datasets for a year and nobody caught it until the compliance report didn't match.”
[cross-agency policy coordination] “We kept saying 'vulnerable household' like it meant the same thing in both programs, but the eligibility criteria are completely different and we only found out when clients fell through the gap.”
[software platform merger] “Both codebases have a concept called 'user' but one includes service accounts and the other doesn't — we need to map this before we touch the authentication layer.”
Mechanisms / Implementations¶
- Boundary-Spanner Review Session
- Case-Based Mapping Test
- Data Mapping Specification
- Glossary Alignment Table
- Ontology Mapping Workshop
- Schema Crosswalk Table
- Semantic Interoperability Review
- Taxonomy Reconciliation Review
- Translation Register
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Interoperability: Systems function together.
- Representation: Model complex ideas.
- Schema: Structured knowledge framework.
Also references 8 related abstractions
- Boundary: Defines system limits.
- Continuity: Smooth change without jumps.
- Equivalence Relation: Groups elements into equivalence classes.
- Feedback: Outputs influence inputs.
- Ontology: What exists and how entities relate.
- Sensemaking: Interpret ambiguous situations.
- Task Interdependence: Tasks rely on each other.
- Versioning: Tracks incremental changes over time.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Data Schema Crosswalk Resolution · domain variant · recognized
Resolve semantic conflicts between data schemas so records, reports, APIs, or analytics retain meaning across systems.
Taxonomy Reconciliation · mechanism family variant · recognized
Resolve conflicts between taxonomies by mapping, merging, splitting, or preserving categories.
Interdisciplinary Schema Translation · domain variant · recognized
Translate conceptual schemas across disciplines without flattening discipline-specific constructs.
Policy Category Alignment · domain variant · recognized
Align policy or regulatory categories across jurisdictions or programs while preserving legal and operational distinctions.
Schema Coexistence with Boundary Preservation · subtype · recognized
Resolve schema conflict by preserving multiple schemas and defining safe translation boundaries instead of forcing unification.
Ontology Alignment for Interoperability · mechanism family variant · candidate
Align entities, relations, and categories across ontologies so systems or communities can interoperate semantically.