fix namespace of xsd
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -10,8 +10,8 @@ | ... | @@ -10,8 +10,8 @@ | 
| 10 | --> | 10 | --> | 
| 11 | 11 | ||
| 12 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | 12 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | 
| 13 | targetNamespace="http://xid.location.studio/XID/XtensibleInterfaceDefinition.xsd" | 13 | targetNamespace="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" | 
| 14 | xmlns="http://xid.location.studio/XID/XtensibleInterfaceDefinition.xsd" | 14 | xmlns="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" | 
| 15 | elementFormDefault="qualified"> | 15 | elementFormDefault="qualified"> | 
| 16 | 16 | ||
| 17 | <xs:annotation> | 17 | <xs:annotation> | ... | ... | 
- 
Please register or sign in to post a comment