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
2021-08-01, 773🔥, 0💬
Popular Posts:
How to use the RSS Online Validator at w3.org? You can follow this tutorial to learn how to use the ...
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...