Constraint Descriptor : constraintRegistryResponseStatus_CrossGatewayRetrieve (type: ERROR, kind: )

Constraint : constraintRegistryResponseStatus_CrossGatewayRetrieve

Constraint Name
constraintRegistryResponseStatus_CrossGatewayRetrieve (type: ERROR, kind: )
Constraint Class
RegistryResponseSpec6
Package
CrossGatewayRetrieveError
Description
accepted status on CrossGatewayRetrieve Response are Failure, PartialSuccess or Success for Provide and register transaction (TF_Rev8.0_Vol3_FT Table 4.1-15)
OCL
(not self.status.oclIsUndefined()) and (
self.status='urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Failure' or
self.status='urn:ihe:iti:2007:ResponseStatusType:PartialSuccess' or
self.status='urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Success'
)