Mercurial > pub > Impl
diff _test/Resources/person.xsd @ 361:eff7f75a4408
added cookie support for the request language detection
author | cin |
---|---|
date | Wed, 27 Nov 2013 17:12:38 +0400 |
parents | 77a9934a44af |
children |
line wrap: on
line diff
--- a/_test/Resources/person.xsd Tue Nov 26 03:22:44 2013 +0400 +++ b/_test/Resources/person.xsd Wed Nov 27 17:12:38 2013 +0400 @@ -3,9 +3,10 @@ targetNamespace="http://implab.org/person/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://implab.org/person/" + xmlns:impl="http://implab.org/schemas/impl-bindings" elementFormDefault="qualified" > - <xs:complexType name="personInfo"> + <xs:complexType name="personInfo" impl:bind-type="Person" > <xs:sequence> <xs:element name="firstName" type="xs:string" /> <xs:element name="lastName" type="xs:string" />