Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element cast_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_cast.tmp#kw_cast ansi2003_xsd_Element_cast_operand.tmp#cast_operand ansi2003_xsd_Element_kw_as.tmp#kw_as ansi2003_xsd_Element_cast_target.tmp#cast_target
Properties
content complex
Used by
Model
Children cast_operand, cast_target, kw_as, kw_cast
Instance
<cast_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_cast>{1,1}</kw_cast>
  <cast_operand>{1,1}</cast_operand>
  <kw_as>{1,1}</kw_as>
  <cast_target>{1,1}</cast_target>
</cast_specification>
Source
<xs:element name="cast_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_cast"/>
      <xs:element ref="cast_operand"/>
      <xs:element ref="kw_as"/>
      <xs:element ref="cast_target"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>