Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data.Linq" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data.Linq" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:complexType name="Binary">
|
---|
4 | <xs:sequence>
|
---|
5 | <xs:element minOccurs="0" name="Bytes" nillable="true" type="xs:base64Binary" />
|
---|
6 | </xs:sequence>
|
---|
7 | </xs:complexType>
|
---|
8 | <xs:element name="Binary" nillable="true" type="tns:Binary" />
|
---|
9 | </xs:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.