Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element regular_factor
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_regular_primary.tmp#regular_primary ansi2003_xsd_Element_regular_factor.tmp#regular_factor_regular_primary_asterisk ansi2003_xsd_Element_regular_factor.tmp#regular_factor_regular_primary_plus_sign ansi2003_xsd_Element_regular_factor.tmp#regular_factor_regular_primary_question_mark ansi2003_xsd_Element_regular_factor.tmp#regular_factor_regular_primary_repeat_factor
Properties
content complex
Used by
Model
Children regular_primary, regular_primary_asterisk, regular_primary_plus_sign, regular_primary_question_mark, regular_primary_repeat_factor
Instance
<regular_factor xmlns="http://www.sqlparser.com/xml/ansi2003">
  <regular_primary>{1,1}</regular_primary>
  <regular_primary_asterisk>{1,1}</regular_primary_asterisk>
  <regular_primary_plus_sign>{1,1}</regular_primary_plus_sign>
  <regular_primary_question_mark>{1,1}</regular_primary_question_mark>
  <regular_primary_repeat_factor>{1,1}</regular_primary_repeat_factor>
</regular_factor>
Source
<xs:element name="regular_factor">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="regular_primary"/>
      <xs:element name="regular_primary_asterisk">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="regular_primary"/>
            <xs:element ref="asterisk"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="regular_primary_plus_sign">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="regular_primary"/>
            <xs:element ref="plus_sign"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="regular_primary_question_mark">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="regular_primary"/>
            <xs:element ref="question_mark"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="regular_primary_repeat_factor">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="regular_primary"/>
            <xs:element ref="repeat_factor"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element regular_factor / regular_primary_asterisk
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_regular_primary.tmp#regular_primary ansi2003_xsd_Element_asterisk.tmp#asterisk
Properties
content complex
Model
Children asterisk, regular_primary
Instance
<regular_primary_asterisk xmlns="http://www.sqlparser.com/xml/ansi2003">
  <regular_primary>{1,1}</regular_primary>
  <asterisk>{1,1}</asterisk>
</regular_primary_asterisk>
Source
<xs:element name="regular_primary_asterisk">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="regular_primary"/>
      <xs:element ref="asterisk"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element regular_factor / regular_primary_plus_sign
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_regular_primary.tmp#regular_primary ansi2003_xsd_Element_plus_sign.tmp#plus_sign
Properties
content complex
Model
Children plus_sign, regular_primary
Instance
<regular_primary_plus_sign xmlns="http://www.sqlparser.com/xml/ansi2003">
  <regular_primary>{1,1}</regular_primary>
  <plus_sign>{1,1}</plus_sign>
</regular_primary_plus_sign>
Source
<xs:element name="regular_primary_plus_sign">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="regular_primary"/>
      <xs:element ref="plus_sign"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element regular_factor / regular_primary_question_mark
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_regular_primary.tmp#regular_primary ansi2003_xsd_Element_question_mark.tmp#question_mark
Properties
content complex
Model
Children question_mark, regular_primary
Instance
<regular_primary_question_mark xmlns="http://www.sqlparser.com/xml/ansi2003">
  <regular_primary>{1,1}</regular_primary>
  <question_mark>{1,1}</question_mark>
</regular_primary_question_mark>
Source
<xs:element name="regular_primary_question_mark">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="regular_primary"/>
      <xs:element ref="question_mark"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element regular_factor / regular_primary_repeat_factor
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_regular_primary.tmp#regular_primary ansi2003_xsd_Element_repeat_factor.tmp#repeat_factor
Properties
content complex
Model
Children regular_primary, repeat_factor
Instance
<regular_primary_repeat_factor xmlns="http://www.sqlparser.com/xml/ansi2003">
  <regular_primary>{1,1}</regular_primary>
  <repeat_factor>{1,1}</repeat_factor>
</regular_primary_repeat_factor>
Source
<xs:element name="regular_primary_repeat_factor">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="regular_primary"/>
      <xs:element ref="repeat_factor"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>