Error: S4s-elt-character: Non-whitespace Characters Are Not Allowed In Schema Elements Other Than 'xs:appinfo' And 'xs:documentation'
问题 I have this xml-Schema: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="Fussballmannschaft"> <xs:complexType> <xs:attribute name="Name" type="xs:string" /> <xs:attribute name="Stadt" type="xs:string" /> <xs:attribute name="Tabellenplatz" type="xs:string" /> <xs:element name="Spieler"> <xs:complexType> <xs:attribute name="SpielerID" type="xs:string" /> <xs:keyref name="I_D" refer="Name" /> <xs:attribute