Showing:

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