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

element Region/Numero
diagram Index_p266.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 Region/NumeroRomano
diagram Index_p267.png
namespace http://opendata.camara.cl/camaradiputados/v1
type xsd:string
properties
content simple
source <xsd:element name="NumeroRomano" type="xsd:string" minOccurs="1" maxOccurs="1"/>

element Region/Nombre
diagram Index_p268.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 Region/Provincias
diagram Index_p269.png
namespace http://opendata.camara.cl/camaradiputados/v1
type ProvinciasColeccion
properties
minOcc 0
maxOcc 1
content complex
children Provincia
source <xsd:element name="Provincias" type="ProvinciasColeccion" minOccurs="0" maxOccurs="1"/>


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