complexType Provincia
diagram Index_p219.png
namespace http://opendata.camara.cl/camaradiputados/v1
children Numero Nombre Comunas
used by
elements Provincia ProvinciasColeccion/Provincia
source <xsd:complexType name="Provincia">
 
<xsd:sequence>
   
<xsd:element name="Numero" type="xsd:integer" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Nombre" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="Comunas" type="ComunasColeccion" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element Provincia/Numero
diagram Index_p220.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 Provincia/Nombre
diagram Index_p221.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 Provincia/Comunas
diagram Index_p222.png
namespace http://opendata.camara.cl/camaradiputados/v1
type ComunasColeccion
properties
minOcc 0
maxOcc 1
content complex
children Comuna
source <xsd:element name="Comunas" type="ComunasColeccion" minOccurs="0" maxOccurs="1"/>


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