[xsl] Redefine Complex Types

Subject: [xsl] Redefine Complex Types
From: "Eder de Oliveira" <eder@xxxxxxxxxxxxx>
Date: Thu, 14 Oct 2004 12:20:16 -0300
Hello..

People I am brazialian, and my english isn't very good, sorry.

I have a problema, I am using
<xs:redefine
schemaLocation="C:\GrupoStela\LMPL\Gramaticas\Curriculo\Portugues\XSD\LMPLCu
rriculo.xsd">

A little part of file LMPLCurriculo.xsd

<xs:complexType name="TipoDADOS-GERAIS">
    <xs:sequence>
        <xs:element name="ENDERECO" type="TipoEndereco"/>
        <xs:element name="FORMACAO-ACADEMICA-TITULACAO"
type="TipoFORMACAO-ACADEMICA-TITULACAO" minOccurs="0"/>
        <xs:element name="ATUACOES-PROFISSIONAIS"
type="TipoATUACOES-PROFISSIONAIS" minOccurs="0"/>
        <xs:element name="AREAS-DE-ATUACAO" type="TipoAREAS-DE-ATUACAO"
minOccurs="0"/>
        <xs:element name="IDIOMAS" type="TipoIDIOMAS" minOccurs="0"/>
        <xs:element name="PREMIOS-TITULOS" type="TipoPREMIOS-TITULOS"
minOccurs="0"/>
    </xs:sequence>
</xs:complexType>

I want redefine to this

<xs:complexType name="TipoDADOS-GERAIS">
    <xs:sequence>
        <xs:element name="ENDERECO" type="TipoEndereco"/>
    </xs:sequence>
</xs:complexType>

Message of error : this file is not valid:
                             Schema error - undefined value for 'type'
encountered

This is happened LMPLCurriculo.xsd file.

Please anyone can help me?

Thanks a lot
Eder

Current Thread