Showing:

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