Returns a new instance of {@link XSIdentityConstraint}.
261262263264265266267268269270271
XSKeyRef keyRef = factory.newXSKeyRef( this, (XsEKeyref) raw ); refKeys.add( keyRef ); schema.add( keyRef ); } else if ( raw instanceof XsEKey ) { XSIdentityConstraint ic = factory.newXSIdentityConstraint( this, (XsEKey) raw ); constraints.add( ic );
269270271272273274275276277278279
); constraints.add( ic ); schema.add( ic ); } else if( raw instanceof XsEUnique ) { XSIdentityConstraint ic = factory.newXSIdentityConstraint( this, (XsEUnique) raw ); constraints.add( ic );
270271272273274275276277278279280
278279280281282283284285286287288