throw new SAXParseException("The enumeration in the type of attribute "
+ pAttribute.getName()
+ " contains an empty token.",
pAttribute.getLocator());
}
XsEEnumeration enumeration = restriction.createEnumeration();
enumeration.setValue(token);
}
qName = null;
}
if (qName != null) {
attr.setType(new XsQName(qName.getNamespaceURI(), qName.getLocalName(), "xs"));