I'm using JAXB annotations to generate xsd schema from my classes.
Annotation @XmlElement with parameter defaultValue sets default value for element. Is it possible to set default value for @XmlAttribute?
P.S. I checked that xsd syntax allow default values for attributes