name | data type | type | namespace | min/max occurs | wrapped by | description |
---|---|---|---|---|---|---|
idAsignaturaTipo | int | attribute | 0/1 | |||
idMateria | int | attribute | 0/1 | |||
idPlan | int | attribute | 0/1 | |||
idMl | list of int | element | 0/unbounded | mls | ||
sesion | list of PESesionDTO | element | 0/unbounded | sesiones |
Example
<PEAsignaturaPlanDTO idAsignaturaTipo="..." idMateria="..." idPlan="..."> <sesiones> <sesion idTipoML="..." numHoras="..."/> </sesiones> <mls> <idMl>...</idMl> </mls> </PEAsignaturaPlanDTO>