complexType Militancia
diagram Index_p180.png
namespace http://opendata.camara.cl/camaradiputados/v1
children FechaInicio FechaTermino Partido
used by
elements Militancia MilitanciasColeccion/Militancia
source <xsd:complexType name="Militancia">
 
<xsd:sequence>
   
<xsd:element name="FechaInicio" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="FechaTermino" type="xsd:dateTime" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Partido" type="PartidoPolitico" minOccurs="1" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

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

element Militancia/FechaTermino
diagram Index_p182.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 Militancia/Partido
diagram Index_p183.png
namespace http://opendata.camara.cl/camaradiputados/v1
type PartidoPolitico
properties
content complex
children Id Nombre Alias
source <xsd:element name="Partido" type="PartidoPolitico" minOccurs="1" maxOccurs="1"/>


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