2.2.4.53 t:PathToExceptionFieldType Complex Type

The t:PathToExceptionFieldType complex type specifies errors in a response. The PathToExceptionFieldType complex type extends the BasePathToElementType complex type, as specified in section 2.2.4.16.

 <xs:complexType name="PathToExceptionFieldType">
   <xs:complexContent>
     <xs:extension
       base="t:BasePathToElementType"
     >
       <xs:attribute name="FieldURI"
         type="t:ExceptionPropertyURIType"
         use="required"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

Attribute name

Type

Description

FieldURI

t:ExceptionPropertyURIType (section 2.2.5.13)

Specifies an offending property path in an error.