2.2.4.2 t:ArrayOfTrackingPropertiesType Complex Type
The ArrayOfTrackingPropertiesType complex type specifies a list of one or more tracking properties.<3>
-
<xs:complexType name="ArrayOfTrackingPropertiesType"> <xs:choice maxOccurs="unbounded" minOccurs="0" > <xs:element name="TrackingPropertyType" type="t:TrackingPropertyType" /> </xs:choice> </xs:complexType>
The following table lists and describes the child elements of the ArrayOfTrackingPropertiesType complex type.
Element name |
Type |
Description |
---|---|---|
TrackingPropertyType |
t:TrackingPropertyType (section 2.2.4.1) |
Specifies a name/value pair of strings that is used to create properties for message tracking reports. |