Name | Description | |
---|---|---|
![]() | BaseSchema | Gets the base schema, or null if this is the root schema |
![]() | ChildrenAggregation | Gets 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. |
![]() | ChildrenBaseSchema | Gets 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). |
![]() | DomType | Gets the DOM type, associated with this schema |
![]() | Id | Gets the id of the schema |
![]() | Name | Gets the name of the schema |