Hi, can you please expand on your comment. The AttributeGroupID is defined in the SCHEMA but it is referenced under the PARENT item ATTRIBUTE. Is this what you mean by defining?
<xs:element name="Attribute">
<xs:element minOccurs="0" maxOccurs="unbounded" ref="AttributeGroupLink" />
</xs:attribute>
<xs:element name="AttributeGroupLink">
<xs:complexType mixed="true">
<xs:attribute name="AttributeGroupID" type="xs:string" use="required" />
</xs:complexType>
</xs:element>
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2009-05-05 at 04:18:48ID: 24303391
It looks like you aren't defining the "AttributeGroupID" attribute...