Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element binary_trim_operands
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_binary_trim_operands.tmp#binary_trim_operands_specification_octet_from ansi2003_xsd_Element_binary_trim_source.tmp#binary_trim_source
Properties
content complex
Used by
Model
Children binary_trim_source, specification_octet_from
Instance
<binary_trim_operands xmlns="http://www.sqlparser.com/xml/ansi2003">
  <specification_octet_from>{0,1}</specification_octet_from>
  <binary_trim_source>{1,1}</binary_trim_source>
</binary_trim_operands>
Source
<xs:element name="binary_trim_operands">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="specification_octet_from" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="trim_specification" minOccurs="0"/>
            <xs:element ref="trim_octet" minOccurs="0"/>
            <xs:element ref="kw_from"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="binary_trim_source"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element binary_trim_operands / specification_octet_from
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_trim_specification.tmp#trim_specification ansi2003_xsd_Element_trim_octet.tmp#trim_octet ansi2003_xsd_Element_kw_from.tmp#kw_from
Properties
content complex
minOccurs 0
Model
Children kw_from, trim_octet, trim_specification
Instance
<specification_octet_from xmlns="http://www.sqlparser.com/xml/ansi2003">
  <trim_specification>{0,1}</trim_specification>
  <trim_octet>{0,1}</trim_octet>
  <kw_from>{1,1}</kw_from>
</specification_octet_from>
Source
<xs:element name="specification_octet_from" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="trim_specification" minOccurs="0"/>
      <xs:element ref="trim_octet" minOccurs="0"/>
      <xs:element ref="kw_from"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>