public XSComponent complexType(XSComplexType type) { return type.getOwnerSchema(); }
public Iterator<T> complexType(XSComplexType type) { // compensate particle XSParticle p = type.getContentType().asParticle(); if (p != null) return particle(p); else return empty(); }