summaryrefslogtreecommitdiff
path: root/mcs/class/System.XML/ReferenceSources/Wsdl.cs
blob: 46d71619917a8fa65de1a81cf89b020255e400e8 (plain)
1
2
3
4
5
6
7
8
9
namespace System.Xml.Serialization
{
	internal class Wsdl {
		private Wsdl() { }
		internal const string Namespace = "http://schemas.xmlsoap.org/wsdl/";
		internal const string ArrayType = "arrayType";
	}
}