a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
12 lines
432 B
XML
12 lines
432 B
XML
<?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>
|