Showing:

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