Loading plugins/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/TDLtx.xtext +10 −1 Original line number Diff line number Diff line Loading @@ -179,6 +179,15 @@ SimpleDataInstance returns tdl::SimpleDataInstance: name=Identifier ; EnumDataInstance returns tdl::SimpleDataInstance: AnnotationCommentFragment dataType=[tdl::DataType|Identifier]? //for backwards compatibility -> Predefined Booleans now True and False //(name=Identifier | name=BOOLEANNAME) name=Identifier ; StructuredDataType returns tdl::StructuredDataType: AnnotationCommentFragment 'Structure' name=Identifier Loading Loading @@ -301,7 +310,7 @@ EnumDataType returns tdl::EnumDataType: AnnotationCommentFragment 'Enumerated' name=Identifier BEGIN value+=SimpleDataInstance (',' value+=SimpleDataInstance)* value+=EnumDataInstance (',' value+=EnumDataInstance)* END ; Loading Loading
plugins/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/TDLtx.xtext +10 −1 Original line number Diff line number Diff line Loading @@ -179,6 +179,15 @@ SimpleDataInstance returns tdl::SimpleDataInstance: name=Identifier ; EnumDataInstance returns tdl::SimpleDataInstance: AnnotationCommentFragment dataType=[tdl::DataType|Identifier]? //for backwards compatibility -> Predefined Booleans now True and False //(name=Identifier | name=BOOLEANNAME) name=Identifier ; StructuredDataType returns tdl::StructuredDataType: AnnotationCommentFragment 'Structure' name=Identifier Loading Loading @@ -301,7 +310,7 @@ EnumDataType returns tdl::EnumDataType: AnnotationCommentFragment 'Enumerated' name=Identifier BEGIN value+=SimpleDataInstance (',' value+=SimpleDataInstance)* value+=EnumDataInstance (',' value+=EnumDataInstance)* END ; Loading