* @param name the name of this identity
* @param memberAndAccessorFactory the FieldMemberAndAccessorFactory to be used
*/
public IdentityInfo(final String name,
final FieldMemberAndAccessorFactory memberAndAccessorFactory) {
super(new XSId(), name, memberAndAccessorFactory);
if (hasNature(XMLInfoNature.class.getName())) {
XMLInfoNature xmlNature = new XMLInfoNature(this);
xmlNature.setNodeType(NodeType.ATTRIBUTE);
}
}