+ <xs:element name="parameters">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="block_view" />
+ <xs:element ref="interface_view" />
+ <xs:element ref="connection_view" />
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="block_view">
+ <xs:complexType>
+ <xs:attribute ref="width"/>
+ <xs:attribute ref="height"/>
+ <xs:attribute ref="font"/>
+ <xs:attribute ref="font_size"/>
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="interface_view">
+ <xs:complexType>
+ <xs:attribute ref="line_length"/>
+ <xs:attribute ref="width"/>
+ <xs:attribute ref="height"/>
+ <xs:attribute ref="font"/>
+ <xs:attribute ref="font_size"/>
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="connection_view">
+ <xs:complexType>
+ <xs:attribute ref="gap_length"/>
+ <xs:attribute ref="auto_conn"/>
+ </xs:complexType>
+ </xs:element>