http://schemas.xmlsoap.org/soap/encoding/
The root Attribute
'root' can be used to distinguish serialization roots from other elements that are present in a serialization but are not roots of a serialized value graph
Attribute root : boolean
Base type of root is boolean. There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "0|1".
 Collapse XML
-<xs:attribute  name="root">
-<xs:annotation>
<xs:documentation> 'root' can be used to distinguish serialization roots from other elements that are present in a serialization but are not roots of a serialized value graph </xs:documentation>
</xs:annotation>
-<xs:simpleType>
-<xs:restriction  base="xs:boolean">
<xs:pattern  value="0|1" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by XSDdoc 2.0 ©