Noemax FastInfoset.NET
SchemaVocabulary Class
Members  See Also  Send Feedback
Noemax.FastInfoset Namespace : SchemaVocabulary Class






Provides methods and properties for generating a Fast Infoset vocabulary from an XSD schema.

Object Model

SchemaVocabulary Class

Syntax

Visual Basic (Declaration) 
Public Class SchemaVocabulary 
   Inherits Vocabulary
Visual Basic (Usage)Copy Code
Dim instance As SchemaVocabulary
C# 
public class SchemaVocabulary : Vocabulary 
Delphi 
public class SchemaVocabulary = class(Vocabulary)
JScript 
public class SchemaVocabulary extends Vocabulary
Managed Extensions for C++ 
public __gc class SchemaVocabulary : public Vocabulary 
C++/CLI 
public ref class SchemaVocabulary : public Vocabulary 

Inheritance Hierarchy

System.Object
   Noemax.FastInfoset.Vocabulary
      Noemax.FastInfoset.SchemaVocabulary

See Also