pdbsoadev/SBEndpoint/.data/contentsets/Response.xsd

10 lines
394 B
XML
Raw Permalink Normal View History

2024-10-23 09:10:35 +00:00
<?xml version="1.0" encoding="windows-1252" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.org"
targetNamespace="http://www.example.org" elementFormDefault="qualified">
<xsd:element name="exampleElement">
<xsd:annotation>
<xsd:documentation>A sample element</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>