func github.com/aws/smithy-go/encoding/xml.NewAttribute

4 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		element.go#L29: func NewAttribute(local, value string) Attr {
		element.go#L52: 	attr := NewAttribute(local, value)

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L9672: 			rootAttr = append(rootAttr, smithyxml.NewAttribute("xsi:type", av))
		serializers.go#L12397: 			rootAttr = append(rootAttr, smithyxml.NewAttribute("xsi:type", av))