namespaceList = pWildcard.getNamespaceList();
processContents = pWildcard.getProcessContents();
}
public Object newPropertySGChain(AttributeSG pController) {
PropertySGChain result;
if (xsWildcard != null) {
result = new AnyAttributePropertySG(pController, xsWildcard);
xsWildcard = null;
} else if (xsAttribute != null) {
result = new JAXBPropertySG(pController, xsAttribute);