Showing:

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