Datos del elemento Materia
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
expedientable | boolean | attribute | 0/1 | ||
idCategoria | int | attribute | 1/1 | ||
idItinerario | int | attribute | 1/1 | ||
idTipoModalidad | int | attribute | 1/1 | ||
oferta | boolean | attribute | 0/1 | ||
orden | int | attribute | 1/1 | ||
Properties inherited from PEElementoBaseDTO |
|||||
codigoMEC | string | attribute | 0/1 | Código | |
idElemento | int | attribute | 0/1 | Identificador único del elemento | |
idTipo | int | attribute | 0/1 | ||
nombreCortoES | string | attribute | 0/1 | Nombre corto en castellano | |
nombreCortoEU | string | attribute | 0/1 | Nombre corto en euskera | |
nombreES | string | attribute | 0/1 | Nombre en castellano | |
nombreEU | string | attribute | 0/1 | Nombre en euskera |
Example
<PEItinerarioDTO codigoMEC="..." expedientable="..." idCategoria="..." idElemento="..." idItinerario="..." idTipo="..." idTipoModalidad="..." nombreCortoES="..." nombreCortoEU="..." nombreES="..." nombreEU="..." oferta="..." orden="..."/>