Name

SchemaReference

Synopsis

This class represents a discovery document reference to an XML Schema Definition (XSD) document. This is the least common type of reference in a discovery document. The Ref property provides a string with the XSD file’s URL. The System.Web.Services.Discovery.Schema property returns a full System.Xml.Schema.XmlSchema object that represents the XSD document.

Public NotInheritable Class SchemaReference : Inherits DiscoveryReference
' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal url As String) 
' Public Shared Fields
   public const Namespace As String        // =http://schemas.xmlsoap.org/disco/schema/
                  ' Public Instance Properties
   Overrides Public ReadOnly Property DefaultFilename As String  
   Public Property Ref As String  
   Public ReadOnly Property Schema As XmlSchema  
   Public Property TargetNamespace As String  
   Overrides Public Property Url As String  
' Public Instance Methods
   Overrides Public Function ReadDocument(
        ByVal stream As System.IO.Stream) As Object  
   Overrides Public Sub WriteDocument(
        ByVal document As Object, 
        ByVal stream As System.IO.Stream) 
' Protected Instance Methods
   Overrides Protected Friend Sub Resolve(
        ByVal contentType As String, 
        ByVal stream As System.IO.Stream) 
End Class

Hierarchy

System.ObjectDiscoveryReference SchemaReference

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.