We are unable to import the attached XML schema definition file. When we tried i

We are unable to import the attached XML schema definition file. When we tried importing we are getting the following error

The XSD could not be imported because it references a missing attributeGroup: #attlist.APPRAISAL_UPDATE. No types have been imported. (APNX-1-4049-001)
XSD Parsing Message: XSD: Element reference '#APPRAISAL_UPDATE' is unresolved (APNX-2-4047-000)
XSD Parsing Message: XSD: Attribute group reference '#attlist.APPRAISAL_UPDATE' is unresolved (APNX-2-4047-000)

Can someone help us in resolving this?

TEST_Property_Information_Valuation_Response_v2.6_GSE_Extension_Schema.xsd

OriginalPostID-188702

OriginalPostID-188702

  Discussion posts and replies are publicly visible

Parents
  • It seems that the part that it is complaining about is:

    <xs:element name="APPRAISAL_UPDATE">
                        <xs:complexType>
                                  <xs:attributeGroup ref="attlist.APPRAISAL_UPDATE"/>
                        </xs:complexType>
              </xs:element>

    but even after removing it the system throws an error when trying to import it. Is there a reason why this is called the same as the <xs:attributeGroup name="attlist.APPRAISAL_UPDATE">?
Reply
  • It seems that the part that it is complaining about is:

    <xs:element name="APPRAISAL_UPDATE">
                        <xs:complexType>
                                  <xs:attributeGroup ref="attlist.APPRAISAL_UPDATE"/>
                        </xs:complexType>
              </xs:element>

    but even after removing it the system throws an error when trying to import it. Is there a reason why this is called the same as the <xs:attributeGroup name="attlist.APPRAISAL_UPDATE">?
Children
No Data