Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element flag_xquery_option_flag
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_flag.tmp#kw_flag ansi2003_xsd_Element_xquery_option_flag.tmp#xquery_option_flag
Properties
content complex
Used by
Model
Children kw_flag, xquery_option_flag
Instance
<flag_xquery_option_flag xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_flag>{1,1}</kw_flag>
  <xquery_option_flag>{1,1}</xquery_option_flag>
</flag_xquery_option_flag>
Source
<xs:element name="flag_xquery_option_flag">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_flag"/>
      <xs:element ref="xquery_option_flag"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>