return new SchemaTypeVisitorImpl(schemaType().getContentModel());
}
public SchemaField get_attribute_field(QName attrName)
{
SchemaAttributeModel model = schemaType().getAttributeModel();
if (model == null)
return null;
return model.getAttribute(attrName);
}