diff --git a/smithy-aws-protocol-tests/model/restXmlWithNamespace/main.smithy b/smithy-aws-protocol-tests/model/restXmlWithNamespace/main.smithy index cfd3c96863e..a2101767ad9 100644 --- a/smithy-aws-protocol-tests/model/restXmlWithNamespace/main.smithy +++ b/smithy-aws-protocol-tests/model/restXmlWithNamespace/main.smithy @@ -134,13 +134,13 @@ structure SimpleScalarPropertiesInputOutput { longValue: Long, floatValue: Float, + @xmlNamespace(prefix: "xsi", uri: "https://example.com") Nested: NestedWithNamespace, @xmlName("DoubleDribble") doubleValue: Double, } -@xmlNamespace(prefix: "xsi", uri: "https://example.com") structure NestedWithNamespace { @xmlAttribute @xmlName("xsi:someName")