blob: 294339ab878d6c6740d1922983812bb8376f6679 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:tns="http://tempuri.org/ValueColon/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ValueColon"
targetNamespace="http://tempuri.org/ValueColon/">
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
targetNamespace="http://tempuri.org/ValueColon/">
<xsd:element name="MyElement">
<xsd:annotation>
<xsd:appinfo source="http://sample.com">
<xsd:initialValue kind="string_value" value=":"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:schema>
</wsdl:types>
</wsdl:definitions>