Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element fetch_orientation_from
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_fetch_orientation.tmp#fetch_orientation ansi2003_xsd_Element_kw_from.tmp#kw_from
Properties
content complex
Used by
Model
Children fetch_orientation, kw_from
Instance
<fetch_orientation_from xmlns="http://www.sqlparser.com/xml/ansi2003">
  <fetch_orientation>{0,1}</fetch_orientation>
  <kw_from>{1,1}</kw_from>
</fetch_orientation_from>
Source
<xs:element name="fetch_orientation_from">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="fetch_orientation" minOccurs="0"/>
      <xs:element ref="kw_from"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>