Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions System/Units.ecschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@
<Unit typeName="DECIMAL_PERCENT" phenomenon="PERCENTAGE" unitSystem="INTERNATIONAL" definition="PERCENT" numerator="100" displayLabel="decimal percent" description="Unit suitable for storing a decimal number that represents an unspecified ratio." />
<Unit typeName="PROBABILITY_FRACTION" phenomenon="PROBABILITY" unitSystem="SI" definition="ONE" displayLabel="" />
<Unit typeName="PROBABILITY_PERCENT" phenomenon="PROBABILITY" unitSystem="INTERNATIONAL" definition="PROBABILITY_FRACTION" denominator="100" displayLabel="%" />
<Unit typeName="DECIMAL_LENGTH_RATIO" phenomenon="LENGTH_RATIO" unitSystem="INTERNATIONAL" definition="ONE" displayLabel="decimal length ratio" description="Unit suitable for storing a decimal number that represents a length ratio." />
<Unit typeName="M_PER_M_LENGTH_RATIO" phenomenon="LENGTH_RATIO" unitSystem="SI" definition="M*M(-1)" displayLabel="m:m" />
<Unit typeName="IN_PER_FT_LENGTH_RATIO" phenomenon="LENGTH_RATIO" unitSystem="USCUSTOM" definition="IN*FT(-1)" displayLabel="in:ft" />
<Unit typeName="M_PER_M" phenomenon="SLOPE" unitSystem="SI" definition="M*M(-1)" displayLabel="m/m" />
<Unit typeName="CM_PER_M" phenomenon="SLOPE" unitSystem="METRIC" definition="CM*M(-1)" displayLabel="cm/m" />
<Unit typeName="MM_PER_M" phenomenon="SLOPE" unitSystem="METRIC" definition="MM*M(-1)" displayLabel="mm/m" />
Expand Down
Loading