# STUDY/HTML

DTD Element operators

슬금이 2014. 9. 30. 17:23

DTD Element operators

operator syntax description

+ a+         One or more occurences of a

* a*         Zero or more occurences of a

? a?         Either a or nothing

, a, b         a followed by b

| a | b         a followed by b

() (expression) An expression surrounded by parentheses is treated as a unit and could                                         have any one of the following suffixes ?, *, or +.