'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.1.4322.2032
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
'
'------------------------------------------------------------------------------
Option Strict Off
Option Explicit On
Imports System.Xml.Serialization
'
'This source code was auto-generated by xsd, Version=1.1.4322.2032.
'
'
_
Public Class Aluno
'
Public Numero As String
'
Public PrimeiroNome As String
'
Public Apelido As String
End Class
'
_
Public Class ArrayOfAluno
'
_
Public Aluno() As Aluno
End Class