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

Constraint : constraintXDSFolder_uniqueId_unique

Constraint Name
constraintXDSFolder_uniqueId_unique (type: ERROR, kind: )
Constraint Class
XDSFolderConstraints
Package
rimihe
Description
the uniqueId of XDSFolder is unique (IHE_ITI_TF V3, 4.2.3.4.9)
OCL
self.RegistryPackage->select(
		rp : RegistryPackageType | 
			( 
				rp.classification->select(
					cl : ClassificationType | (not cl.classificationNode.oclIsUndefined()) and (cl.classificationNode='urn:uuid:d9d542f3-6cc4-48b6-8870-ea235fbc94c2') and (not cl.classifiedObject.oclIsUndefined()) and (cl.classifiedObject=rp.id)
				)->size()>0)
			or
			(
				self.Classification->select(
					cl : ClassificationType | (not cl.classificationNode.oclIsUndefined()) and (cl.classificationNode='urn:uuid:d9d542f3-6cc4-48b6-8870-ea235fbc94c2') and (not cl.classifiedObject.oclIsUndefined()) and (cl.classifiedObject=rp.id)
		)->size()>0
			)
)->forAll(rp : RegistryPackageType | 
	rp.externalIdentifier->select(ext : ExternalIdentifierType | (not ext.identificationScheme.oclIsUndefined()) and (ext.identificationScheme='urn:uuid:75df8f67-9973-4fbe-a900-df66cefecc5a'))->size()<2
)