Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
constraint_name, kw_constraint |
Instance
|
<constraint_name_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_constraint>{1,1}</kw_constraint>
<constraint_name>{1,1}</constraint_name>
</constraint_name_definition> |
|
Source
|
<xs:element name="constraint_name_definition">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_constraint"/>
<xs:element ref="constraint_name"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|