Showing:

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