Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element existing_window_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_window_name.tmp#window_name
Properties
content complex
Used by
Model
Children window_name
Instance
<existing_window_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <window_name>{1,1}</window_name>
</existing_window_name>
Source
<xs:element name="existing_window_name">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="window_name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>