<xs:schema xmlns:myComp="www.mycompany.com" elementFormDefault="qualified" targetNamespace="www.mycompany.com" xmlns:xs="http://www.w3.org/2001/XMLSchema">
1 <?xml version="1.0" encoding="utf-8" ?> 2 <!-- Created with Liquid XML Studio 1.0.8.0 (http://www.liquid-technologies.com) --> 3 <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 4 <xs:element name="RootElm"> 5 <xs:complexType> 6 <xs:sequence> 7 <xs:element name="Item" type="xs:string" /> 8 </xs:sequence> 9 </xs:complexType> 10 </xs:element> 11 </xs:schema> Sample Schema (Anonymous Target namespace) 1 <?xml version="1.0" encoding="utf-8" ?> 2 <!-- Created with Liquid XML Studio 1.0.8.0 (http://www.liquid-technologies.com) --> 3 <xs:schema elementFormDefault="qualified" targetNamespace=http://www.mycompany.com/ xmlns:xs="http://www.w3.org/2001/XMLSchema"> 4 <xs:element name="RootElm"> 5 <xs:complexType> 6 <xs:sequence> 7 <xs:element name="Item" type="xs:string" /> 8 </xs:sequence> 9 </xs:complexType> 10 </xs:element> 11 </xs:schema> Sample Schema (Aliased Target namespace) 1 <?xml version="1.0" encoding="utf-8" ?> 2 <!-- Created with Liquid XML Studio 1.0.8.0 (http://www.liquid-technologies.com) --> 3 <xs:schema xmlns:myComp="www.mycompany.com" elementFormDefault="qualified" targetNamespace="www.mycompany.com" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 4 <xs:element name="RootElm"> 5 <xs:complexType> 6 <xs:sequence> 7 <xs:element name="Item" type="xs:string" /> 8 </xs:sequence> 9 </xs:complexType> 10 </xs:element> 11 </xs:schema>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@liquid-technologies.com to your trusted senders list in your email software.