101 lines
3.5 KiB
XML
101 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--This XML Schema file is a conversion of dashboard.rdd with name report_detalle 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_detalle" targetNamespace="http://tempuri.org/dashboard-report_detalle">
|
|
<xsd:import schemaLocation="fgltypes.xsd" namespace="http://www.4js.com/2010/FglTypes"/>
|
|
<xsd:element name="Report0" type="dashboard-report_detalle"/>
|
|
<!--Definition of type : dashboard-report_detalle-->
|
|
<xsd:complexType name="dashboard-report_detalle">
|
|
<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 departamento</label>
|
|
<match>Group</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="BeforeGroup2" type="BeforeGroupType2" maxOccurs="1" minOccurs="1"/>
|
|
<xsd:element name="Group3" type="GroupType3" maxOccurs="unbounded" minOccurs="0"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<!--Definition of type : BeforeGroupType2-->
|
|
<xsd:complexType name="BeforeGroupType2">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>BeforeGroup departamento</label>
|
|
<match>BeforeGroup</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="z.departamento" 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 : GroupType3-->
|
|
<xsd:complexType name="GroupType3">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>Group cuenta</label>
|
|
<match>Group</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="AfterGroup4" type="AfterGroupType4" maxOccurs="1" minOccurs="1"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<!--Definition of type : AfterGroupType4-->
|
|
<xsd:complexType name="AfterGroupType4">
|
|
<xsd:annotation>
|
|
<xsd:appinfo>
|
|
<label>AfterGroup cuenta</label>
|
|
<match>AfterGroup</match>
|
|
</xsd:appinfo>
|
|
</xsd:annotation>
|
|
<xsd:sequence>
|
|
<xsd:element name="z.descripcion" type="varchar_100"/>
|
|
<xsd:element name="z.valor" type="decimal_12_2"/>
|
|
<xsd:element name="xacumulado" type="fgl:float"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<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:schema>
|