Skip to content

Commit

Permalink
Merge 0c7ef3c into a363277
Browse files Browse the repository at this point in the history
  • Loading branch information
theKlanc committed Dec 29, 2020
2 parents a363277 + 0c7ef3c commit 0f61ac0
Show file tree
Hide file tree
Showing 109 changed files with 7,500 additions and 3,017 deletions.
6 changes: 3 additions & 3 deletions gestionatr/data/A102.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
</element>
<element name="reqqd" type="tns:QdType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Caudal Diario Qd. </documentation>
<documentation>Caudal Diario Qd. No se debe informar para suministros del grupo 1 o 2</documentation>
</annotation>
</element>
<element name="reqestimatedqa" type="tns:QaType" >
<element name="reqestimatedqa" type="tns:QaType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Caudal Estimado Anual Qa. </documentation>
<documentation>Caudal Estimado Anual Qa. No se debe informar para suministros del grupo 1 o 2</documentation>
</annotation>
</element>
<element name="modeffectdate" type="tns:ModeloFechaSolicitudType" minOccurs="1" maxOccurs="1">
Expand Down
145 changes: 61 additions & 84 deletions gestionatr/data/A103.xsd
Original file line number Diff line number Diff line change
@@ -1,126 +1,103 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://localhost/sctd/A103"
xmlns:tns="http://localhost/sctd/A103"
elementFormDefault="qualified" >

<include schemaLocation="CommonTagsCONT.xsd"></include>
<element name="sctdapplication"
type="tns:SctdapplicationA103Type">
</element>

<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://localhost/sctd/A103" targetNamespace="http://localhost/sctd/A103" elementFormDefault="qualified">
<include schemaLocation="CommonTagsCONT.xsd"/>
<element name="sctdapplication" type="tns:SctdapplicationA103Type"/>
<complexType name="SctdapplicationA103Type">
<sequence>
<element name="heading" type="tns:HeadingA103Type" maxOccurs="1"
minOccurs="1">
</element>
<element name="a103" type="tns:A103Type"
maxOccurs="unbounded" minOccurs="1">
</element>
<element name="heading" type="tns:HeadingA103Type" minOccurs="1" maxOccurs="1"/>
<element name="a103" type="tns:A103Type" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>

<complexType name="HeadingA103Type">
<sequence>
<element name="dispatchingcode" maxOccurs="1"
minOccurs="1">
<element name="dispatchingcode" minOccurs="1" maxOccurs="1">
<simpleType>
<restriction base="string">
<enumeration value="GML"></enumeration>
<length value="3"></length>
<length value="3"/>
<enumeration value="GML"/>
</restriction>
</simpleType>
</element>
<element name="dispatchingcompany" type="tns:AgenteType"
maxOccurs="1" minOccurs="1">
</element>
<element name="destinycompany" type="tns:AgenteType"
maxOccurs="1" minOccurs="1">
</element>
<element name="communicationsdate" type="date" maxOccurs="1"
minOccurs="1">
</element>
<element name="communicationshour" type="time" maxOccurs="1"
minOccurs="1">
</element>
<element name="processcode" maxOccurs="1" minOccurs="1">
<element name="dispatchingcompany" type="tns:AgenteType" minOccurs="1" maxOccurs="1"/>
<element name="destinycompany" type="tns:AgenteType" minOccurs="1" maxOccurs="1"/>
<element name="communicationsdate" type="date" minOccurs="1" maxOccurs="1"/>
<element name="communicationshour" type="time" minOccurs="1" maxOccurs="1"/>
<element name="processcode" minOccurs="1" maxOccurs="1">
<simpleType>
<restriction base="string">
<length value="2"></length>
<enumeration value="03"></enumeration>
<length value="2"/>
<enumeration value="03"/>
</restriction>
</simpleType>
</element>
<element name="messagetype" maxOccurs="1" minOccurs="1">
<element name="messagetype" minOccurs="1" maxOccurs="1">
<simpleType>
<restriction base="string">
<enumeration value="A1"></enumeration>
<minLength value="1"></minLength>
<maxLength value="3"></maxLength>
<minLength value="1"/>
<maxLength value="3"/>
<enumeration value="A1"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>

<complexType name="A103Type">
<sequence>
<element name="comreferencenum"
type="tns:ComreferencenumType" maxOccurs="1" minOccurs="1">
<annotation>
<documentation>Nº Referencia Solicitud Comercializadora</documentation>
</annotation>
<element name="comreferencenum" type="tns:ComreferencenumType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Nº Referencia Solicitud Comercializadora</documentation>
</annotation>
</element>
<element name="reqdate" type="date" maxOccurs="1"
minOccurs="1">
<annotation>
<documentation>Fecha de Solicitud</documentation></annotation>
<element name="comreferencenumanul" type="tns:ComreferencenumType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Nº Referencia Solicitud Comercializadora a anular, solo para solicitudes A1_43</documentation>
</annotation>
</element>
<element name="reqhour" type="time" maxOccurs="1"
minOccurs="1">
<annotation>
<documentation>Hora de Solicitud</documentation></annotation>
<element name="reqdate" type="date" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Fecha de Solicitud</documentation>
</annotation>
</element>
<element name="titulartype" type="tns:TitularType"
maxOccurs="1" minOccurs="0">
<annotation>
<documentation>Tipo de Titular</documentation></annotation>
<element name="reqhour" type="time" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Hora de Solicitud</documentation>
</annotation>
</element>
<element name="nationality" type="tns:NationalityType"
maxOccurs="1" minOccurs="0">
<element name="titulartype" type="tns:TitularType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Tipo de Titular</documentation>
</annotation>
</element>
<element name="nationality" type="tns:NationalityType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Nacionalidad</documentation>
</annotation>
</element>
<element name="documenttype" type="tns:IdDocumentType"
maxOccurs="1" minOccurs="0">
<element name="documenttype" type="tns:IdDocumentType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Tipo Documento de Identificación</documentation>
</annotation>
</element>
<element name="documentnum" type="tns:DocumentnumType"
maxOccurs="1" minOccurs="0">
<annotation>
<documentation>Nº Documento</documentation></annotation>
<element name="documentnum" type="tns:DocumentnumType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Nº Documento</documentation>
</annotation>
</element>
<element name="cups" type="tns:CupsType" maxOccurs="1"
minOccurs="1">
<annotation>
<documentation>CUPS Solicitud</documentation></annotation>
<element name="cups" type="tns:CupsType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>CUPS Solicitud</documentation>
</annotation>
</element>
<element name="annulmentreason" type="tns:MotivoAnulacionType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Motivo de Anulación</documentation>
</annotation>
</element>
<element name="extrainfo" type="tns:ExtrainfoType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Observaciones de la Solicitud</documentation>
</annotation>
</element>
<element name="annulmentreason"
type="tns:MotivoAnulacionType" maxOccurs="1"
minOccurs="1">
<annotation>
<documentation>Motivo de Anulación</documentation>
</annotation>
</element>
<element name="extrainfo" type="tns:ExtrainfoType"
maxOccurs="1" minOccurs="0">
<annotation>
<documentation>Observaciones de la Solicitud</documentation>
</annotation>
</element>
</sequence>
</complexType>
</schema>
</schema>
Loading

0 comments on commit 0f61ac0

Please sign in to comment.