<xs:element name="pfcircuits"><xs:annotation><xs:documentation>Circuits, connected to multiple coils and to multiple supplies, defining the current and voltage relationships in the system</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation><xs:complexType><xs:sequence><xs:element name="name" type="vecstring_type"><xs:annotation><xs:documentation>Name of circuit, array of strings (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element><xs:element name="id" type="vecstring_type"><xs:annotation><xs:documentation>ID of circuit, array of strings (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element><xs:element name="type" type="vecstring_type"><xs:annotation><xs:documentation>Type of circuit, array of strings (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element><xs:element name="nnodes" type="vecint_type"><xs:annotation><xs:documentation>Number of nodes used to describe a circuit. Vector (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element><xs:element name="connections" type="array3dint_type"><xs:annotation><xs:documentation>Description of the supplies and coils connections (nodes) across each circuit. Array 3D (ncircuits,max_nnodes,2*ncomponents), describing for each node which component are connected to it (1 if connected, 0 otherwise). There are 2 sides at each component, thus 2*ncomponents as the size of the third dimension, listing first all supplies, then all coils (in the same order as listed in PFSUPPLIES and PFCOILS). An example can be found in the data structure documentation PFconnections.pdf</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element>
<xs:element name="name" type="vecstring_type"><xs:annotation><xs:documentation>Name of circuit, array of strings (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element>
<xs:element name="id" type="vecstring_type"><xs:annotation><xs:documentation>ID of circuit, array of strings (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element>
<xs:element name="type" type="vecstring_type"><xs:annotation><xs:documentation>Type of circuit, array of strings (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element>
<xs:element name="nnodes" type="vecint_type"><xs:annotation><xs:documentation>Number of nodes used to describe a circuit. Vector (ncircuits)</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element>
Description of the supplies and coils connections (nodes) across each circuit. Array 3D (ncircuits,max_nnodes,2*ncomponents), describing for each node which component are connected to it (1 if connected, 0 otherwise). There are 2 sides at each component, thus 2*ncomponents as the size of the third dimension, listing first all supplies, then all coils (in the same order as listed in PFSUPPLIES and PFCOILS). An example can be found in the data structure documentation PFconnections.pdf
<xs:element name="connections" type="array3dint_type"><xs:annotation><xs:documentation>Description of the supplies and coils connections (nodes) across each circuit. Array 3D (ncircuits,max_nnodes,2*ncomponents), describing for each node which component are connected to it (1 if connected, 0 otherwise). There are 2 sides at each component, thus 2*ncomponents as the size of the third dimension, listing first all supplies, then all coils (in the same order as listed in PFSUPPLIES and PFCOILS). An example can be found in the data structure documentation PFconnections.pdf</xs:documentation><xs:appinfo>machine description</xs:appinfo></xs:annotation></xs:element>