Showing:

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