XML voorbeelden MSTP en MDP
Op deze pagina zijn voorbeelden te vinden van de MSTP(MeasurementSiteTablePublication), de MDP(MeasuredDataPublication) en specifieke informatie management berichten.
Voor meer informatie over datauitwisseling zie: Exchange 2020 - DATEXII v3
XML voorbeeld payloadDelivery Snapshot
XML Voorbeeld MSTP
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<stp:putSnapshotDataInput xmlns:stp="http://datex2.eu/wsdl/statefulPush/2020"
xmlns:mes="http://datex2.eu/schema/3/messageContainer"
modelBaseVersion="3">
<mes:payload xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:com="http://datex2.eu/schema/3/common"
xmlns:roa="http://datex2.eu/schema/3/measurementSiteTable"
xmlns:loc="http://datex2.eu/schema/3/location"
xsi:type="roa:MeasurementSiteTablePublication" lang="nl" modelBaseVersion="3">
<com:publicationTime>2020-11-04T09:30:47Z</com:publicationTime>
<com:publicationCreator>
<com:country>NL</com:country>
<com:nationalIdentifier>NDW</com:nationalIdentifier>
</com:publicationCreator>
<roa:headerInformation>
<com:informationStatus>real</com:informationStatus>
</roa:headerInformation>
<roa:measurementSiteTable id="GEO0C_MST" version="Last">
<roa:measurementSite id="GEO0C_Z_RWSTI356713" version="18">
<roa:measurementSiteRecordVersionTime>2021-12-14T04:05:29Z</roa:measurementSiteRecordVersionTime>
<roa:measurementEquipmentReference>Z_RWS_356713</roa:measurementEquipmentReference>
<roa:measurementEquipmentTypeUsed>
<com:values>
<com:value lang="nl">lus</com:value>
</com:values>
</roa:measurementEquipmentTypeUsed>
<roa:measurementSiteName>
<com:values>
<com:value lang="nl">059hrl006450</com:value>
</com:values>
</roa:measurementSiteName>
<roa:measurementSiteNumberOfLanes>1</roa:measurementSiteNumberOfLanes>
<roa:measurementSpecificCharacteristics index="1">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:computationMethod>harmonicAverageOfSamplesInATimePeriod</roa:computationMethod>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficFlow</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<roa:measurementSpecificCharacteristics index="7">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficSpeed</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<roa:measurementSiteLocation xsi:type="loc:PointLocation">
<loc:supplementaryPositionalDescription>
<loc:carriageway>
<loc:carriageway>mainCarriageway</loc:carriageway>
</loc:carriageway>
</loc:supplementaryPositionalDescription>
<!-- Use the assigned location referencing method.
Here pointByCoordinates is used for simpleness -->
<loc:pointByCoordinates>
<loc:bearing>250</loc:bearing>
<loc:pointCoordinates>
<loc:latitude>51.688665</loc:latitude>
<loc:longitude>3.848675</loc:longitude>
</loc:pointCoordinates>
</loc:pointByCoordinates>
</roa:measurementSiteLocation>
</roa:measurementSite>
<!-- The rest of the MST siterecords -->
<!-- The rest of the MST siterecords -->
<!-- The rest of the MST siterecords -->
</roa:measurementSiteTable>
<!-- Possible other MeasurementSiteTables -->
<!-- Possible other MeasurementSiteTables -->
</mes:payload>
<mes:exchangeInformation xmlns:ex="http://datex2.eu/schema/3/exchangeInformation"
modelBaseVersion="3">
<ex:exchangeContext>
<ex:codedExchangeProtocol>statefulPush</ex:codedExchangeProtocol>
<ex:exchangeSpecificationVersion>2020</ex:exchangeSpecificationVersion>
<ex:updateMethod>snapshot</ex:updateMethod>
<ex:supplierOrCisRequester>
<ex:internationalIdentifier>
<com:country>NL</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</ex:internationalIdentifier>
</ex:supplierOrCisRequester>
</ex:exchangeContext>
<ex:dynamicInformation>
<ex:exchangeStatus>online</ex:exchangeStatus>
<ex:messageGenerationTimestamp>2021-08-11T07:56:57.374114Z</ex:messageGenerat
<ex:sessionInformation>
<ex:sessionID>7892634986</ex:sessionID>
</ex:sessionInformation>
</ex:dynamicInformation>
</mes:exchangeInformation>
</stp:putSnapshotDataInput>
</soap:Body>
</soap:Envelope>
XML Voorbeeld MDP
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<stp:putSnapshotDataInput xmlns:stp="http://datex2.eu/wsdl/statefulPush/2020"
xmlns:mes="http://datex2.eu/schema/3/messageContainer"
modelBaseVersion="3">
<mes:payload xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:com="http://datex2.eu/schema/3/common"
xmlns:roa="http://datex2.eu/schema/3/measuredData"
xmlns:loc="http://datex2.eu/schema/3/location"
xsi:type="roa:MeasuredDataPublication" lang="nl" modelBaseVersion="3">
<com:publicationTime>2001-12-17T09:30:47Z</com:publicationTime>
<com:publicationCreator>
<com:country>nl</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</com:publicationCreator>
<roa:headerInformation>
<com:confidentiality>noRestriction</com:confidentiality>
<com:informationStatus>real</com:informationStatus>
</roa:headerInformation>
<roa:measurementSiteTable id="GEO0C_MST" version="Last">
<roa:measurementSite id="GEO0C_Z_RWSTI356713" version="19">
<roa:measurementSiteRecordVersionTime>2021-12-17T09:30:49Z</roa:measurementSiteRecordVersionTime>
<roa:measurementEquipmentReference>Z_RWS_356713</roa:measurementEquipmentReference>
<roa:measurementEquipmentTypeUsed>
<com:values>
<com:value lang="nl">lus</com:value>
</com:values>
</roa:measurementEquipmentTypeUsed>
<roa:measurementSiteName>
<com:values>
<com:value lang="nl">059hrl006450</com:value>
</com:values>
</roa:measurementSiteName>
<roa:measurementSiteNumberOfLanes>1</roa:measurementSiteNumberOfLanes>
<roa:measurementSpecificCharacteristics index="1">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:computationMethod>harmonicAverageOfSamplesInATimePeriod</roa:computationMethod>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficFlow</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<roa:measurementSpecificCharacteristics index="7">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficSpeed</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<roa:measurementSiteLocation xsi:type="loc:PointLocation">
<loc:supplementaryPositionalDescription>
<loc:carriageway>
<loc:carriageway>mainCarriageway</loc:carriageway>
</loc:carriageway>
</loc:supplementaryPositionalDescription>
<!-- Use the assigned location referencing method.
Here pointByCoordinates is used for simpleness -->
<loc:pointByCoordinates>
<loc:bearing>250</loc:bearing>
<loc:pointCoordinates>
<loc:bearing>250</loc:bearing>
<loc:latitude>51.688665</loc:latitude>
<loc:longitude>3.848675</loc:longitude>
</loc:pointCoordinates>
</loc:pointByCoordinates>
</roa:measurementSiteLocation>
</roa:measurementSite>
<!-- The rest of the Measurementsites -->
</roa:measurementSiteTable>
</con:payload>
</mes:payload>
<mes:exchangeInformation xmlns:ex="http://datex2.eu/schema/3/exchangeInformation"
modelBaseVersion="3">
<ex:exchangeContext>
<ex:codedExchangeProtocol>statefulPush</ex:codedExchangeProtocol>
<ex:exchangeSpecificationVersion>2020</ex:exchangeSpecificationVersion>
<ex:updateMethod>snapshot</ex:updateMethod>
<ex:supplierOrCisRequester>
<ex:internationalIdentifier>
<com:country>NL</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</ex:internationalIdentifier>
</ex:supplierOrCisRequester>
</ex:exchangeContext>
<ex:dynamicInformation>
<ex:exchangeStatus>online</ex:exchangeStatus>
<ex:messageGenerationTimestamp>2021-08-11T07:56:57.374114Z</ex:messageGenerationTimestamp>
<ex:sessionInformation>
<ex:sessionID>7892634986</ex:sessionID>
</ex:sessionInformation>
</ex:dynamicInformation>
</mes:exchangeInformation>
</stp:putSnapshotDataInput>
</soap:Body>
</soap:Envelope>
XML voorbeelden allElementUpdate
Hierin worden alleen de geüpdatete siterecords opgenomen.
XML Voorbeeld MSTP
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<stp:putDataInput xmlns:stp="http://datex2.eu/wsdl/statefulPush/2020"
xmlns:mes="http://datex2.eu/schema/3/messageContainer"
modelBaseVersion="3">
<mes:payload xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:com="http://datex2.eu/schema/3/common"
xmlns:roa="http://datex2.eu/schema/3/measurementSiteTable"
xmlns:loc="http://datex2.eu/schema/3/location"
xsi:type="roa:MeasurementSiteTablePublication" lang="nl" modelBaseVersion="3">
<com:publicationTime>2020-11-04T09:30:47Z</com:publicationTime>
<com:publicationCreator>
<com:country>NL</com:country>
<com:nationalIdentifier>NDW</com:nationalIdentifier>
</com:publicationCreator>
<roa:headerInformation>
<com:informationStatus>real</com:informationStatus>
</roa:headerInformation>
<roa:measurementSiteTable id="GEO0C_MST" version="Last">
<roa:measurementSite id="GEO0C_Z_RWSTI356713" version="18">
<roa:measurementSiteRecordVersionTime>2021-12-14T04:05:29Z</roa:measurementSiteRecordVersionTime>
<roa:measurementEquipmentReference>Z_RWS_356713</roa:measurementEquipmentReference>
<roa:measurementEquipmentTypeUsed>
<com:values>
<com:value lang="nl">lus</com:value>
</com:values>
</roa:measurementEquipmentTypeUsed>
<roa:measurementSiteName>
<com:values>
<com:value lang="nl">059hrl006450</com:value>
</com:values>
</roa:measurementSiteName>
<roa:measurementSiteNumberOfLanes>1</roa:measurementSiteNumberOfLanes>
<roa:measurementSpecificCharacteristics index="1">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:computationMethod>harmonicAverageOfSamplesInATimePeriod</roa:computationMethod>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficFlow</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<roa:measurementSpecificCharacteristics index="7">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficSpeed</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<roa:measurementSiteLocation xsi:type="loc:PointLocation">
<loc:supplementaryPositionalDescription>
<loc:carriageway>
<loc:carriageway>mainCarriageway</loc:carriageway>
</loc:carriageway>
</loc:supplementaryPositionalDescription>
<!-- Use the assigned location referencing method.
Here pointByCoordinates is used for simpleness -->
<loc:pointByCoordinates>
<loc:bearing>250</loc:bearing>
<loc:pointCoordinates>
<loc:latitude>51.688665</loc:latitude>
<loc:longitude>3.848675</loc:longitude>
</loc:pointCoordinates>
</loc:pointByCoordinates>
</roa:measurementSiteLocation>
</roa:measurementSite>
<!-- Other updated MST siterecords -->
</roa:measurementSiteTable>
</mes:payload>
<mes:exchangeInformation xmlns:ex="http://datex2.eu/schema/3/exchangeInformation"
modelBaseVersion="3">
<ex:exchangeContext>
<ex:codedExchangeProtocol>statefulPush</ex:codedExchangeProtocol>
<ex:exchangeSpecificationVersion>2020</ex:exchangeSpecificationVersion>
<ex:operatingMode>onOccurrence</ex:operatingMode>
<ex:updateMethod>allElementUpdate</ex:updateMethod>
<ex:supplierOrCisRequester>
<ex:internationalIdentifier>
<com:country>NL</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</ex:internationalIdentifier>
</ex:supplierOrCisRequester>
</ex:exchangeContext>
<ex:dynamicInformation>
<ex:exchangeStatus>online</ex:exchangeStatus>
<ex:messageGenerationTimestamp>2021-08-11T07:56:57.374114Z</ex:messageGenerationTimestamp>
<ex:sessionInformation>
<ex:sessionID>7892634986</ex:sessionID>
</ex:sessionInformation>
</ex:dynamicInformation>
</mes:exchangeInformation>
</stp:putDataInput>
</soap:Body>
</soap:Envelope>
XML Voorbeeld MDP
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<stp:putDataInput xmlns:stp="http://datex2.eu/wsdl/statefulPush/2020"
xmlns:mes="http://datex2.eu/schema/3/messageContainer"
modelBaseVersion="3">
<mes:payload xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:com="http://datex2.eu/schema/3/common"
xmlns:roa="http://datex2.eu/schema/3/measuredData"
xmlns:loc="http://datex2.eu/schema/3/location"
xsi:type="roa:MeasuredDataPublication" lang="nl" modelBaseVersion="3">
<com:publicationTime>2001-12-17T09:30:47Z</com:publicationTime>
<com:publicationCreator>
<com:country>nl</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</com:publicationCreator>
<roa:headerInformation>
<com:confidentiality>noRestriction</com:confidentiality>
<com:informationStatus>real</com:informationStatus>
</roa:headerInformation>
<roa:measurementSiteTable id="GEO0C_MST" version="Last">
<roa:measurementSite id="GEO0C_Z_RWSTI356713" version="19">
<roa:measurementSiteRecordVersionTime>2021-12-17T09:30:49Z</roa:measurementSiteRecordVersionTime>
<roa:measurementEquipmentReference>Z_RWS_356713</roa:measurementEquipmentReference>
<roa:measurementEquipmentTypeUsed>
<com:values>
<com:value lang="nl">lus</com:value>
</com:values>
</roa:measurementEquipmentTypeUsed>
<roa:measurementSiteName>
<com:values>
<com:value lang="nl">059hrl006450</com:value>
</com:values>
</roa:measurementSiteName>
<roa:measurementSiteNumberOfLanes>1</roa:measurementSiteNumberOfLanes>
<roa:measurementSpecificCharacteristics index="1">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:computationMethod>harmonicAverageOfSamplesInATimePeriod</roa:computationMethod>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficFlow</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<!-- other traffic flow indexes -->
<roa:measurementSpecificCharacteristics index="7">
<roa:measurementSpecificCharacteristics>
<roa:accuracy>95.0</roa:accuracy>
<roa:period>60.0</roa:period>
<roa:specificMeasurementValueType>trafficSpeed</roa:specificMeasurementValueType>
<roa:specificVehicleCharacteristics>
<com:lengthCharacteristic>
<com:comparisonOperator>greaterThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>1.85</com:vehicleLength>
</com:lengthCharacteristic>
<com:lengthCharacteristic>
<com:comparisonOperator>lessThanOrEqualTo</com:comparisonOperator>
<com:vehicleLength>2.40</com:vehicleLength>
</com:lengthCharacteristic>
</roa:specificVehicleCharacteristics>
<roa:specificLane>
<loc:laneNumber>1</loc:laneNumber>
</roa:specificLane>
</roa:measurementSpecificCharacteristics>
</roa:measurementSpecificCharacteristics>
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<!-- other traffic speed indexes -->
<roa:measurementSiteLocation xsi:type="loc:PointLocation">
<loc:supplementaryPositionalDescription>
<loc:carriageway>
<loc:carriageway>mainCarriageway</loc:carriageway>
</loc:carriageway>
</loc:supplementaryPositionalDescription>
<!-- Use the assigned location referencing method.
Here pointByCoordinates is used for simpleness -->
<loc:pointByCoordinates>
<loc:bearing>250</loc:bearing>
<loc:pointCoordinates>
<loc:bearing>250</loc:bearing>
<loc:latitude>51.688665</loc:latitude>
<loc:longitude>3.848675</loc:longitude>
</loc:pointCoordinates>
</loc:pointByCoordinates>
</roa:measurementSiteLocation>
</roa:measurementSite>
</roa:measurementSiteTable>
</con:payload>
</mes:payload>
<mes:exchangeInformation xmlns:ex="http://datex2.eu/schema/3/exchangeInformation"
modelBaseVersion="3">
<ex:exchangeContext>
<ex:codedExchangeProtocol>statefulPush</ex:codedExchangeProtocol>
<ex:exchangeSpecificationVersion>2020</ex:exchangeSpecificationVersion>
<ex:operatingMode>onOccurrence</ex:operatingMode>
<ex:updateMethod>allElementUpdate</ex:updateMethod>
<ex:supplierOrCisRequester>
<ex:internationalIdentifier>
<com:country>NL</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</ex:internationalIdentifier>
</ex:supplierOrCisRequester>
</ex:exchangeContext>
<ex:dynamicInformation>
<ex:exchangeStatus>online</ex:exchangeStatus>
<ex:messageGenerationTimestamp>2021-08-11T07:56:57.374114Z</ex:messageGenerationTimestamp>
<ex:sessionInformation>
<ex:sessionID>7892634986</ex:sessionID>
</ex:sessionInformation>
</ex:dynamicInformation>
</mes:exchangeInformation>
</stp:putDataInput>
</soap:Body>
</soap:Envelope>
XML voorbeelden Informatiemanagement
MeasurementSiteTables en MeasurementSites worden met behulp van het onderdeel InformationManagement verwijderd. Dit geldt voor zowel de table zelf, als voor de onderliggende individuele sites.
XML Voorbeeld MeasurementSiteTable beëindigd
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<stp:putDataInput
xmlns:ex="http://datex2.eu/schema/3/exchangeInformation"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:com="http://datex2.eu/schema/3/common"
xmlns:roa="http://datex2.eu/schema/3/MeasurementSite"
xmlns:loc="http://datex2.eu/schema/3/locationReferencing"
xmlns:stp="http://datex2.eu/wsdl/statefulPush/2020"
xmlns:mc="http://datex2.eu/schema/3/messageContainer"
xmlns:inf="http://datex2.eu/schema/3/informationManagement"
xmlns:nlx="http://datex2.eu/schema/3/nlxExtensions"
modelBaseVersion="3">
<mc:payload
xsi:type="roa:MeasurementSiteTablePublication" lang="nl" modelBaseVersion="3">
...
</mc:payload>
<mc:exchangeInformation modelBaseVersion="3">
<ex:exchangeContext>
<ex:codedExchangeProtocol>statefulPush</ex:codedExchangeProtocol>
<ex:exchangeSpecificationVersion>2020</ex:exchangeSpecificationVersion>
<ex:updateMethod>allElementUpdate</ex:updateMethod>
<ex:supplierOrCisRequester>
<ex:internationalIdentifier>
<com:country>NL</com:country>
<com:nationalIdentifier>NDWExample</com:nationalIdentifier>
</ex:internationalIdentifier>
</ex:supplierOrCisRequester>
</ex:exchangeContext>
<ex:dynamicInformation>
<ex:exchangeStatus>online</ex:exchangeStatus>
<ex:messageGenerationTimestamp>2023-12-08T09:48:50.713Z</ex:messageGenerationTimestamp>
<ex:sessionInformation>
<ex:sessionID>d674c9b2-e080-499d-8f1e-732b6e0e2fef</ex:sessionID>
</ex:sessionInformation>
</ex:dynamicInformation>
</mc:exchangeInformation>
<mc:informationManagement>
<inf:informationManagedResourceList>
<inf:elementReference>
<inf:managementStatus>closed</inf:managementStatus>
<inf:reference id="NDW99_001_MSTP"/>
<inf:_elementReferenceExtension>
<inf:elementReferenceExtended>
<nlx:d2ElementType>MeasurementSiteTable</nlx:d2ElementType>
<nlx:managementStatusChangeTime>2023-12-08T09:48:50.713Z</nlx:managementStatusChangeTime>
</inf:elementReferenceExtended>
</inf:_elementReferenceExtension>
</inf:elementReference>
</inf:informationManagedResourceList>
</mc:informationManagement>
</stp:putDataInput>
</soap:Body>
</soap:Envelope>
XML Voorbeeld MeasurementSite beëindigd
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<stp:putDataInput
xmlns:ex="http://datex2.eu/schema/3/exchangeInformation"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:com="http://datex2.eu/schema/3/common"
xmlns:vms="http://datex2.eu/schema/3/MeasurementSite"
xmlns:loc="http://datex2.eu/schema/3/locationReferencing"
xmlns:stp="http://datex2.eu/wsdl/statefulPush/2020"
xmlns:mc="http://datex2.eu/schema/3/messageContainer"
xmlns:inf="http://datex2.eu/schema/3/informationManagement"
xmlns:nlx="http://datex2.eu/schema/3/nlxExtensions"
modelBaseVersion="3">
<mc:payload
xsi:type="roa:MeasurementSiteTablePublication" lang="nl" modelBaseVersion="3">
...
</mc:payload>
<mc:exchangeInformation modelBaseVersion="3">
<ex:exchangeContext>
<ex:codedExchangeProtocol>statefulPush</ex:codedExchangeProtocol>
<ex:exchangeSpecificationVersion>2020</ex:exchangeSpecificationVersion>
<ex:updateMethod>allElementUpdate</ex:updateMethod>
<ex:supplierOrCisRequester>
<ex:internationalIdentifier>
<com:country>NL</com:country>
<com:nationalIdentifier>NDWExample</com:nationalIdentifier>
</ex:internationalIdentifier>
</ex:supplierOrCisRequester>
</ex:exchangeContext>
<ex:dynamicInformation>
<ex:exchangeStatus>online</ex:exchangeStatus>
<ex:messageGenerationTimestamp>2021-08-11T07:56:57.374114Z</ex:messageGenerationTimestamp>
<ex:sessionInformation>
<ex:sessionID>d674c9b2-e080-499d-8f1e-732b6e0e2fef</ex:sessionID>
</ex:sessionInformation>
</ex:dynamicInformation>
</mc:exchangeInformation>
<mc:informationManagement>
<inf:informationManagedResourceList>
<inf:elementReference>
<inf:managementStatus>closed</managementStatus>
<inf:reference id="GEOBR_R_0_RWSTI350"/>
<inf:_elementReferenceExtension>
<inf:elementReferenceExtended>
<nlx:d2ElementType></nlx:d2ElementType>
<nlx:managementStatusChangeTime>2020-11-04T09:30:47Z</nlx:managementStatusChangeTime>
</inf:elementReferenceExtended>
</inf:_elementReferenceExtension>
</inf:elementReference>
</inf:informationManagedResourceList>
</mc:informationManagement>
</stp:putDataInput>
</soap:Body>
</soap:Envelope>