2.2.1.9 LocalAddr, RemoteAddr, and RelayAddress Elements
LocalAddr, RemoteAddr, and RelayAddress elements contain IP address-related information for an endpoint in the dialog. The type for these elements is AddrType.
The AddrType type is defined as follows<69>:
-
<xs:complexType name="AddrType"> <xs:sequence> <xs:element name="IPAddr" type="xs:string"/> <xs:element name="Port" type="xs:unsignedShort" minOccurs="0"/> <xs:element name="Inside" type="xs:boolean" minOccurs="0"/> <xs:element name="SubnetMask" type="xs:string" minOccurs="0"/> <xs:element ref="v2:MACAddr" minOccurs="0" /> <xs:sequence minOccurs="0"> <xs:element ref="v2:Separator"></xs:element> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType> <xs:element name="MACAddr" type="xs:string"/>
-
<xs:element name="Separator"> <xs:complexType></xs:complexType> </xs:element>