Let's imagine I have on the schematic a component (for instance a regulator) with only 3 pins:
Vin=1; Vout=2; GND=3
but on the PCB the package is, for instance, a DIL8, so it has 8 pins
Vin=1,2
Vout=3,4,5
GND=6,7
NC=8
How is it possible to map multiple pins on the package to the same pin on the schematic?