Because you xml have namespace, change this line:
<xs:element name="value" type="xs:string" />
to:
<xs:element name="value" type="xs:string" form="qualified"/>