<xs:attribute ref="name" use="required"/>
<xs:attribute ref="type" use="required"/>
<xs:attribute ref="wishbone" use="optional"/>
- <xs:attribute ref="core" use="optional"/>
<xs:attribute ref="value" use="optional"/>
<xs:attribute ref="iface" use="optional"/>
<xs:attribute ref="width" use="optional"/>
<xs:attribute name="ids" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
- <xs:attribute name="core" type="xs:string"/>
<xs:attribute name="wishbone" type="xs:string"/>
<xs:attribute name="context" type="xs:string" />
<xs:attribute name="multiplicity" type="xs:string" />
</xs:complexType>
</xs:element>
+ <xs:element name="control">
+ <xs:complexType>
+ <xs:attribute ref="iface"/>
+ </xs:complexType>
+ </xs:element>
+
<xs:element name="inputs">
<xs:complexType>
<xs:sequence>
- <xs:element ref="input" maxOccurs="unbounded" />
+ <xs:element ref="input" maxOccurs="unbounded" />
+ <xs:element ref="control" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="outputs">
<xs:complexType>
<xs:sequence>
- <xs:element ref="output" maxOccurs="unbounded" />
+ <xs:element ref="output" maxOccurs="unbounded" />
+ <xs:element ref="control" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>