Hi Michael
Sorry for the time...
Here is the xml and schema files

XML:

<?xml version="1.0" standalone="yes"?>
<EjecucionMRPDevolverDatosConfiguracionResponse
xmlns="http://tempuri.org/EjecucionMRPDevolverDatosConfiguracionResponse.xsd";>
  <Result>
    <Existe>true</Existe>
    <Corrida_id>P1123</Corrida_id>
    <CorridaDescripcion>Corrida 13/07</CorridaDescripcion>
    <FechaCorrida>2006-07-24T19:06:33.1570000-03:00</FechaCorrida>
    <Usuario_id>1</Usuario_id>
    <UsuarioDescripcion>Supervisor de Summa
</UsuarioDescripcion>
    <Escenario_id>Prue1     </Escenario_id>
    <EscenarioDescripcion>Escenario Prueba eje</EscenarioDescripcion>
    <HorizontePlanificacion>5</HorizontePlanificacion>
    <CantidadDiasPasadosAIncluir>2</CantidadDiasPasadosAIncluir>

<OrdenesFirmesAtrasadasConsideradasParaDisponible>false</OrdenesFirmesAtrasadasConsideradasParaDisponible>

<BarreraUnicaPlanificacionActiva>false</BarreraUnicaPlanificacionActiva>
    <Adelantamiento>false</Adelantamiento>
    <AdelantamientoSiempre>false</AdelantamientoSiempre>
    <AplicaMerma>false</AplicaMerma>
    <TamCuboTiempo>5</TamCuboTiempo>
    <ConDatosSimulados>false</ConDatosSimulados>
    <TratoArticulosIndistintos>RF   </TratoArticulosIndistintos>
  </Result>
  <Plantas>
    <Planta_id>0001</Planta_id>
  </Plantas>
</EjecucionMRPDevolverDatosConfiguracionResponse>


XSD:

<?xml version="1.0" standalone="yes"?>
<xs:schema id="EjecucionMRPDevolverDatosConfiguracionResponse"
targetNamespace="http://tempuri.org/EjecucionMRPDevolverDatosConfiguracionResponse.xsd";
xmlns:mstns="http://tempuri.org/EjecucionMRPDevolverDatosConfiguracionResponse.xsd";
xmlns="http://tempuri.org/EjecucionMRPDevolverDatosConfiguracionResponse.xsd";
xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="EjecucionMRPDevolverDatosConfiguracionResponse"
msdata:IsDataSet="true">
    <xs:complexType>
      <xs:choice maxOccurs="unbounded">
        <xs:element name="Result">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Existe" type="xs:boolean" minOccurs="0"
/>
              <xs:element name="Corrida_id" type="xs:string"
minOccurs="0" />
              <xs:element name="CorridaDescripcion" type="xs:string"
minOccurs="0" />
              <xs:element name="FechaCorrida" type="xs:dateTime"
minOccurs="0" />
              <xs:element name="Usuario_id" type="xs:short"
minOccurs="0" />
              <xs:element name="UsuarioDescripcion" type="xs:string"
minOccurs="0" />
              <xs:element name="Escenario_id" type="xs:string"
minOccurs="0" />
              <xs:element name="EscenarioDescripcion" type="xs:string"
minOccurs="0" />
              <xs:element name="EsEscenarioReal" type="xs:boolean"
minOccurs="0" />
              <xs:element name="HorizontePlanificacion" type="xs:short"
minOccurs="0" />
              <xs:element name="CantidadDiasPasadosAIncluir"
type="xs:short" minOccurs="0" />
              <xs:element
name="OrdenesFirmesAtrasadasConsideradasParaDisponible"
type="xs:boolean" minOccurs="0" />
              <xs:element name="BarreraUnicaPlanificacionActiva"
type="xs:boolean" minOccurs="0" />
              <xs:element name="BarreraPlanificacion" type="xs:short"
minOccurs="0" />
              <xs:element name="Adelantamiento" type="xs:boolean"
minOccurs="0" />
              <xs:element name="DiasAdelantamiento" type="xs:short"
minOccurs="0" />
              <xs:element name="AdelantamientoSiempre"
type="xs:boolean" minOccurs="0" />
              <xs:element name="AplicaMerma" type="xs:boolean"
minOccurs="0" />
              <xs:element name="TamCuboTiempo" type="xs:short"
minOccurs="0" />
              <xs:element name="ConDatosSimulados" type="xs:boolean"
minOccurs="0" />
              <xs:element name="Planta_id" type="xs:string"
minOccurs="0" />
              <xs:element name="TratoArticulosIndistintos"
type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="Plantas">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Planta_id" type="xs:string"
minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to