Skip to content

Instantly share code, notes, and snippets.

@RafaelLeonhardt
Created March 8, 2014 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RafaelLeonhardt/9424366 to your computer and use it in GitHub Desktop.
Save RafaelLeonhardt/9424366 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<schema
targetNamespace="http://data.rafaelleonhardt.com.br/soacontractfirstcomwcf45/megasena/v1"
elementFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://data.rafaelleonhardt.com.br/soacontractfirstcomwcf45/megasena/v1">
<complexType name="Concurso">
<sequence>
<element name="Numero" type="int"></element>
<element name="Data" type="dateTime"></element>
<element name="Dezenas" type="tns:Dezenas"></element>
</sequence>
</complexType>
<complexType name="Dezenas">
<sequence>
<element name="Numero" type="int" minOccurs="6" maxOccurs="6"></element>
</sequence>
</complexType>
</schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment