complexType Comision
diagram Index_p103.png
namespace http://opendata.camara.cl/camaradiputados/v1
children Id Nombre NombreWeb Alias FechaInicio FechaConstitucion FechaTermino Correo Telefono Fax Numero Integrantes IntegrantesHistorico PresidentesHistorico Presidente Sesiones Estado Tipo
used by
elements Comision ComisionesColeccion/Comision
source <xsd:complexType name="Comision">
 
<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="NombreWeb" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Alias" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="FechaInicio" type="xsd:dateTime" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="FechaConstitucion" type="xsd:dateTime" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="FechaTermino" type="xsd:dateTime" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Correo" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Telefono" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Fax" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Numero" type="xsd:integer" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Integrantes" type="DiputadosIntegrantesColeccion" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="IntegrantesHistorico" type="DiputadosIntegrantesColeccion" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="PresidentesHistorico" type="DiputadosIntegrantesColeccion" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="Presidente" type="Diputado" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="Sesiones" type="SesionesComisionColeccion" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="Estado" type="TipoEstado" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Tipo" type="TipoComision" minOccurs="1" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element Comision/Id
diagram Index_p104.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 Comision/Nombre
diagram Index_p105.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 Comision/NombreWeb
diagram Index_p106.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
content simple
source <xsd:element name="NombreWeb" type="xsd:string" minOccurs="1" maxOccurs="1"/>

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

element Comision/FechaInicio
diagram Index_p108.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:dateTime
properties
content simple
nillable true
source <xsd:element name="FechaInicio" type="xsd:dateTime" nillable="true" minOccurs="1" maxOccurs="1"/>

element Comision/FechaConstitucion
diagram Index_p109.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:dateTime
properties
content simple
nillable true
source <xsd:element name="FechaConstitucion" type="xsd:dateTime" nillable="true" minOccurs="1" maxOccurs="1"/>

element Comision/FechaTermino
diagram Index_p110.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:dateTime
properties
content simple
nillable true
source <xsd:element name="FechaTermino" type="xsd:dateTime" nillable="true" minOccurs="1" maxOccurs="1"/>

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

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

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

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

element Comision/Integrantes
diagram Index_p115.png
namespace http://opendata.camara.cl/camaradiputados/v1
type DiputadosIntegrantesColeccion
properties
minOcc 0
maxOcc 1
content complex
children DiputadoIntegrante
source <xsd:element name="Integrantes" type="DiputadosIntegrantesColeccion" minOccurs="0" maxOccurs="1"/>

element Comision/IntegrantesHistorico
diagram Index_p116.png
namespace http://opendata.camara.cl/camaradiputados/v1
type DiputadosIntegrantesColeccion
properties
minOcc 0
maxOcc 1
content complex
children DiputadoIntegrante
source <xsd:element name="IntegrantesHistorico" type="DiputadosIntegrantesColeccion" minOccurs="0" maxOccurs="1"/>

element Comision/PresidentesHistorico
diagram Index_p117.png
namespace http://opendata.camara.cl/camaradiputados/v1
type DiputadosIntegrantesColeccion
properties
minOcc 0
maxOcc 1
content complex
children DiputadoIntegrante
source <xsd:element name="PresidentesHistorico" type="DiputadosIntegrantesColeccion" minOccurs="0" maxOccurs="1"/>

element Comision/Presidente
diagram Index_p118.png
namespace http://opendata.camara.cl/camaradiputados/v1
type Diputado
properties
minOcc 0
maxOcc 1
content complex
children Id Nombre Nombre2 ApellidoPaterno ApellidoMaterno FechaNacimiento FechaDefucion RUT RUTDV Militancias Sexo
source <xsd:element name="Presidente" type="Diputado" minOccurs="0" maxOccurs="1"/>

element Comision/Sesiones
diagram Index_p119.png
namespace http://opendata.camara.cl/camaradiputados/v1
type SesionesComisionColeccion
properties
minOcc 0
maxOcc 1
content complex
children SesionComision
source <xsd:element name="Sesiones" type="SesionesComisionColeccion" minOccurs="0" maxOccurs="1"/>

element Comision/Estado
diagram Index_p120.png
namespace http://opendata.camara.cl/camaradiputados/v1
type TipoEstado
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Valor  xsd:integer  optional      
source <xsd:element name="Estado" type="TipoEstado" minOccurs="1" maxOccurs="1"/>

element Comision/Tipo
diagram Index_p121.png
namespace http://opendata.camara.cl/camaradiputados/v1
type TipoComision
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Valor  xsd:integer  optional      
source <xsd:element name="Tipo" type="TipoComision" minOccurs="1" maxOccurs="1"/>


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