throws IOException {
Iterator attributes = attributeList().iterator();
while (attributes.hasNext()) {
Attribute attribute = (Attribute) attributes.next();
attribute.exportMoML(output, depth);
}
Iterator ports = portList().iterator();
while (ports.hasNext()) {