You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
533 B
22 lines
533 B
<?xml version="1.0" ?>
|
|
<component-list
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="test2.xsd">
|
|
|
|
<!-- In this example all the pin's id are unique. This is valid. -->
|
|
|
|
<component id="c1">
|
|
<pin id="c1-vcc" />
|
|
<pin id="c1-gnd" />
|
|
<pin id="c1-in-1" />
|
|
<pin id="c1-in-2" />
|
|
<pin id="c1-out-1" />
|
|
</component>
|
|
|
|
<component id="c2">
|
|
<pin id="c2-vcc" />
|
|
<pin id="c2-gnd" />
|
|
<pin id="c2-pin-a" />
|
|
<pin id="c2-pin-b" />
|
|
</component>
|
|
</component-list>
|
|
|