public static SourceLocation GetValueLocation(this XAttribute attribute)
 {
     // No advanced location for now because the schema validation only
     // reports the location of the attribute name.
     return(attribute.GetLocation());
 }