An exch:application-reference with the two optional attributes system and family-id added. System describes which OPS system sent the response / should handle the request. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
appl-type | xs:string | optional | ||||
doc-id | xs:string | optional | ||||
id | xs:ID | optional | ||||
is-representative | xs:string | optional | ||||
system | xs:string | optional |
Element | ops:application-reference |
<xs:complexType name="application-referenceType"> <xs:annotation> <xs:documentation>An exch:application-reference with the two optional attributes system and family-id added. System describes which OPS system sent the response / should handle the request.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="exch:application-referenceType"> <xs:attribute name="system" type="xs:string" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |