Commit e92ed105 authored by rengasamise's avatar rengasamise
Browse files

RemotePOI Fault CR0583

parent a367a897
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -412,7 +412,7 @@
        <xs:element name="TaskDetails" type="x1:TaskDetails"/>
        <xs:element name="TaskStatus" type="x1:TaskStatus" minOccurs="0"/>
        <xs:element name="LastTaskStatusTime" type="common:QualifiedMicrosecondDateTime" minOccurs="0"/>
        <xs:element name="FailedTriggeringMessage" type="LastTaskStatusTime" minOccurs="0"/>
        <xs:element name="FailedTriggeringMessage" type="x1:RequestMessageType" minOccurs="0"/>
        <xs:element name="ErrorDetectionTime" type="common:QualifiedMicrosecondDateTime"/>
        <xs:element name="POIErrorCode" type="POIErrorCodes" minOccurs="0"/>
    </xs:sequence>
@@ -434,7 +434,7 @@

  <xs:complexType name="POIErrorCodes">
    <xs:choice>
      <xs:element name="TopLevelError" type="x1:TopLevelError"></xs:element>
      <xs:element name="TopLevelError" type="x1:TopLevelErrorResponse"></xs:element>
      <xs:element name="ErrorInformation" type="x1:ErrorInformation"></xs:element>
    </xs:choice>
  </xs:complexType>