An emma:endpoint-info element is a container for information about the communications environment.
Element Definition
XML | Copy Code |
---|---|
<xs:complexType name="endpoint-info"> <xs:choice maxOccurs="unbounded"> <xs:element ref="emma:endpoint" /> </xs:choice> <xs:attribute name="id" type="xs:ID" use="required" /> </xs:complexType> |
Parent Element
Remarks
An emma:endpoint-info element contains one or more references to emma:endpoint elements, each of which contains a reference to an emma:endpoint.attribs attribute group. The emma:endpoint.attribs attribute group can be used to hold information about the endpoint such as address and port number, as well as application-specific annotations.