complexType Diputado
diagram Index_p129.png
namespace http://opendata.camara.cl/camaradiputados/v1
children Id Nombre Nombre2 ApellidoPaterno ApellidoMaterno FechaNacimiento FechaDefucion RUT RUTDV Militancias Sexo
used by
elements Diputado ParlamentarioAutor/Diputado DiputadoPeriodo/Diputado DiputadosColeccion/Diputado DiputadoIntegrante/Diputado Voto/Diputado Asistencia/Diputado Comision/Presidente
source <xsd:complexType name="Diputado">
 
<xsd:sequence>
   
<xsd:element name="Id" type="xsd:integer" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Nombre" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Nombre2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ApellidoPaterno" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="ApellidoMaterno" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="FechaNacimiento" type="xsd:dateTime" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="FechaDefucion" type="xsd:dateTime" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="RUT" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="RUTDV" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="Militancias" type="MilitanciasColeccion" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="Sexo" type="TipoSexo" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element Diputado/Id
diagram Index_p130.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:integer
properties
content simple
source <xsd:element name="Id" type="xsd:integer" minOccurs="1" maxOccurs="1"/>

element Diputado/Nombre
diagram Index_p131.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
content simple
source <xsd:element name="Nombre" type="xsd:string" minOccurs="1" maxOccurs="1"/>

element Diputado/Nombre2
diagram Index_p132.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="Nombre2" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element Diputado/ApellidoPaterno
diagram Index_p133.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
content simple
source <xsd:element name="ApellidoPaterno" type="xsd:string" minOccurs="1" maxOccurs="1"/>

element Diputado/ApellidoMaterno
diagram Index_p134.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
content simple
source <xsd:element name="ApellidoMaterno" type="xsd:string" minOccurs="1" maxOccurs="1"/>

element Diputado/FechaNacimiento
diagram Index_p135.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="FechaNacimiento" type="xsd:dateTime" nillable="true" minOccurs="0" maxOccurs="1"/>

element Diputado/FechaDefucion
diagram Index_p136.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="FechaDefucion" type="xsd:dateTime" nillable="true" minOccurs="0" maxOccurs="1"/>

element Diputado/RUT
diagram Index_p137.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="RUT" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element Diputado/RUTDV
diagram Index_p138.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="RUTDV" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element Diputado/Militancias
diagram Index_p139.png
namespace http://opendata.camara.cl/camaradiputados/v1
type MilitanciasColeccion
properties
minOcc 0
maxOcc 1
content complex
children Militancia
source <xsd:element name="Militancias" type="MilitanciasColeccion" minOccurs="0" maxOccurs="1"/>

element Diputado/Sexo
diagram Index_p140.png
namespace http://opendata.camara.cl/camaradiputados/v1
type TipoSexo
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Valor  xsd:integer  optional      
source <xsd:element name="Sexo" type="TipoSexo" minOccurs="0" maxOccurs="1"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy