diagram | |||
namespace | http://opendata.camara.cl/camaradiputados/v1 | ||
children | Id FechaInicio FechaTermino Nombre Legislaturas Diputados | ||
used by |
|
||
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> |
diagram | |||
namespace | http://opendata.camara.cl/camaradiputados/v1 | ||
type | xsd:integer | ||
properties |
|
||
source | <xsd:element name="Id" type="xsd:integer" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
namespace | http://opendata.camara.cl/camaradiputados/v1 | ||||||
type | xsd:dateTime | ||||||
properties |
|
||||||
source | <xsd:element name="FechaInicio" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
namespace | http://opendata.camara.cl/camaradiputados/v1 | ||||||
type | xsd:dateTime | ||||||
properties |
|
||||||
source | <xsd:element name="FechaTermino" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/> |
diagram | |||
namespace | http://opendata.camara.cl/camaradiputados/v1 | ||
type | xsd:string | ||
properties |
|
||
source | <xsd:element name="Nombre" type="xsd:string" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
namespace | http://opendata.camara.cl/camaradiputados/v1 | ||||||
type | LegislaturasColeccion | ||||||
properties |
|
||||||
children | Legislatura | ||||||
source | <xsd:element name="Legislaturas" type="LegislaturasColeccion" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
namespace | http://opendata.camara.cl/camaradiputados/v1 | ||||||
type | DiputadosPeriodoColeccion | ||||||
properties |
|
||||||
children | DiputadoPeriodo | ||||||
source | <xsd:element name="Diputados" type="DiputadosPeriodoColeccion" minOccurs="0" maxOccurs="1"/> |