{
for (SchemaItemAttribute attribute : complexProperty.getAttributes())
{
if (attribute.getName().equals(propertyNameAtomic))
{
return new DOMSimpleAttributeGetter(propertyNameAtomic);
}
}
for (SchemaElementSimple simple : complexProperty.getSimpleElements())
{