Showing:

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