Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element table_constraint
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_unique_constraint_definition.tmp#unique_constraint_definition ansi2003_xsd_Element_referential_constraint_definition.tmp#referential_constraint_definition ansi2003_xsd_Element_check_constraint_definition.tmp#check_constraint_definition
Properties
content complex
Used by
Model
Children check_constraint_definition, referential_constraint_definition, unique_constraint_definition
Instance
<table_constraint xmlns="http://www.sqlparser.com/xml/ansi2003">
  <unique_constraint_definition>{1,1}</unique_constraint_definition>
  <referential_constraint_definition>{1,1}</referential_constraint_definition>
  <check_constraint_definition>{1,1}</check_constraint_definition>
</table_constraint>
Source
<xs:element name="table_constraint">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="unique_constraint_definition"/>
      <xs:element ref="referential_constraint_definition"/>
      <xs:element ref="check_constraint_definition"/>
    </xs:choice>
  </xs:complexType>
</xs:element>