Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
kw_octet_length, string_value_expression |
Instance
|
<octet_length_expression xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_octet_length>{1,1}</kw_octet_length>
<string_value_expression>{1,1}</string_value_expression>
</octet_length_expression> |
|
Source
|
<xs:element name="octet_length_expression">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_octet_length"/>
<xs:element ref="string_value_expression"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|