}
} else if (content instanceof AutoURLSequence) {
setSequence(asset, (AutoURLSequence) content);
} else if (content instanceof EmbeddedContent) {
EmbeddedContent embeddedContent = (EmbeddedContent) content;
makeLiteralValue(asset);
asset.setValue(embeddedContent.getData());
} else {
throw new IllegalStateException("Unknown content " + content);
}
}