| name | data type | description |
|---|---|---|
| SituationRef | SituationRef | |
| SituationSimpleRef | SituationSimpleRef | |
| SituationFullRef | SituationFullRef | |
| Note | NaturalLanguageStringStructure |
Example
{
"SituationRef" : {
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : { },
"ParticipantRef" : { },
"SituationNumber" : { },
"UpdateCountryRef" : { },
"UpdateParticipantRef" : { },
"Version" : { }
}
},
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : {
"value" : "nu"
},
"ParticipantRef" : {
"value" : "..."
},
"SituationNumber" : {
"value" : "..."
},
"UpdateCountryRef" : {
"value" : "mk"
},
"UpdateParticipantRef" : {
"value" : "..."
},
"Version" : {
"value" : 12345
}
},
"Note" : {
"value" : "...",
"lang" : "..."
}
}