PEPlanEstudiosSedeDTO Data Type

Namespace
(Default)
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs description
cursoAcademico int attribute 0/1  
idCentro int attribute 0/1  
idSede int attribute 0/1  
PlanEstudio list of PEPlanEstudiosSedeAttDTO element 0/unbounded  

Example

<PEPlanEstudiosSedeDTO cursoAcademico="..." idCentro="..." idSede="...">
  <PlanEstudio idAsignatura="..." idCiclo="..." idCurso="..." idEnsenanza="..." idEtapa="..." idMateria="..." idModalidad="..." idModalidadPadre="..." idModeloLinguisticoGrupo="..." idModoHorario="..." idPlan="..." idSedeTipoML="..."/>
</PEPlanEstudiosSedeDTO>