Showing:

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