Definition Type Group
Name identityConstraint
Namespace http://www.w3.org/2001/XMLSchema
Documentation The three kinds of identity constraints, all with
                     type of or derived from 'keybase'.
   
XSD Schema .\XsdSchemaStandard.xsd
XSD Schema Diagram
XSD Schema Code
<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>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
identityConstraint
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd