ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

identityConstraint

Annotation
Documentation

The three kinds of identity constraints, all with type of or derived from 'keybase'.

 

Schema

<xs:group name="identityConstraint">
     <xs:choice>
          <xs:element ref="xs:unique"/>
          <xs:element ref="xs:key"/>
          <xs:element ref="xs:keyref"/>
     </xs:choice>
</xs:group>