Kann mir einer sagen, was es für einen Sinn macht, eine Restriktion auf anyType oder anySimpleType zu machen?
hier das besagte Beispiel:
XML-Code:
<complexType name="SourceType">
<complexContent>
<restriction base="anyType">
<attribute name="supplier" type="string"/>
<attribute name="application" type="string"/>
</restriction>
</complexContent>
</complexType>