Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element diagnostics_size
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_diagnostics.tmp#kw_diagnostics ansi2003_xsd_Element_kw_size.tmp#kw_size ansi2003_xsd_Element_number_of_conditions.tmp#number_of_conditions
Properties
content complex
Used by
Model
Children kw_diagnostics, kw_size, number_of_conditions
Instance
<diagnostics_size xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_diagnostics>{1,1}</kw_diagnostics>
  <kw_size>{1,1}</kw_size>
  <number_of_conditions>{1,1}</number_of_conditions>
</diagnostics_size>
Source
<xs:element name="diagnostics_size">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_diagnostics"/>
      <xs:element ref="kw_size"/>
      <xs:element ref="number_of_conditions"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>