complexType PeriodoLegislativo
diagram Index_p210.png
namespace http://opendata.camara.cl/camaradiputados/v1
children Id FechaInicio FechaTermino Nombre Legislaturas Diputados
used by
elements ProyectoAcuerdo/Periodo ProyectoResolucion/Periodo PeriodoLegislativo PeriodosLegislativosColeccion/PeriodoLegislativo SesionComision/PeriodoLegislativo
source <xsd:complexType name="PeriodoLegislativo">
 
<xsd:sequence>
   
<xsd:element name="Id" type="xsd:integer" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="FechaInicio" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="FechaTermino" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="Nombre" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Legislaturas" type="LegislaturasColeccion" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="Diputados" type="DiputadosPeriodoColeccion" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element PeriodoLegislativo/Id
diagram Index_p211.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 PeriodoLegislativo/FechaInicio
diagram Index_p212.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="FechaInicio" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/>

element PeriodoLegislativo/FechaTermino
diagram Index_p213.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="FechaTermino" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/>

element PeriodoLegislativo/Nombre
diagram Index_p214.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 PeriodoLegislativo/Legislaturas
diagram Index_p215.png
namespace http://opendata.camara.cl/camaradiputados/v1
type LegislaturasColeccion
properties
minOcc 0
maxOcc 1
content complex
children Legislatura
source <xsd:element name="Legislaturas" type="LegislaturasColeccion" minOccurs="0" maxOccurs="1"/>

element PeriodoLegislativo/Diputados
diagram Index_p216.png
namespace http://opendata.camara.cl/camaradiputados/v1
type DiputadosPeriodoColeccion
properties
minOcc 0
maxOcc 1
content complex
children DiputadoPeriodo
source <xsd:element name="Diputados" type="DiputadosPeriodoColeccion" minOccurs="0" maxOccurs="1"/>


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