Showing:

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