3.1.4.2.3.6 t:ArrayOfArraysOfTrackingPropertiesType Complex Type

The ArrayOfArraysOfTrackingPropertiesType complex type specifies a property bag for storing errors that are returned through the web service.<25>

 <xs:complexType name="ArrayOfArraysOfTrackingPropertiesType">
   <xs:choice
     maxOccurs="unbounded"
     minOccurs="0"
   >
     <xs:element name="ArrayOfTrackingPropertiesType"
       type="t:ArrayOfTrackingPropertiesType"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists and describes the child elements of the ArrayOfArraysOfTrackingPropertiesType complex type.

Element name

Type

Description

ArrayOfTrackingPropertiesType

t:ArrayOfTrackingPropertiesType (section 2.2.4.2)

Specifies a list of one or more tracking properties.