Datos del elemento Tipo ML
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| activo | boolean | attribute | 0/1 | ||
| idMl | list of int | element | 0/unbounded | ||
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
<PETipoMLDTO activo="..." codigoMEC="..." idElemento="..." idTipo="..." nombreCortoES="..." nombreCortoEU="..." nombreES="..." nombreEU="..."> <idMl>...</idMl> </PETipoMLDTO>