Showing:

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