emma:endpoint.attribs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
emma:endpoint-address xs:anyURI optional
emma:endpoint-pair-ref xs:anyURI optional
emma:endpoint-role restriction of xs:NMTOKEN optional
emma:media-type xs:string optional
emma:medium restriction of xs:NMTOKENS optional
emma:message-id xs:anyURI optional
emma:mode xs:NMTOKENS optional
emma:port-num xs:nonNegativeInteger optional
emma:port-type xs:QName optional
emma:service-name xs:string optional
id xs:ID required

Used By

Complex Type emma:endpoint

Source

<xs:attributeGroup name="endpoint.attribs">
  <xs:attribute name="id" type="xs:ID" use="required"/>
  <xs:attribute ref="emma:endpoint-role"/>
  <xs:attribute ref="emma:endpoint-address"/>
  <xs:attribute ref="emma:message-id"/>
  <xs:attribute ref="emma:port-num"/>
  <xs:attribute ref="emma:port-type"/>
  <xs:attribute ref="emma:endpoint-pair-ref"/>
  <xs:attribute ref="emma:service-name"/>
  <xs:attribute ref="emma:media-type"/>
  <xs:attribute ref="emma:medium"/>
  <xs:attribute ref="emma:mode"/>
</xs:attributeGroup>