Skip to content

Commit

Permalink
Se corrige una incidencia con el nombre de la clase Oid y se retira l…
Browse files Browse the repository at this point in the history
…a herencia sobre la estructura extarchivo por incompatibilidad
  • Loading branch information
seralra96 committed Nov 6, 2019
1 parent 773ccf6 commit c28cfd6
Show file tree
Hide file tree
Showing 10 changed files with 78,392 additions and 78,302 deletions.
2 changes: 1 addition & 1 deletion Catastro_Multiproposito/Operacion/ANT_V2_9_6.ili
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

/** Perfil Nacional colombiano de la ISO 19152 LADM COL generado con INTERLIS 2 - Extension de ANT
*
Expand Down
2 changes: 1 addition & 1 deletion Catastro_Multiproposito/Operacion/Avaluos_V2_9_6.ili
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

/** Perfil Nacional colombiano de la ISO 19152 LADM COL generado con INTERLIS 2 - Extension de Avaluos.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

/** Cartografia de referencia.
*
Expand Down
156,658 changes: 78,372 additions & 78,286 deletions Catastro_Multiproposito/Operacion/Catastro_Multiproposito_2_9_6_Operacion.uml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

/** Ficha Predial.
*
Expand Down
2 changes: 1 addition & 1 deletion Catastro_Multiproposito/Operacion/Insumos_V2_9_6.ili
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

MODEL Datos_Gestor_Catastral_V2_9_6 (es)
AT "mailto:PC4@localhost"
Expand Down
2 changes: 1 addition & 1 deletion Catastro_Multiproposito/Operacion/Operacion_V2_9_6.ili
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

/** ISO 19152 LADM country profile COL modeled with INTERLIS 2.
*
Expand Down
2 changes: 1 addition & 1 deletion ISO/ISO19107_PLANAS_V1.ili
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

TYPE MODEL ISO19107_PLANAS_V1 (es)
AT "http://www.swisslm.ch/models"
Expand Down
20 changes: 12 additions & 8 deletions ISO/LADM_COL_V1_3.ili
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

/** ISO 19152 LADM country profile COL Core Model.
*
Expand Down Expand Up @@ -367,11 +367,12 @@ VERSION "V1.2.0" // 2019-08-13 // =
Denominador >= Numerador;
END Fraccion;

!!@ ili2db.dispName = "Object ID"
CLASS OID (ABSTRACT) =
CLASS Oid (ABSTRACT) =
!!@ ili2db.dispName = "Espacio de nombres"
Espacio_De_Nombres : MANDATORY CharacterString;
!!@ ili2db.dispName = "Local ID"
Local_Id : MANDATORY CharacterString;
END OID;
END Oid;

DOMAIN

Expand Down Expand Up @@ -666,8 +667,7 @@ VERSION "V1.2.0" // 2019-08-13 // =

/** Referencia a clase externa desde donde se gestiona el repositorio de archivos.
*/
STRUCTURE ExtArchivo
EXTENDS OID =
STRUCTURE ExtArchivo =
/** Fecha en la que ha sido aceptado el documento.
*/
!!@ ili2db.dispName = "Fecha de aceptación"
Expand All @@ -688,12 +688,16 @@ VERSION "V1.2.0" // 2019-08-13 // =
*/
!!@ ili2db.dispName = "Fecha de entrega"
Fecha_Entrega : INTERLIS.XMLDate;
!!@ ili2db.dispName = "Espacio de nombres"
Espacio_De_Nombres : MANDATORY CharacterString;
!!@ ili2db.dispName = "Local ID"
Local_Id : MANDATORY CharacterString;
END ExtArchivo;

/** Clase abstracta que permite gestionar el histórico del conjunto de clases, las cuales heredan de esta, excepto las fuentes.
*/
CLASS ObjetoVersionado (ABSTRACT)
EXTENDS OID =
EXTENDS Oid =
/** Comienzo de la validez actual de la instancia de un objeto.
*/
!!@ ili2db.dispName = "Versión de comienzo de vida útil"
Expand All @@ -717,7 +721,7 @@ VERSION "V1.2.0" // 2019-08-13 // =
/** Clase abstracta. Esta clase es la personalización en el modelo del perfil colombiano de la clase de LADM LA_Source.
*/
CLASS COL_Fuente (ABSTRACT)
EXTENDS OID =
EXTENDS Oid =
/** Indica si la fuente está o no disponible y en qué condiciones. También puede indicar porqué ha dejado de estar disponible, si ha ocurrido.
*/
!!@ ili2db.dispName = "Estado de disponibilidad"
Expand Down
2 changes: 1 addition & 1 deletion tools/INTERLIS_TOPOLOGY.ili
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERLIS 2.3;
INTERLIS 2.3;

CONTRACTED TYPE MODEL INTERLIS_TOPOLOGY (en)
AT "mailto:agenciadeimplementacion@incige.com"
Expand Down

0 comments on commit c28cfd6

Please sign in to comment.