<?xml version = "1.0" encoding = "UTF-8"?> <!--Generated by Turbo XML 2.4.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema--> <xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema" elementFormDefault = "qualified"> <xsd:element name = "explain"> <xsd:complexType> <xsd:sequence> <xsd:element name = "method" maxOccurs = "unbounded"> <xsd:complexType> <xsd:attribute name = "name" use = "required" type = "xsd:string"/> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema>
|