| irreducibles | Object | true | https://uor.foundation/partition/Partition | https://uor.foundation/partition/IrreducibleSet | The irreducible component of this partition. |
| reducibles | Object | true | https://uor.foundation/partition/Partition | https://uor.foundation/partition/ReducibleSet | The reducible component of this partition. |
| units | Object | true | https://uor.foundation/partition/Partition | https://uor.foundation/partition/UnitGroup | The units component of this partition. |
| exterior | Object | true | https://uor.foundation/partition/Partition | https://uor.foundation/partition/Complement | The exterior component of this partition. |
| member | Object | false | https://uor.foundation/partition/Component | https://uor.foundation/schema/Datum | A datum value belonging to this partition component. |
| cardinality | Datatype | true | https://uor.foundation/partition/Component | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of elements in this partition component. The cardinalities of the four components must sum to 2^n. |
| density | Datatype | true | https://uor.foundation/partition/Partition | http://www.w3.org/2001/XMLSchema#decimal | The irreducible density of this partition: |Irr| / |A|, where A is the active carrier. |
| sourceType | Object | true | https://uor.foundation/partition/Partition | https://uor.foundation/type/TypeDefinition | The type declaration that was resolved to produce this partition. |
| wittLength | Datatype | true | https://uor.foundation/partition/Partition | http://www.w3.org/2001/XMLSchema#positiveInteger | The Witt level n at which this partition was computed. The ring has 2^n elements at this level. |
| sitePosition | Datatype | true | https://uor.foundation/partition/SiteIndex | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The zero-based position of this site coordinate within the iterated fibration. Position 0 is the least significant bit; position n-1 is the most significant. |
| siteState | Datatype | true | https://uor.foundation/partition/SiteIndex | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The current state of this site coordinate: 'pinned' if determined by a constraint, 'free' if still available for refinement. |
| siteBudget | Object | true | https://uor.foundation/partition/Partition | https://uor.foundation/partition/FreeRank | The site budget associated with this partition. |
| totalSites | Datatype | true | https://uor.foundation/partition/FreeRank | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The total number of site coordinates in this budget, equal to the quantum level n. |
| pinnedCount | Datatype | true | https://uor.foundation/partition/FreeRank | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of site coordinates currently pinned by constraints. |
| freeRank | Datatype | true | https://uor.foundation/partition/FreeRank | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of site coordinates still free (not yet pinned). Equals totalSites - pinnedCount. |
| isClosed | Datatype | true | https://uor.foundation/partition/FreeRank | http://www.w3.org/2001/XMLSchema#boolean | Whether all sites in this budget are pinned. A closed budget means the type is fully resolved and the partition is complete. |
| hasSite | Object | false | https://uor.foundation/partition/FreeRank | https://uor.foundation/partition/SiteIndex | A site coordinate belonging to this budget. |
| pinnedBy | Object | true | https://uor.foundation/partition/SiteBinding | https://uor.foundation/type/Constraint | The constraint that pins this site coordinate. |
| pinsCoordinate | Object | true | https://uor.foundation/partition/SiteBinding | https://uor.foundation/partition/SiteIndex | The site coordinate that this pinning determines. |
| hasBinding | Object | false | https://uor.foundation/partition/FreeRank | https://uor.foundation/partition/SiteBinding | A site pinning record in this budget. |
| ancillaSite | Object | true | https://uor.foundation/partition/SiteIndex | https://uor.foundation/partition/SiteIndex | An ancilla site coordinate paired with this site for reversible computation (RC_1–RC_4 ancilla model). |
| reversibleStrategy | Datatype | true | https://uor.foundation/partition/FreeRank | http://www.w3.org/2001/XMLSchema#boolean | True when this site budget uses a reversible computation strategy preserving information through ancilla sites. |
| exteriorCriteria | Object | true | https://uor.foundation/partition/Complement | https://uor.foundation/schema/TermExpression | The formal membership criterion for this Complement: x ∈ Ext(T) iff x ∉ carrier(T). The Complement is context-dependent on the active type T (FPM_9). |
| isExhaustive | Datatype | true | https://uor.foundation/partition/Partition | http://www.w3.org/2001/XMLSchema#boolean | Whether the four components of this partition are exhaustive over R_n: |Irr| + |Red| + |Unit| + |Ext| = 2^n (FPM_8). Set by the kernel after verification. |
| leftFactor | Object | true | https://uor.foundation/partition/PartitionProduct | https://uor.foundation/partition/Partition | The left operand partition of this tensor product. |
| rightFactor | Object | true | https://uor.foundation/partition/PartitionProduct | https://uor.foundation/partition/Partition | The right operand partition of this tensor product. |
| leftSummand | Object | true | https://uor.foundation/partition/PartitionCoproduct | https://uor.foundation/partition/Partition | The left operand partition of this coproduct. |
| rightSummand | Object | true | https://uor.foundation/partition/PartitionCoproduct | https://uor.foundation/partition/Partition | The right operand partition of this coproduct. |