cicloDTO Data Type

Datos de ciclo

Namespace
(Default)
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs description
asignaturas list of asignaturaDTO element 0/unbounded Asignaturas del curso
Properties inherited from elementoBaseDTO
idElemento int attribute 0/1 Identificador único del elemento
idTipo elementoTipoEnum attribute 0/1 Identificador único de tipo de elemento
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 es euskera
codigoMEC string element 0/1 Código

Example

<c----- idElemento="..." idTipo="..." nombreCortoES="..." nombreCortoEU="..." nombreES="..." nombreEU="...">
  <asignaturas idElemento="..." idTipo="..." nombreCortoES="..." nombreCortoEU="..." nombreES="..." nombreEU="...">
    <codigoMEC>...</codigoMEC>
  </asignaturas>
  <codigoMEC>...</codigoMEC>
</c----->