Definition Type: Group
Name: identityConstraint
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
The three kinds of identity constraints, all with type of or derived from 'keybase'.
Collapse XSD Schema Diagram:
Drilldown into keyref Drilldown into key Drilldown into uniqueXSD Diagram of identityConstraint
Collapse 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unique xsd:unique (1) (1)
key xsd:key (1) (1)
keyref xsd:keyref (1) (1)
Collapse Comments:
blog comments powered by Disqus