Namespace:
Filename:
Content: node (type: namevaluenode) +
Description: The namevaluetree
tag defines a tree
of name/value pairs.
node
defines a matching of key value, datavalue and type. There
can be one or more of these.Code Fragment
<xs:complexType name="namevaluetree">
<xs:sequence>
<xs:element name="node" type="namevaluenode" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>