98 lines
3.9 KiB
XML
98 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--This XML Schema file is a conversion of dashboard.rdd with name master_report done on Wed Nov 18 13:06:51 2020-->
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sub2="http://tempuri.org/dashboard-report_mes" elementFormDefault="qualified" xmlns:sub1="http://tempuri.org/dashboard-report_depto" xmlns:fgl="http://www.4js.com/2010/FglTypes" xmlns="http://tempuri.org/dashboard-master_report" xmlns:sub3="http://tempuri.org/dashboard-report_detalle" targetNamespace="http://tempuri.org/dashboard-master_report">
|
|
<xsd:import schemaLocation="dashboard-report_detalle.xsd" namespace="http://tempuri.org/dashboard-report_detalle"/>
|
|
<xsd:import schemaLocation="dashboard-report_mes.xsd" namespace="http://tempuri.org/dashboard-report_mes"/>
|
|
<xsd:import schemaLocation="dashboard-report_depto.xsd" namespace="http://tempuri.org/dashboard-report_depto"/>
|
|
<xsd:import schemaLocation="fgltypes.xsd" namespace="http://www.4js.com/2010/FglTypes"/>
|
|
<xsd:element name="Report0" type="dashboard-master_report"/>
|
|
<!--Definition of type : dashboard-master_report-->
|
|
<xsd:complexType name="dashboard-master_report">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>Report</label>
|
|
<match>Report</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="FirstPageHeader1" type="FirstPageHeaderType1" maxOccurs="1" minOccurs="0"/>
|
|
<xsd:element name="OnEveryRow2" type="OnEveryRowType2" maxOccurs="unbounded" minOccurs="0"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<!--Definition of type : FirstPageHeaderType1-->
|
|
<xsd:complexType name="FirstPageHeaderType1">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>FirstPageHeader</label>
|
|
<match>FirstPageHeader</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="titulodepartamento" type="varchar_60"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:simpleType name="varchar_60">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>VARCHAR(60)</label>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:restriction base="fgl:varchar">
|
|
<xsd:maxLength value="60"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
<!--Definition of type : OnEveryRowType2-->
|
|
<xsd:complexType name="OnEveryRowType2">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>OnEveryRow</label>
|
|
<match>OnEveryRow</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="Report3" type="SubReportType3"/>
|
|
<xsd:element name="Report4" type="SubReportType4"/>
|
|
<xsd:element name="Report5" type="SubReportType5"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<!--Definition of type : SubReportType3-->
|
|
<xsd:complexType name="SubReportType3">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>Call to SubReport dashboard-report_depto.xsd</label>
|
|
<match>Report</match>
|
|
<subReport>false</subReport>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:complexContent>
|
|
<xsd:extension base="sub1:dashboard-report_depto"/>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<!--Definition of type : SubReportType4-->
|
|
<xsd:complexType name="SubReportType4">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>Call to SubReport dashboard-report_mes.xsd</label>
|
|
<match>Report</match>
|
|
<subReport>false</subReport>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:complexContent>
|
|
<xsd:extension base="sub2:dashboard-report_mes"/>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<!--Definition of type : SubReportType5-->
|
|
<xsd:complexType name="SubReportType5">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>Call to SubReport dashboard-report_detalle.xsd</label>
|
|
<match>Report</match>
|
|
<subReport>false</subReport>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:complexContent>
|
|
<xsd:extension base="sub3:dashboard-report_detalle"/>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|