NevronOpenVision
Nevron.Nov.Dom Namespace / NSchema Class


NSchema Class Properties

For a list of all members of this type, see NSchema members.

Public Properties
 NameDescription
Public PropertyGets the base schema, or null if this is the root schema  
Public PropertyGets the way in which node instances of this schema aggregate their children. The value of this property is affected by the MakeCollection and MakeContainer methods.  
Public PropertyGets the base schema of the possible node children. For ChildrenStorage.Collection, returns the childrenBaseSchema, with which this schema was last defined as collection, via the MakeCollection method. For ChildrenStorage.Container, returns the first common ancestor schema, of this schema children (valid only after the schema is Sealed).  
Public PropertyGets the DOM type, associated with this schema  
Public PropertyGets the id of the schema  
Public PropertyGets the name of the schema  
Top
See Also