Tools, FAQ, Tutorials:
"participant" CTO Statement Syntax
What is the syntax of the "participant" CTO Statement
✍: FYIcenter.com
The "participant" CTO statement declares a participant data type to represent
someone who can interact with the business network under access control rules.
Here is the syntax of a "participant" statement:
[abstract] participant type_name [identified by id_name] | [extends super_type] { o|--> property_type property_name [optional] [default value] [validator] ... o|--> property_type[] property_name [optional] ... }
Syntax elements used in a "participant" CTO Statement:
⇒ "asset" CTO Statement Syntax
2019-04-22, 253👍, 0💬
Popular Posts:
Where to find tutorials on how to Read and Write Files in PHP? A collection of tutorials to answer m...
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permiss...
Where to find tutorials on how to use PHP built-in functions to manage arrays? A collection of tutor...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...