Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element cast_target
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_domain_name.tmp#domain_name ansi2003_xsd_Element_data_type.tmp#data_type
Properties
content complex
Used by
Model
Children data_type, domain_name
Instance
<cast_target xmlns="http://www.sqlparser.com/xml/ansi2003">
  <domain_name>{1,1}</domain_name>
  <data_type>{1,1}</data_type>
</cast_target>
Source
<xs:element name="cast_target">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="domain_name"/>
      <xs:element ref="data_type"/>
    </xs:choice>
  </xs:complexType>
</xs:element>