</xs:attributeGroup>
<xs:attributeGroup name="interfacesAttrGroup">
- <xs:attribute ref="linelength" use="required" />
+ <xs:attribute ref="line_length" use="required" />
<xs:attribute ref="width" use="required" />
<xs:attribute ref="height" use="required" />
<xs:attribute ref="font" use="required" />
</xs:simpleType>
</xs:attribute>
- <xs:attribute name="linelength">
+ <xs:attribute name="line_length">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="1"/>
</xs:simpleType>
</xs:attribute>
- <xs:attribute name="gaplength">
+ <xs:attribute name="gap_length">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="1"/>
<xs:element name="connections">
<xs:complexType>
- <xs:attribute ref="gaplength" use="required"/>
+ <xs:attribute ref="gap_length" use="required"/>
</xs:complexType>
</xs:element>