Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[xsd-dev] Error in XSD for type="ErrorType"

Hi All,

I have the following lines within my XSD and when I try to save the file I get an error that says

            "Undefined value for type encountered" and the type of "ErrorType"(within polling_status) shows up highlighted

 

     <xs:complexType name="ERRORType">

             <xs:attribute name="_Code" type="xs:string"/>

             <xs:attribute name="_Type" type="xs:string"/>

             <xs:attribute name="_Message" type="xs:string"/>

       </xs:complexType>

       <xs:complexType name="POLLING_STATUSType">

             <xs:sequence>

                    <xs:element name="ERROR" type="ERRORType" minOccurs="0" maxOccurs="unbounded"/>

             </xs:sequence>

             <xs:attribute name="LoanProspectorAsynchronousIdentifier" type="xs:string"/>

             <xs:attribute name="PollingInterval" type="xs:string"/>

       </xs:complexType>

 

Could anyone help me out with this problem

 

Thanks,

Meher Taraporewalla

 


Back to the top