Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element like_predicate
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_character_like_predicate.tmp#character_like_predicate ansi2003_xsd_Element_octet_like_predicate.tmp#octet_like_predicate
Properties
content complex
Used by
Element predicate
Element Group predicates
Model
Children character_like_predicate, octet_like_predicate
Instance
<like_predicate xmlns="http://www.sqlparser.com/xml/ansi2003">
  <character_like_predicate>{1,1}</character_like_predicate>
  <octet_like_predicate>{1,1}</octet_like_predicate>
</like_predicate>
Source
<xs:element name="like_predicate">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="character_like_predicate"/>
      <xs:element ref="octet_like_predicate"/>
    </xs:choice>
  </xs:complexType>
</xs:element>