Showing:

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