12 lines
432 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://tempuri.org/importedNamespace.xsd"
targetNamespace="http://tempuri.org/importedNamespace.xsd"
elementFormDefault="qualified">
<xs:group name="objectList">
<xs:sequence>
<xs:element name="description" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:group>
</xs:schema>