116 lines
4.0 KiB
XML
116 lines
4.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--This XML Schema file is a conversion of dashboard.rdd with name report_mes done on Wed Nov 18 13:06:51 2020-->
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:fgl="http://www.4js.com/2010/FglTypes" xmlns="http://tempuri.org/dashboard-report_mes" targetNamespace="http://tempuri.org/dashboard-report_mes">
|
|
<xsd:import schemaLocation="fgltypes.xsd" namespace="http://www.4js.com/2010/FglTypes"/>
|
|
<xsd:element name="Report0" type="dashboard-report_mes"/>
|
|
<!--Definition of type : dashboard-report_mes-->
|
|
<xsd:complexType name="dashboard-report_mes">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>Report</label>
|
|
<match>Report</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="Group1" type="GroupType1" maxOccurs="unbounded" minOccurs="0"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<!--Definition of type : GroupType1-->
|
|
<xsd:complexType name="GroupType1">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>Group mes</label>
|
|
<match>Group</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="OnEveryRow2" type="OnEveryRowType2" maxOccurs="unbounded" minOccurs="0"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<!--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="x.categoria" type="varchar_20"/>
|
|
<xsd:element name="x.mes" type="varchar_20"/>
|
|
<xsd:element name="x.cuenta" type="varchar_14"/>
|
|
<xsd:element name="x.descripcion" type="varchar_100"/>
|
|
<xsd:element name="x.valor" type="decimal_12_2"/>
|
|
<xsd:element name="x.departamento" type="varchar_60"/>
|
|
<xsd:element name="x.codigodepto" type="fgl:integer"/>
|
|
<xsd:element name="x.otrovalor" type="decimal_12_2"/>
|
|
<xsd:element name="x.sumariza" type="varchar_2"/>
|
|
<xsd:element name="x.acumulado" type="fgl:float"/>
|
|
<xsd:element name="tienegastos" type="varchar_2"/>
|
|
<xsd:element name="titulomes" type="varchar_60"/>
|
|
<xsd:element name="titulo2" type="fgl:string"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:simpleType name="varchar_20">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>VARCHAR(20)</label>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:restriction base="fgl:varchar">
|
|
<xsd:maxLength value="20"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
<xsd:simpleType name="varchar_14">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>VARCHAR(14)</label>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:restriction base="fgl:varchar">
|
|
<xsd:maxLength value="14"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
<xsd:simpleType name="varchar_100">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>VARCHAR(100)</label>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:restriction base="fgl:varchar">
|
|
<xsd:maxLength value="100"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
<xsd:simpleType name="decimal_12_2">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>DECIMAL(12,2)</label>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:restriction base="fgl:decimal">
|
|
<xsd:totalDigits value="12"/>
|
|
<xsd:fractionDigits value="2"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
<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>
|
|
<xsd:simpleType name="varchar_2">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>VARCHAR(2)</label>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:restriction base="fgl:varchar">
|
|
<xsd:maxLength value="2"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
</xsd:schema>
|