Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element table_constraint_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_constraint_name_definition.tmp#constraint_name_definition ansi2003_xsd_Element_table_constraint.tmp#table_constraint ansi2003_xsd_Element_constraint_characteristics.tmp#constraint_characteristics
Properties
content complex
Used by
Model
Children constraint_characteristics, constraint_name_definition, table_constraint
Instance
<table_constraint_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
  <constraint_name_definition>{0,1}</constraint_name_definition>
  <table_constraint>{1,1}</table_constraint>
  <constraint_characteristics>{1,1}</constraint_characteristics>
</table_constraint_definition>
Source
<xs:element name="table_constraint_definition">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="constraint_name_definition" minOccurs="0"/>
      <xs:element ref="table_constraint"/>
      <xs:element ref="constraint_characteristics"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>