/* NOTE: There may be other groupings that this code needs
* to understand also. At this point we expect:
* <element name="xxx" type="yyy">
* or <element ref="zzz">
*/
Group g = ct.getSequence();
for (Element el : g.getElementArray()) {
paramList.add(elementToParamMetaData(s
.getTargetNamespace(), el));
}
}
}