PECursoPlanDTO Data Type

Namespace
(Default)
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs wrapped by description
idOferta int attribute 0/1    
idPeriodicidad int attribute 0/1    
idPlan int attribute 0/1    
moduloCurso list of PEModuloDTO element 0/unbounded modulosCurso  

Example

<PECursoPlanDTO idOferta="..." idPeriodicidad="..." idPlan="...">
  <modulosCurso>
    <moduloCurso codigoMEC="..." idElemento="..." idMateria="..." idModulo="..." idPadre="..." idTipo="..." nombreCortoES="..." nombreCortoEU="..." nombreES="..." nombreEU="..." numCreditos="..." numHoras="..."/>
  </modulosCurso>
</PECursoPlanDTO>