Expand Minimize
This topic has not yet been rated - Rate this topic

2.2.4.43 t:ArrayOfPhoneEntitiesType Complex Type

The ArrayOfPhoneEntitiesType complex type specifies an array of phone entities.<76>

<xs:complexType name="ArrayOfPhoneEntitiesType">
  <xs:sequence>
    <xs:element name="Phone" type="t:PhoneEntityType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>

Phone: An element of type PhoneEntityType, as defined in section 2.2.4.44, that specifies a phone entity.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.