ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader Namespace / AttributeType Enumeration

In This Topic
    AttributeType Enumeration
    In This Topic
    Defines the different possible attribute types.
    Syntax
    'Declaration
     
    Public Enum AttributeType 
       Inherits System.Enum
    public enum AttributeType : System.Enum 
    Members
    MemberDescription
    CDATAThe attribute contains text (with no markup).
    DefaultAttribute type not specified.
    ENTITIESThe attribute contains a number of entities declared in a DTD.
    ENTITYThe attribute contains an entity declared in a DTD.
    ENUMERATIONThe attribute value is one of a set of allowed names.
    IDThe attribute is an id attribute uniquely identifie the element it appears on.
    IDREFThe attribute value can be any declared subdocument or data entity name.
    IDREFSThe attribute value is a list of (space separated) declared subdocument or data entity names.
    NAMEThe attribute value is a SGML Name.
    NAMESThe attribute value is a list of (space separated) SGML Names.
    NMTOKENThe attribute value is an XML name token (i.e. contains only name characters, but in this case with digits and other valid name characters accepted as the first character).
    NMTOKENSThe attribute value is a list of (space separated) XML NMTokens.
    NOTATIONAttribute value is a member of the bracketed list of notation names that qualifies this reserved name.
    NUMBERThe attribute value is a number.
    NUMBERSThe attribute value is a list of (space separated) numbers.
    NUTOKENThe attribute value is a number token (i.e. a name that starts with a number).
    NUTOKENSThe attribute value is a list of number tokens.
    Inheritance Hierarchy

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

    See Also