document = 1*( item ) item = header [ price ] *1( note ) item =/ header [ price ] *1( note ) header = *1star "SP" title %xA *( "SP" / %xA ) title = 1*"TEXT" star = %x2A note = "note:" "SP" note-content %xA *( "SP" / %xA ) note-content = 1*"TEXT" price = "price:" "SP" 1*"DIGIT" %xA *( "SP" / %xA )