ai.addAttribute("", "mixed", "", "boolean", "true");
}
ph.startElement(XSISimpleTypes.NAMESPACE, "complexType", ai);
ElementGrouping egs = complexType.getChild();
complexType.getChild();
// TODO determine if this complexType isDerived ... and make a complexContent or Simplecontent to match
if (egs != null) {
switch (egs.getGrouping()) {
// TODO determine if this will work
// case ElementGrouping.COMPLEXCONTENT:
// writeAny((ComplexContent)egs,schema,ph,hints);
// break;
// case ElementGrouping.SIMPLECONTENT: