2.2.4.48 t:NonEmptyArrayOfPathsToElementType Complex Type

The NonEmptyArrayOfPathsToElementType complex type specifies additional properties to be returned in a response.

 <xs:complexType name="NonEmptyArrayOfPathsToElementType">
   <xs:choice
     maxOccurs="unbounded"
   >
     <xs:element
       ref="t:Path"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists the child elements of the NonEmptyArrayOfPathsToElementType complex type.

Element name

Type

Description

t:Path

t:BasePathToElementType (section 2.2.4.16)

Specifies a property to be returned in a response.