Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element numeric_type
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_exact_numeric_type.tmp#exact_numeric_type ansi2003_xsd_Element_approximate_numeric_type.tmp#approximate_numeric_type
Properties
content complex
Used by
Element predefined_type
Model
Children approximate_numeric_type, exact_numeric_type
Instance
<numeric_type xmlns="http://www.sqlparser.com/xml/ansi2003">
  <exact_numeric_type>{1,1}</exact_numeric_type>
  <approximate_numeric_type>{1,1}</approximate_numeric_type>
</numeric_type>
Source
<xs:element name="numeric_type">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="exact_numeric_type"/>
      <xs:element ref="approximate_numeric_type"/>
    </xs:choice>
  </xs:complexType>
</xs:element>