Name

literalSegment — Literal segment

Synopsis

literalSegment ::= “"” (
Char - (“"” 
newline))* “"”
 |"’” (
Char - (“‘” 
newline))* “‘”
 |""""” (["""] ["""] (
Char - “"”))* “"""”
 |"''’” (["'"] ["'"] (
Char - “‘”))* “‘'’”

May be included in

datatypeName literal, datatypeName param exceptPattern, datatypes, default namespace, external, include, namespace

XML syntax equivalent

None

Description

The literalSegment production describes literal segments as strings enclosed either in single or double quotes or enclosed in three single or three double quotes using a Python-like syntax.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.10.36