Index: 02_data.html =================================================================== --- 02_data.html (revision 4524) +++ 02_data.html (revision 4525) @@ -205,7 +205,7 @@ a schematic sheet (either by copy or by reference), it is instantiated. A symbol has a creation-time cschem generated unique ID ("symbol UID"), and an instantiation-time cschem generated -unique ID for each instance ("instance UID"). +unique ID for each instance ("instance UID", the uuid field of the direct group).

{des2:53} When an existing instance is moved within the sheet, renamed, its @@ -342,7 +342,7 @@

{des2:36} core attributes of a component
attribute value description -
uid unique ID cschem-generated UID (not persistent) +
uuid unique ID cschem-generated UID (not persistent)
connect PORT:NET list non-graphical connection; PORT is an existing port's name within the component; NET is the name of a network
source list of refs reference list to the concrete objects that contributed to this component; each item is an UID or an UID:key pair
@@ -350,7 +350,7 @@

{des2:37} core attributes of a port
attribute value description -
uid unique ID cschem-generated UID +
uuid unique ID cschem-generated UID
name name of the port user assigned port name
connect name of a network the given port is also connected to a network (non-graphical connection)
chan channel name connection affinity, in case port is part of a bus-port @@ -360,7 +360,7 @@

{des2:38} core attributes of a bus-port
attribute value description -
uid unique ID cschem-generated UID +
uuid unique ID cschem-generated UID
name name of the port user assigned port name
connect name of a bus-net the given bus-port is also connected to a named bus (non-graphical connection)
chan_rewrite rewrite list see at chan rewrite @@ -392,7 +392,7 @@
{des2:43} core attributes of a network
attribute value description -
uid unique ID cschem-generated UID +
uuid unique ID cschem-generated UID
netname unique name cschem-specified project-unique network name
name unique name user-specified sheet-unique network name
chan bus-unique name when a connection is made, this name is used to look up and bind channel(s) @@ -448,7 +448,7 @@

{des2:51} core attributes of a bus-net
attribute value description -
uid unique ID cschem-generated UID +
uuid unique ID cschem-generated UID
name unique name user-specified unique bus-net name
source list of refs reference list to the concrete objects that contributed to this component; each item is an UID or an UID:key pair
@@ -488,7 +488,7 @@

{des2:67} core attributes of a hub
attribute value description -
uid unique ID cschem-generated UID +
uuid unique ID cschem-generated UID
name unique name user-specified unique hub name (similar to a component's name)
source list of refs reference list to the concrete objects that contributed to this component; each item is an UID or an UID:key pair
chan_rewrite rewrite list see at chan rewrite