The three kinds of identity constraints, all with type of or derived from 'keybase'. |
Complex Types | xs:element, xs:localElement, xs:topLevelElement |
<xs:group name="identityConstraint"> <xs:annotation> <xs:documentation>The three kinds of identity constraints, all with type of or derived from 'keybase'.</xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="xs:unique"/> <xs:element ref="xs:key"/> <xs:element ref="xs:keyref"/> </xs:choice> </xs:group> |