schema.xsd 264 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://example.com/schema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.com/schema" elementFormDefault="qualified"> <xsd:element name="root" /> </xsd:schema>