Răsfoiți Sursa

[S.R.Serialization] add missing attributes in MS serialization namespace.

This fixes another regression which failed to load Test ns22.xsd.
Atsushi Eno 11 ani în urmă
părinte
comite
a3383d1be5

+ 2 - 0
mcs/class/System.Runtime.Serialization/resources/mstypes.schema

@@ -37,4 +37,6 @@
 		</xs:restriction>
 	</xs:simpleType>
 	<xs:attribute name="FactoryType" type="xs:QName" />
+	<xs:attribute name="Id" type="xs:ID" />
+	<xs:attribute name="Ref" type="xs:IDREF" />
 </xs:schema>