Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element original_method_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_partial_method_specification.tmp#partial_method_specification ansi2003_xsd_Element_original_method_specification.tmp#original_method_specification_self_as_result ansi2003_xsd_Element_original_method_specification.tmp#original_method_specification_self_as_locator ansi2003_xsd_Element_method_characteristics.tmp#method_characteristics
Properties
content complex
Used by
Model
Children method_characteristics, partial_method_specification, self_as_locator, self_as_result
Instance
<original_method_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <partial_method_specification>{1,1}</partial_method_specification>
  <self_as_result>{0,1}</self_as_result>
  <self_as_locator>{0,1}</self_as_locator>
  <method_characteristics>{1,1}</method_characteristics>
</original_method_specification>
Source
<xs:element name="original_method_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="partial_method_specification"/>
      <xs:element name="self_as_result" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_self"/>
            <xs:element ref="kw_as"/>
            <xs:element ref="kw_result"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="self_as_locator" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_self"/>
            <xs:element ref="kw_as"/>
            <xs:element ref="kw_locator"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="method_characteristics"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element original_method_specification / self_as_result
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_self.tmp#kw_self ansi2003_xsd_Element_kw_as.tmp#kw_as ansi2003_xsd_Element_kw_result.tmp#kw_result
Properties
content complex
minOccurs 0
Model
Children kw_as, kw_result, kw_self
Instance
<self_as_result xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_self>{1,1}</kw_self>
  <kw_as>{1,1}</kw_as>
  <kw_result>{1,1}</kw_result>
</self_as_result>
Source
<xs:element name="self_as_result" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_self"/>
      <xs:element ref="kw_as"/>
      <xs:element ref="kw_result"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element original_method_specification / self_as_locator
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_self.tmp#kw_self ansi2003_xsd_Element_kw_as.tmp#kw_as ansi2003_xsd_Element_kw_locator.tmp#kw_locator
Properties
content complex
minOccurs 0
Model
Children kw_as, kw_locator, kw_self
Instance
<self_as_locator xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_self>{1,1}</kw_self>
  <kw_as>{1,1}</kw_as>
  <kw_locator>{1,1}</kw_locator>
</self_as_locator>
Source
<xs:element name="self_as_locator" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_self"/>
      <xs:element ref="kw_as"/>
      <xs:element ref="kw_locator"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>