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 |
Complex Type | emma:endpoint |
<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> |