Showing:

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