Skip to content

Commit

Permalink
Merge b9d2c3b into 930602f
Browse files Browse the repository at this point in the history
  • Loading branch information
eberloso committed Jun 30, 2020
2 parents 930602f + b9d2c3b commit d5b745e
Show file tree
Hide file tree
Showing 104 changed files with 10,055 additions and 6,384 deletions.
265 changes: 118 additions & 147 deletions gestionatr/data/A102.xsd
Original file line number Diff line number Diff line change
@@ -1,147 +1,118 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://localhost/sctd/A102"
xmlns:tns="http://localhost/sctd/A102"
elementFormDefault="qualified" >

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

<complexType name="SctdapplicationA102Type">
<sequence>
<element name="heading" type="tns:HeadingA102Type" maxOccurs="1"
minOccurs="1">
</element>
<element name="a102" type="tns:A102Type"
maxOccurs="unbounded" minOccurs="1">
</element>
</sequence>
</complexType>

<complexType name="HeadingA102Type">
<sequence>
<element name="dispatchingcode" maxOccurs="1"
minOccurs="1">
<simpleType>
<restriction base="string">
<enumeration value="GML"></enumeration>
<length value="3"></length>
</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">
<simpleType>
<restriction base="string">
<length value="2"></length>
<enumeration value="02"></enumeration>
</restriction>
</simpleType>
</element>
<element name="messagetype" maxOccurs="1" minOccurs="1">
<simpleType>
<restriction base="string">
<enumeration value="A1"></enumeration>
<minLength value="1"></minLength>
<maxLength value="3"></maxLength>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>

<complexType name="A102Type">
<sequence>
<element name="comreferencenum"
type="tns:ComreferencenumType" maxOccurs="1" minOccurs="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>
<element name="reqhour" type="time" maxOccurs="1"
minOccurs="1">
<annotation>
<documentation>Hora de Solicitud</documentation></annotation>
</element>
<element name="titulartype" type="tns:TitularType"
maxOccurs="1" minOccurs="0">
<annotation>
<documentation>Tipo de Titular</documentation></annotation>
</element>
<element name="nationality" type="tns:NationalityType"
maxOccurs="1" minOccurs="1">
<annotation>
<documentation>Nacionalidad</documentation>
</annotation>
</element>
<element name="documenttype" type="tns:IdDocumentType"
maxOccurs="1" minOccurs="1">
<annotation>
<documentation>Tipo Documento de Identificaci?n</documentation>
</annotation>
</element>
<element name="documentnum" type="tns:DocumentnumType"
maxOccurs="1" minOccurs="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>
<element name="reqqd" type="tns:QdType" maxOccurs="1"
minOccurs="0">
<annotation>
<documentation>Caudal Diario Solicitado</documentation>
</annotation>
</element>
<element name="reqestimatedqa" type="tns:QaType"
maxOccurs="1" minOccurs="1">
<annotation>
<documentation>Caudal Estimado Anual</documentation>
</annotation>
</element>
<element name="modeffectdate"
type="tns:ModeloFechaSolicitudType" maxOccurs="1" minOccurs="1">
<annotation>
<documentation>Modelo de Fecha Efecto</documentation>
</annotation>
</element>
<element name="reqtransferdate" type="date" maxOccurs="1"
minOccurs="0">
<annotation>
<documentation>Fecha de Efecto Solicitada</documentation></annotation>
</element>
<element name="disconnectedserviceaccepted"
type="tns:FlagType" maxOccurs="1" minOccurs="1">
<annotation>
<documentation>Indicador de que se quiere contratar el suministro independientemente de su estado (suspendido o en proceso de baja por impago)</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>
<?xml version="1.0" encoding="ISO-8859-1"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://localhost/sctd/A102" targetNamespace="http://localhost/sctd/A102" elementFormDefault="qualified">
<include schemaLocation="CommonTagsCONT.xsd"/>
<element name="sctdapplication" type="tns:SctdapplicationA102Type"/>
<complexType name="SctdapplicationA102Type">
<sequence>
<element name="heading" type="tns:HeadingA102Type" minOccurs="1" maxOccurs="1"/>
<element name="a102" type="tns:A102Type" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>
<complexType name="HeadingA102Type">
<sequence>
<element name="dispatchingcode" minOccurs="1" maxOccurs="1">
<simpleType>
<restriction base="string">
<length value="3"/>
<enumeration value="GML"/>
</restriction>
</simpleType>
</element>
<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"/>
<enumeration value="02"/>
</restriction>
</simpleType>
</element>
<element name="messagetype" minOccurs="1" maxOccurs="1">
<simpleType>
<restriction base="string">
<minLength value="1"/>
<maxLength value="3"/>
<enumeration value="A1"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
<complexType name="A102Type">
<sequence>
<element name="comreferencenum" type="tns:ComreferencenumType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Nº Referencia Solicitud Comercializadora</documentation>
</annotation>
</element>
<element name="reqdate" type="date" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Fecha de Solicitud</documentation>
</annotation>
</element>
<element name="reqhour" type="time" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Hora de Solicitud</documentation>
</annotation>
</element>
<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="1" maxOccurs="1">
<annotation>
<documentation>Nacionalidad</documentation>
</annotation>
</element>
<element name="documenttype" type="tns:IdDocumentType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Tipo Documento de Identificación</documentation>
</annotation>
</element>
<element name="documentnum" type="tns:DocumentnumType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Nº Documento</documentation>
</annotation>
</element>
<element name="cups" type="tns:CupsType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>CUPS Solicitud</documentation>
</annotation>
</element>
<element name="reqqd" type="tns:QdType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Caudal Diario Qd. </documentation>
</annotation>
</element>
<element name="reqestimatedqa" type="tns:QaType" >
<annotation>
<documentation>Caudal Estimado Anual Qa. </documentation>
</annotation>
</element>
<element name="modeffectdate" type="tns:ModeloFechaSolicitudType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Modelo de Fecha Efecto</documentation>
</annotation>
</element>
<element name="reqtransferdate" type="date" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Fecha de Efecto Solicitada</documentation>
</annotation>
</element>
<element name="disconnectedserviceaccepted" type="tns:FlagType" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>Indicador de que se quiere contratar el suministro independientemente de su estado (suspendido o en proceso de baja por impago)</documentation>
</annotation>
</element>
<element name="extrainfo" type="tns:ExtrainfoType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>Observaciones de la Solicitud</documentation>
</annotation>
</element>
</sequence>
</complexType>
</schema>
Loading

0 comments on commit d5b745e

Please sign in to comment.