GET Tk-Ws/Export/GetOccurrencesByQueryAndTemplate?queryId={queryId}&transferFileId={transferFileId}

Get the list of Occurrences returned by running the Query with the specified id. The returned Occurrences only contain results for the Terms included in the specified Transfer File (if any)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
queryId

The id of the desired Query

globally unique identifier

Required

transferFileId

the id of the Transfer File to be used for exporting (if any)

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Occurrence
NameDescriptionTypeAdditional information
InvestigationStatus

The Investigation Status of the Occurrence Only for displaying purposes. There should be a Term Result containing the value for Investigation Status

string

None.

OperationType

The Operation Type of the Occurrence (Operational / Technical)

string

None.

ExplanatoryFactorResults

Collection of Explanatory Factors Results (results obtained from Explanatory Factors)

Collection of ExplanatoryFactorResult

None.

RiskAnalysis

The Risk Analysis attached to the current Occurrence

RiskAnalysis

None.

LinkedAtsNotifications

List of ATS Notifications linked to the current Occurrence

Collection of AtsNotification

None.

LinkedOccurrences

List of Occurrences linked to the current Occurrence

Collection of Occurrence

None.

Name

The Name of the Occurrence

string

None.

ReferenceNumber

The Reference Number of the Occurrence Only for displaying purposes when exporting occurrences When importing, the Reference Number will be automatically computed based on the current configuration

string

None.

ReferenceNumberPattern

The Reference Number Pattern configuration at the time when this entity was created. If later on, the Organization changes the Reference Number Configuration, this ReferenceNumberPattern shall be used to preserve the original reference number.

string

None.

Description

The description of the Occurrence

string

None.

DateOfOccurrence

Date of occurrence Only for displaying purposes. There should be a Term Result containing the value for Date of Occurrence

date

None.

TimeOfOccurrence

Time of occurrence Only for displaying purposes. There should be a Term Result containing the value for Time of Occurrence

time interval

None.

InputResults

Collection of Input Results (results obtained from Heidi Terms)

Collection of InputResult

None.

TreeControlResults

Collection of Tree Control Results (results obtained from Tree Controls)

Collection of TreeControlResult

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "InvestigationStatus": "sample string 1",
    "OperationType": "sample string 2",
    "ExplanatoryFactorResults": [
      {
        "ExplanatoryFactorId": "cc64518c-3d4b-4879-b918-244c64ab8041",
        "Name": "sample string 2",
        "TranslatedName": "sample string 3",
        "DisplayName": "sample string 4",
        "FactorRole": "sample string 5",
        "DestinationType": "sample string 6",
        "Comment": "sample string 7",
        "Index": 8,
        "OperationType": "sample string 9",
        "Barriers": [
          "24023b16-5476-43ee-a600-77cd22e60b9e",
          "d8f04de4-7d3b-4192-87bd-52b20c13229d"
        ]
      },
      {
        "ExplanatoryFactorId": "cc64518c-3d4b-4879-b918-244c64ab8041",
        "Name": "sample string 2",
        "TranslatedName": "sample string 3",
        "DisplayName": "sample string 4",
        "FactorRole": "sample string 5",
        "DestinationType": "sample string 6",
        "Comment": "sample string 7",
        "Index": 8,
        "OperationType": "sample string 9",
        "Barriers": [
          "24023b16-5476-43ee-a600-77cd22e60b9e",
          "d8f04de4-7d3b-4192-87bd-52b20c13229d"
        ]
      }
    ],
    "RiskAnalysis": {
      "Id": "3b45ca94-2386-41b9-905e-69446e42f3f1",
      "Description": "sample string 2",
      "ModeValue": "sample string 3",
      "Mode": 0,
      "ShowATMGroundContribution": true,
      "ATMGroundContributionValue": "sample string 5",
      "ATMGroundContribution": "38a322a2-7bf8-47b7-83ae-f973ab2dca0b",
      "ReferenceNumber": "sample string 7",
      "OccurrenceDate": "2025-05-17T16:33:21.5633751+02:00",
      "DateCreated": "2025-05-17T16:33:21.5633751+02:00",
      "DateLastModified": "2025-05-17T16:33:21.5633751+02:00",
      "OccurrenceTime": "00:00:00.1234567",
      "TypeValue": "sample string 8",
      "Type": 0,
      "Name": "sample string 9",
      "EnableReliableSeverityScoring": true,
      "Risk": "sample string 11",
      "RiskGround": "sample string 12",
      "RiskFinal": "sample string 13",
      "RiskGroundFinal": "sample string 14",
      "RiskFinalDetails": "sample string 15",
      "RiskGroundFinalDetails": "sample string 16",
      "ShowFinalValues": true,
      "RF": 18.1,
      "RFSeverity": 19.1,
      "RFRepeatability": 20.1,
      "RFGround": 21.1,
      "RFGroundSeverity": 22.1,
      "RFGroundRepeatability": 23.1,
      "RiskVerticalAlignment": "sample string 24",
      "RiskHorizontalAlignment": "sample string 25",
      "RiskGroundVerticalAlignment": "sample string 26",
      "RiskGroundHorizontalAlignment": "sample string 27",
      "SeverityTotal": 1,
      "SeverityGroundTotal": 1,
      "RepeatabilityTotal": 1,
      "RepeatabilityGroundTotal": 1,
      "SeverityLookup": "sample string 28",
      "SeverityRange": "sample string 29",
      "Code": "sample string 30",
      "Duration": "sample string 31",
      "RiskAnalysisTemplateName": "sample string 32",
      "RiskAnalysisTemplateId": "e4c20b22-0de7-449e-ae3d-5c0f1d6e5dc3",
      "UserId": "fa181254-aeda-419b-8ac5-6958a8fd7779",
      "UnitId": "bd2dcfe7-2ef1-49a8-9e26-368bdb328d44",
      "OrganizationId": "c4d9cdd9-e8e3-4d41-801d-05b621ac4003",
      "CriterionResults": [
        {
          "Id": "b4acbf3e-d1cd-48f0-b3cb-05d1891f8536",
          "GroundScore": 1,
          "AirborneScore": 1,
          "ReliabilityCoefficient": 2,
          "ReliabilityCoefficientForGround": 3,
          "CategoryValue": "sample string 4",
          "Category": 0,
          "IgnoreGroundAtTotal": true,
          "GroundAirborneExclusion": true,
          "GroundAnswerValue": "sample string 7",
          "GroundAnswerId": "27b8330e-5cfb-4fbd-8891-420377f9c10c",
          "AirborneAnswerValue": "sample string 8",
          "AirborneAnswerId": "8fde9b29-1b98-42c4-b2b7-067b40a6cb1f",
          "Comment": "sample string 9",
          "CriterionName": "sample string 10",
          "CriterionId": "8647cf45-5628-42c3-991a-a458273b6fed",
          "TopicName": "sample string 12",
          "TopicId": "a0c26c4f-ca5f-4e10-a211-525538e15710"
        },
        {
          "Id": "b4acbf3e-d1cd-48f0-b3cb-05d1891f8536",
          "GroundScore": 1,
          "AirborneScore": 1,
          "ReliabilityCoefficient": 2,
          "ReliabilityCoefficientForGround": 3,
          "CategoryValue": "sample string 4",
          "Category": 0,
          "IgnoreGroundAtTotal": true,
          "GroundAirborneExclusion": true,
          "GroundAnswerValue": "sample string 7",
          "GroundAnswerId": "27b8330e-5cfb-4fbd-8891-420377f9c10c",
          "AirborneAnswerValue": "sample string 8",
          "AirborneAnswerId": "8fde9b29-1b98-42c4-b2b7-067b40a6cb1f",
          "Comment": "sample string 9",
          "CriterionName": "sample string 10",
          "CriterionId": "8647cf45-5628-42c3-991a-a458273b6fed",
          "TopicName": "sample string 12",
          "TopicId": "a0c26c4f-ca5f-4e10-a211-525538e15710"
        }
      ],
      "MatrixCriterionResults": [
        {
          "Id": "1c0e7457-27de-4191-a1a7-e4a324265432",
          "GroundScore": 1,
          "AirborneScore": 1,
          "ReliabilityCoefficient": 2,
          "ReliabilityCoefficientForGround": 3,
          "CategoryValue": "sample string 4",
          "Category": 0,
          "IgnoreGroundAtTotal": true,
          "SelectedMethodValue": "sample string 6",
          "SelectedMethodId": "8de6e48d-f00b-4df9-b892-c6d0f55267ee",
          "SelectedSituationValue": "sample string 7",
          "SelectedSituationId": "d604c782-b2e2-40be-85a8-1dd564beb37e",
          "Comment": "sample string 8",
          "MatrixCriterionName": "sample string 9",
          "MatrixCriterionId": "a58c91c3-202a-4cde-b546-22a44cdd15b5",
          "TopicName": "sample string 11",
          "TopicId": "d03641a2-b576-4f4b-98f8-188e4ba7d7ce"
        },
        {
          "Id": "1c0e7457-27de-4191-a1a7-e4a324265432",
          "GroundScore": 1,
          "AirborneScore": 1,
          "ReliabilityCoefficient": 2,
          "ReliabilityCoefficientForGround": 3,
          "CategoryValue": "sample string 4",
          "Category": 0,
          "IgnoreGroundAtTotal": true,
          "SelectedMethodValue": "sample string 6",
          "SelectedMethodId": "8de6e48d-f00b-4df9-b892-c6d0f55267ee",
          "SelectedSituationValue": "sample string 7",
          "SelectedSituationId": "d604c782-b2e2-40be-85a8-1dd564beb37e",
          "Comment": "sample string 8",
          "MatrixCriterionName": "sample string 9",
          "MatrixCriterionId": "a58c91c3-202a-4cde-b546-22a44cdd15b5",
          "TopicName": "sample string 11",
          "TopicId": "d03641a2-b576-4f4b-98f8-188e4ba7d7ce"
        }
      ],
      "ReferenceNumberPattern": "sample string 37"
    },
    "LinkedAtsNotifications": [
      {
        "$id": "2",
        "ReportStatus": "sample string 1",
        "DateSubmitted": "2025-05-17T16:33:21.5633751+02:00",
        "Name": "sample string 2",
        "ReferenceNumber": "sample string 3",
        "ReferenceNumberPattern": "sample string 4",
        "Description": "sample string 5",
        "DateOfOccurrence": "2025-05-17T16:33:21.5633751+02:00",
        "TimeOfOccurrence": "00:00:00.1234567",
        "InputResults": [
          {
            "TermId": "0fc7ec6b-9b1c-492c-84c0-038a506231ce",
            "AutomaticResult": true,
            "InputId": "f646c1ea-6f00-4da3-8d58-380543c7b70b",
            "Name": "sample string 4",
            "Index": 5,
            "Value": "sample string 6"
          },
          {
            "TermId": "0fc7ec6b-9b1c-492c-84c0-038a506231ce",
            "AutomaticResult": true,
            "InputId": "f646c1ea-6f00-4da3-8d58-380543c7b70b",
            "Name": "sample string 4",
            "Index": 5,
            "Value": "sample string 6"
          }
        ],
        "TreeControlResults": [
          {
            "TreeControlId": "9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121",
            "Name": "sample string 2",
            "TranslatedName": "sample string 3",
            "DisplayName": "sample string 4",
            "OtherText": "sample string 5",
            "Index": 6
          },
          {
            "TreeControlId": "9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121",
            "Name": "sample string 2",
            "TranslatedName": "sample string 3",
            "DisplayName": "sample string 4",
            "OtherText": "sample string 5",
            "Index": 6
          }
        ]
      },
      {
        "$ref": "2"
      }
    ],
    "LinkedOccurrences": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "Name": "sample string 3",
    "ReferenceNumber": "sample string 4",
    "ReferenceNumberPattern": "sample string 5",
    "Description": "sample string 6",
    "DateOfOccurrence": "2025-05-17T16:33:21.5633751+02:00",
    "TimeOfOccurrence": "00:00:00.1234567",
    "InputResults": [
      {
        "TermId": "0fc7ec6b-9b1c-492c-84c0-038a506231ce",
        "AutomaticResult": true,
        "InputId": "f646c1ea-6f00-4da3-8d58-380543c7b70b",
        "Name": "sample string 4",
        "Index": 5,
        "Value": "sample string 6"
      },
      {
        "TermId": "0fc7ec6b-9b1c-492c-84c0-038a506231ce",
        "AutomaticResult": true,
        "InputId": "f646c1ea-6f00-4da3-8d58-380543c7b70b",
        "Name": "sample string 4",
        "Index": 5,
        "Value": "sample string 6"
      }
    ],
    "TreeControlResults": [
      {
        "TreeControlId": "9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121",
        "Name": "sample string 2",
        "TranslatedName": "sample string 3",
        "DisplayName": "sample string 4",
        "OtherText": "sample string 5",
        "Index": 6
      },
      {
        "TreeControlId": "9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121",
        "Name": "sample string 2",
        "TranslatedName": "sample string 3",
        "DisplayName": "sample string 4",
        "OtherText": "sample string 5",
        "Index": 6
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOccurrenceWsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Entities">
  <OccurrenceWsDto z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <DateOfOccurrence>2025-05-17T16:33:21.5633751+02:00</DateOfOccurrence>
    <Description>sample string 6</Description>
    <InputResults xmlns:d3p1="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Results">
      <d3p1:InputResultWsDto>
        <d3p1:AutomaticResult>true</d3p1:AutomaticResult>
        <d3p1:Index>5</d3p1:Index>
        <d3p1:InputId>f646c1ea-6f00-4da3-8d58-380543c7b70b</d3p1:InputId>
        <d3p1:Name>sample string 4</d3p1:Name>
        <d3p1:TermId>0fc7ec6b-9b1c-492c-84c0-038a506231ce</d3p1:TermId>
        <d3p1:Value>sample string 6</d3p1:Value>
      </d3p1:InputResultWsDto>
      <d3p1:InputResultWsDto>
        <d3p1:AutomaticResult>true</d3p1:AutomaticResult>
        <d3p1:Index>5</d3p1:Index>
        <d3p1:InputId>f646c1ea-6f00-4da3-8d58-380543c7b70b</d3p1:InputId>
        <d3p1:Name>sample string 4</d3p1:Name>
        <d3p1:TermId>0fc7ec6b-9b1c-492c-84c0-038a506231ce</d3p1:TermId>
        <d3p1:Value>sample string 6</d3p1:Value>
      </d3p1:InputResultWsDto>
    </InputResults>
    <Name>sample string 3</Name>
    <ReferenceNumber>sample string 4</ReferenceNumber>
    <ReferenceNumberPattern>sample string 5</ReferenceNumberPattern>
    <TimeOfOccurrence>PT0.1234567S</TimeOfOccurrence>
    <TreeControlResults xmlns:d3p1="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Results">
      <d3p1:TreeControlResultWsDto>
        <d3p1:DisplayName>sample string 4</d3p1:DisplayName>
        <d3p1:Index>6</d3p1:Index>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:OtherText>sample string 5</d3p1:OtherText>
        <d3p1:TranslatedName>sample string 3</d3p1:TranslatedName>
        <d3p1:TreeControlId>9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121</d3p1:TreeControlId>
      </d3p1:TreeControlResultWsDto>
      <d3p1:TreeControlResultWsDto>
        <d3p1:DisplayName>sample string 4</d3p1:DisplayName>
        <d3p1:Index>6</d3p1:Index>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:OtherText>sample string 5</d3p1:OtherText>
        <d3p1:TranslatedName>sample string 3</d3p1:TranslatedName>
        <d3p1:TreeControlId>9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121</d3p1:TreeControlId>
      </d3p1:TreeControlResultWsDto>
    </TreeControlResults>
    <ExplanatoryFactorResults xmlns:d3p1="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Results">
      <d3p1:ExplanatoryFactorResultWsDto>
        <d3p1:Barriers xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:guid>24023b16-5476-43ee-a600-77cd22e60b9e</d5p1:guid>
          <d5p1:guid>d8f04de4-7d3b-4192-87bd-52b20c13229d</d5p1:guid>
        </d3p1:Barriers>
        <d3p1:Comment>sample string 7</d3p1:Comment>
        <d3p1:DestinationType>sample string 6</d3p1:DestinationType>
        <d3p1:DisplayName>sample string 4</d3p1:DisplayName>
        <d3p1:ExplanatoryFactorId>cc64518c-3d4b-4879-b918-244c64ab8041</d3p1:ExplanatoryFactorId>
        <d3p1:FactorRole>sample string 5</d3p1:FactorRole>
        <d3p1:Index>8</d3p1:Index>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:OperationType>sample string 9</d3p1:OperationType>
        <d3p1:TranslatedName>sample string 3</d3p1:TranslatedName>
      </d3p1:ExplanatoryFactorResultWsDto>
      <d3p1:ExplanatoryFactorResultWsDto>
        <d3p1:Barriers xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:guid>24023b16-5476-43ee-a600-77cd22e60b9e</d5p1:guid>
          <d5p1:guid>d8f04de4-7d3b-4192-87bd-52b20c13229d</d5p1:guid>
        </d3p1:Barriers>
        <d3p1:Comment>sample string 7</d3p1:Comment>
        <d3p1:DestinationType>sample string 6</d3p1:DestinationType>
        <d3p1:DisplayName>sample string 4</d3p1:DisplayName>
        <d3p1:ExplanatoryFactorId>cc64518c-3d4b-4879-b918-244c64ab8041</d3p1:ExplanatoryFactorId>
        <d3p1:FactorRole>sample string 5</d3p1:FactorRole>
        <d3p1:Index>8</d3p1:Index>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:OperationType>sample string 9</d3p1:OperationType>
        <d3p1:TranslatedName>sample string 3</d3p1:TranslatedName>
      </d3p1:ExplanatoryFactorResultWsDto>
    </ExplanatoryFactorResults>
    <InvestigationStatus>sample string 1</InvestigationStatus>
    <LinkedAtsNotifications>
      <AtsNotificationWsDto z:Id="i2">
        <DateOfOccurrence>2025-05-17T16:33:21.5633751+02:00</DateOfOccurrence>
        <Description>sample string 5</Description>
        <InputResults xmlns:d5p1="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Results">
          <d5p1:InputResultWsDto>
            <d5p1:AutomaticResult>true</d5p1:AutomaticResult>
            <d5p1:Index>5</d5p1:Index>
            <d5p1:InputId>f646c1ea-6f00-4da3-8d58-380543c7b70b</d5p1:InputId>
            <d5p1:Name>sample string 4</d5p1:Name>
            <d5p1:TermId>0fc7ec6b-9b1c-492c-84c0-038a506231ce</d5p1:TermId>
            <d5p1:Value>sample string 6</d5p1:Value>
          </d5p1:InputResultWsDto>
          <d5p1:InputResultWsDto>
            <d5p1:AutomaticResult>true</d5p1:AutomaticResult>
            <d5p1:Index>5</d5p1:Index>
            <d5p1:InputId>f646c1ea-6f00-4da3-8d58-380543c7b70b</d5p1:InputId>
            <d5p1:Name>sample string 4</d5p1:Name>
            <d5p1:TermId>0fc7ec6b-9b1c-492c-84c0-038a506231ce</d5p1:TermId>
            <d5p1:Value>sample string 6</d5p1:Value>
          </d5p1:InputResultWsDto>
        </InputResults>
        <Name>sample string 2</Name>
        <ReferenceNumber>sample string 3</ReferenceNumber>
        <ReferenceNumberPattern>sample string 4</ReferenceNumberPattern>
        <TimeOfOccurrence>PT0.1234567S</TimeOfOccurrence>
        <TreeControlResults xmlns:d5p1="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Results">
          <d5p1:TreeControlResultWsDto>
            <d5p1:DisplayName>sample string 4</d5p1:DisplayName>
            <d5p1:Index>6</d5p1:Index>
            <d5p1:Name>sample string 2</d5p1:Name>
            <d5p1:OtherText>sample string 5</d5p1:OtherText>
            <d5p1:TranslatedName>sample string 3</d5p1:TranslatedName>
            <d5p1:TreeControlId>9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121</d5p1:TreeControlId>
          </d5p1:TreeControlResultWsDto>
          <d5p1:TreeControlResultWsDto>
            <d5p1:DisplayName>sample string 4</d5p1:DisplayName>
            <d5p1:Index>6</d5p1:Index>
            <d5p1:Name>sample string 2</d5p1:Name>
            <d5p1:OtherText>sample string 5</d5p1:OtherText>
            <d5p1:TranslatedName>sample string 3</d5p1:TranslatedName>
            <d5p1:TreeControlId>9b3ffc6b-89b4-4e3c-bd1e-7a8ea4cfd121</d5p1:TreeControlId>
          </d5p1:TreeControlResultWsDto>
        </TreeControlResults>
        <DateSubmitted>2025-05-17T16:33:21.5633751+02:00</DateSubmitted>
        <ReportStatus>sample string 1</ReportStatus>
      </AtsNotificationWsDto>
      <AtsNotificationWsDto z:Ref="i2" />
    </LinkedAtsNotifications>
    <LinkedOccurrences>
      <OccurrenceWsDto z:Ref="i1" />
      <OccurrenceWsDto z:Ref="i1" />
    </LinkedOccurrences>
    <OperationType>sample string 2</OperationType>
    <RiskAnalysis>
      <ATMGroundContribution>38a322a2-7bf8-47b7-83ae-f973ab2dca0b</ATMGroundContribution>
      <ATMGroundContributionValue>sample string 5</ATMGroundContributionValue>
      <Code>sample string 30</Code>
      <CriterionResults xmlns:d4p1="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Results">
        <d4p1:CriterionResultWsDto>
          <d4p1:AirborneAnswerId>8fde9b29-1b98-42c4-b2b7-067b40a6cb1f</d4p1:AirborneAnswerId>
          <d4p1:AirborneAnswerValue>sample string 8</d4p1:AirborneAnswerValue>
          <d4p1:AirborneScore>1</d4p1:AirborneScore>
          <d4p1:Category>Severity</d4p1:Category>
          <d4p1:CategoryValue>sample string 4</d4p1:CategoryValue>
          <d4p1:Comment>sample string 9</d4p1:Comment>
          <d4p1:CriterionId>8647cf45-5628-42c3-991a-a458273b6fed</d4p1:CriterionId>
          <d4p1:CriterionName>sample string 10</d4p1:CriterionName>
          <d4p1:GroundAirborneExclusion>true</d4p1:GroundAirborneExclusion>
          <d4p1:GroundAnswerId>27b8330e-5cfb-4fbd-8891-420377f9c10c</d4p1:GroundAnswerId>
          <d4p1:GroundAnswerValue>sample string 7</d4p1:GroundAnswerValue>
          <d4p1:GroundScore>1</d4p1:GroundScore>
          <d4p1:Id>b4acbf3e-d1cd-48f0-b3cb-05d1891f8536</d4p1:Id>
          <d4p1:IgnoreGroundAtTotal>true</d4p1:IgnoreGroundAtTotal>
          <d4p1:ReliabilityCoefficient>2</d4p1:ReliabilityCoefficient>
          <d4p1:ReliabilityCoefficientForGround>3</d4p1:ReliabilityCoefficientForGround>
          <d4p1:TopicId>a0c26c4f-ca5f-4e10-a211-525538e15710</d4p1:TopicId>
          <d4p1:TopicName>sample string 12</d4p1:TopicName>
        </d4p1:CriterionResultWsDto>
        <d4p1:CriterionResultWsDto>
          <d4p1:AirborneAnswerId>8fde9b29-1b98-42c4-b2b7-067b40a6cb1f</d4p1:AirborneAnswerId>
          <d4p1:AirborneAnswerValue>sample string 8</d4p1:AirborneAnswerValue>
          <d4p1:AirborneScore>1</d4p1:AirborneScore>
          <d4p1:Category>Severity</d4p1:Category>
          <d4p1:CategoryValue>sample string 4</d4p1:CategoryValue>
          <d4p1:Comment>sample string 9</d4p1:Comment>
          <d4p1:CriterionId>8647cf45-5628-42c3-991a-a458273b6fed</d4p1:CriterionId>
          <d4p1:CriterionName>sample string 10</d4p1:CriterionName>
          <d4p1:GroundAirborneExclusion>true</d4p1:GroundAirborneExclusion>
          <d4p1:GroundAnswerId>27b8330e-5cfb-4fbd-8891-420377f9c10c</d4p1:GroundAnswerId>
          <d4p1:GroundAnswerValue>sample string 7</d4p1:GroundAnswerValue>
          <d4p1:GroundScore>1</d4p1:GroundScore>
          <d4p1:Id>b4acbf3e-d1cd-48f0-b3cb-05d1891f8536</d4p1:Id>
          <d4p1:IgnoreGroundAtTotal>true</d4p1:IgnoreGroundAtTotal>
          <d4p1:ReliabilityCoefficient>2</d4p1:ReliabilityCoefficient>
          <d4p1:ReliabilityCoefficientForGround>3</d4p1:ReliabilityCoefficientForGround>
          <d4p1:TopicId>a0c26c4f-ca5f-4e10-a211-525538e15710</d4p1:TopicId>
          <d4p1:TopicName>sample string 12</d4p1:TopicName>
        </d4p1:CriterionResultWsDto>
      </CriterionResults>
      <DateCreated>2025-05-17T16:33:21.5633751+02:00</DateCreated>
      <DateLastModified>2025-05-17T16:33:21.5633751+02:00</DateLastModified>
      <Description>sample string 2</Description>
      <Duration>sample string 31</Duration>
      <EnableReliableSeverityScoring>true</EnableReliableSeverityScoring>
      <Id>3b45ca94-2386-41b9-905e-69446e42f3f1</Id>
      <MatrixCriterionResults xmlns:d4p1="http://schemas.datacontract.org/2004/07/Core.WebService.Dto.Ws.TaxonomyRecords.Results">
        <d4p1:MatrixCriterionResultWsDto>
          <d4p1:AirborneScore>1</d4p1:AirborneScore>
          <d4p1:Category>Severity</d4p1:Category>
          <d4p1:CategoryValue>sample string 4</d4p1:CategoryValue>
          <d4p1:Comment>sample string 8</d4p1:Comment>
          <d4p1:GroundScore>1</d4p1:GroundScore>
          <d4p1:Id>1c0e7457-27de-4191-a1a7-e4a324265432</d4p1:Id>
          <d4p1:IgnoreGroundAtTotal>true</d4p1:IgnoreGroundAtTotal>
          <d4p1:MatrixCriterionId>a58c91c3-202a-4cde-b546-22a44cdd15b5</d4p1:MatrixCriterionId>
          <d4p1:MatrixCriterionName>sample string 9</d4p1:MatrixCriterionName>
          <d4p1:ReliabilityCoefficient>2</d4p1:ReliabilityCoefficient>
          <d4p1:ReliabilityCoefficientForGround>3</d4p1:ReliabilityCoefficientForGround>
          <d4p1:SelectedMethodId>8de6e48d-f00b-4df9-b892-c6d0f55267ee</d4p1:SelectedMethodId>
          <d4p1:SelectedMethodValue>sample string 6</d4p1:SelectedMethodValue>
          <d4p1:SelectedSituationId>d604c782-b2e2-40be-85a8-1dd564beb37e</d4p1:SelectedSituationId>
          <d4p1:SelectedSituationValue>sample string 7</d4p1:SelectedSituationValue>
          <d4p1:TopicId>d03641a2-b576-4f4b-98f8-188e4ba7d7ce</d4p1:TopicId>
          <d4p1:TopicName>sample string 11</d4p1:TopicName>
        </d4p1:MatrixCriterionResultWsDto>
        <d4p1:MatrixCriterionResultWsDto>
          <d4p1:AirborneScore>1</d4p1:AirborneScore>
          <d4p1:Category>Severity</d4p1:Category>
          <d4p1:CategoryValue>sample string 4</d4p1:CategoryValue>
          <d4p1:Comment>sample string 8</d4p1:Comment>
          <d4p1:GroundScore>1</d4p1:GroundScore>
          <d4p1:Id>1c0e7457-27de-4191-a1a7-e4a324265432</d4p1:Id>
          <d4p1:IgnoreGroundAtTotal>true</d4p1:IgnoreGroundAtTotal>
          <d4p1:MatrixCriterionId>a58c91c3-202a-4cde-b546-22a44cdd15b5</d4p1:MatrixCriterionId>
          <d4p1:MatrixCriterionName>sample string 9</d4p1:MatrixCriterionName>
          <d4p1:ReliabilityCoefficient>2</d4p1:ReliabilityCoefficient>
          <d4p1:ReliabilityCoefficientForGround>3</d4p1:ReliabilityCoefficientForGround>
          <d4p1:SelectedMethodId>8de6e48d-f00b-4df9-b892-c6d0f55267ee</d4p1:SelectedMethodId>
          <d4p1:SelectedMethodValue>sample string 6</d4p1:SelectedMethodValue>
          <d4p1:SelectedSituationId>d604c782-b2e2-40be-85a8-1dd564beb37e</d4p1:SelectedSituationId>
          <d4p1:SelectedSituationValue>sample string 7</d4p1:SelectedSituationValue>
          <d4p1:TopicId>d03641a2-b576-4f4b-98f8-188e4ba7d7ce</d4p1:TopicId>
          <d4p1:TopicName>sample string 11</d4p1:TopicName>
        </d4p1:MatrixCriterionResultWsDto>
      </MatrixCriterionResults>
      <Mode>Quantitative</Mode>
      <ModeValue>sample string 3</ModeValue>
      <Name>sample string 9</Name>
      <OccurrenceDate>2025-05-17T16:33:21.5633751+02:00</OccurrenceDate>
      <OccurrenceTime>PT0.1234567S</OccurrenceTime>
      <OrganizationId>c4d9cdd9-e8e3-4d41-801d-05b621ac4003</OrganizationId>
      <RF>18.1</RF>
      <RFGround>21.1</RFGround>
      <RFGroundRepeatability>23.1</RFGroundRepeatability>
      <RFGroundSeverity>22.1</RFGroundSeverity>
      <RFRepeatability>20.1</RFRepeatability>
      <RFSeverity>19.1</RFSeverity>
      <ReferenceNumber>sample string 7</ReferenceNumber>
      <ReferenceNumberPattern>sample string 37</ReferenceNumberPattern>
      <RepeatabilityGroundTotal>1</RepeatabilityGroundTotal>
      <RepeatabilityTotal>1</RepeatabilityTotal>
      <Risk>sample string 11</Risk>
      <RiskAnalysisTemplateId>e4c20b22-0de7-449e-ae3d-5c0f1d6e5dc3</RiskAnalysisTemplateId>
      <RiskAnalysisTemplateName>sample string 32</RiskAnalysisTemplateName>
      <RiskFinal>sample string 13</RiskFinal>
      <RiskFinalDetails>sample string 15</RiskFinalDetails>
      <RiskGround>sample string 12</RiskGround>
      <RiskGroundFinal>sample string 14</RiskGroundFinal>
      <RiskGroundFinalDetails>sample string 16</RiskGroundFinalDetails>
      <RiskGroundHorizontalAlignment>sample string 27</RiskGroundHorizontalAlignment>
      <RiskGroundVerticalAlignment>sample string 26</RiskGroundVerticalAlignment>
      <RiskHorizontalAlignment>sample string 25</RiskHorizontalAlignment>
      <RiskVerticalAlignment>sample string 24</RiskVerticalAlignment>
      <SeverityGroundTotal>1</SeverityGroundTotal>
      <SeverityLookup>sample string 28</SeverityLookup>
      <SeverityRange>sample string 29</SeverityRange>
      <SeverityTotal>1</SeverityTotal>
      <ShowATMGroundContribution>true</ShowATMGroundContribution>
      <ShowFinalValues>true</ShowFinalValues>
      <Type>Operational</Type>
      <TypeValue>sample string 8</TypeValue>
      <UnitId>bd2dcfe7-2ef1-49a8-9e26-368bdb328d44</UnitId>
      <UserId>fa181254-aeda-419b-8ac5-6958a8fd7779</UserId>
    </RiskAnalysis>
  </OccurrenceWsDto>
  <OccurrenceWsDto z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfOccurrenceWsDto>