elementoNotificadoDTO Data Type

Contenedor de los elementos que se notifican desde el servicio web

Namespace
(Default)
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs description
estado elementoNotificadoEstadoEnum element 0/1  
idElemento int element 1/1  

Example

<e----->
  <idElemento>...</idElemento>
  <estado>...</estado>
</e----->