region = attribute "region" " region=\""
rel :: AttributeValue -> Attribute
rel = attribute "rel" " rel=\""
+source :: AttributeValue -> Attribute
+source = attribute "source" " source=\""
street :: AttributeValue -> Attribute
street = attribute "street" " street=\""
style :: AttributeValue -> Attribute
to = attribute "to" " to=\""
type_ :: AttributeValue -> Attribute
type_ = attribute "type" " type=\""
+url :: AttributeValue -> Attribute
+url = attribute "url" " url=\""
year :: AttributeValue -> Attribute
year = attribute "year" " year=\""
zipcode :: AttributeValue -> Attribute