TrainBlockPartStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
NumberOfBlockParts number
TrainPartRef TrainPartRefStructure
PositionOfTrainBlockPart NaturalLanguageStringStructure

Example

{
  "NumberOfBlockParts" : 12345,
  "TrainPartRef" : {
    "value" : "..."
  },
  "PositionOfTrainBlockPart" : {
    "value" : "...",
    "lang" : "..."
  }
}