Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class NodaTime.​Xml.​XmlSchemaDefinition

Assembly: NodaTime

Inheritance: object → XmlSchemaDefinition

Provides XML schema types.

Properties

NodaTimeXmlNamespace
Gets the XML namespace for all NodaTime types.
Remarks See [Namespaces in XML 1.1 (Second Edition)](https://www.w3.org/TR/xml-names11/).
NodaTimeXmlSchema
Gets the compiled XML schema describing the structure for all NodaTime types that implement the <see cref="T:System.Xml.Serialization.IXmlSerializable" /> interface.
Remarks All the pattern restrictions as regular expressions are not meant to fully validate the XML content, they only serve to describe the general shape of the XML content.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object