MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader Namespace / Occurrence Enumeration

Occurrence Enumeration
Qualifies the occurrence of a child element within a content model group.
Syntax
'Declaration
 
Public Enum Occurrence 
   Inherits System.Enum
 
Members
MemberDescription
OneOrMoreThe element must occur at least once or more times.
OptionalThe element is optional and must occur once at most.
RequiredThe element is required and must occur only once.
ZeroOrMoreThe element is optional and can be repeated.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.Occurrence

See Also