/* */ }
/* */
/* */ public void writeTo(String localName, Schema schema) {
/* 1309 */ TopLevelElement e = schema.element().name(localName);
/* 1310 */ if (this.nillable)
/* 1311 */ e.nillable(true);
/* 1312 */ if (this.type != null)
/* 1313 */ XmlSchemaGenerator.Namespace.this.writeTypeRef(e, this.type, "type");
/* */ else {
/* 1315 */ e.complexType();
/* */ }