How to declare I want to use XML Schema 1.1

Ambictlialt

New Member
How do I use the 1.1 XML Schema definition?This is what I'm starting with:\[code\]<?xml version="1.0" encoding="utf-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="object"></xs:element></xs:schema>\[/code\]
 
Back
Top