NoteStructure Data Type

Implemented Interfaces
Serializable
Properties
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" : "mp"
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "SituationNumber" : {
      "value" : "..."
    },
    "UpdateCountryRef" : {
      "value" : "tc"
    },
    "UpdateParticipantRef" : {
      "value" : "..."
    },
    "Version" : {
      "value" : 12345
    }
  },
  "Note" : {
    "value" : "...",
    "lang" : "..."
  }
}