XmlSchemaReference Class

Summary

Represents the schema collection element.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types
Base Types
  • Element
graph BT Type-->Base0["Element"] Type["XmlSchemaReference"] class Type type-node

Syntax

public class XmlSchemaReference : Element

Properties

Name Value Summary
Namespace string
Namespace URI associated with this schema. If not present, it is assumed that the schema's targetNamespace value is to be used.
Source string
Location of this schema. Could be a local file path or an HTTP URL.