} else if (content instanceof XSDSimpleTypeDefinition) {
Node contentNode = parentNode.addNode(XsdLexicon.SIMPLE_CONTENT, XsdLexicon.SIMPLE_CONTENT);
processTypeFacets((XSDSimpleTypeDefinition)content, contentNode, owner.getBaseTypeDefinition());
}
XSDDerivationMethod method = owner.getDerivationMethod();
if (method != null) {
parentNode.setProperty(XsdLexicon.METHOD, method.getLiteral());
}
@SuppressWarnings( "unchecked" )
List<XSDAttributeGroupContent> attributeGroupContents = owner.getAttributeContents();
if (attributeGroupContents != null) {