File: System\Xml\Schema\SchemaType.cs | |
Project: ndp\fx\src\Xml\System.Xml.csproj (System.Xml) |
//------------------------------------------------------------------------------ // <copyright file="SchemaType.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">priyal</owner> //------------------------------------------------------------------------------ namespace System.Xml.Schema { internal enum SchemaType { None, DTD, XDR, XSD } } |