FieldMetadata
A set of defining implementation specific fields which should be populated.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
mandatoryInd |
When TRUE, indicates the associated field is expected to be populated. |
boolean |
false |
|
|
false |
metadata |
A message wide metadata information. |
Metadata |
true |
|
|
false |
pathText |
Message property location using XPATH syntax. |
string |
false |
|
|
false |
{
"mandatoryInd" : "boolean",
"metadata" : {
"codesetMetadata" : [ { } ],
"curMetadata" : [ { } ],
"fieldMetadata" : [ { } ]
},
"pathText" : "string"
}