http://schemas.xmlsoap.org/soap/envelope/
Complex Type
detail
The detail type does not allow mixed content.
There is no restriction on type derivation.
Allows any attributes from any namespaces (lax validation).
XML Instance |
<... > Allows any elements from any namespaces (lax validation). [0..*] </...>
|
Attributes |
Name |
Type |
Summary |
Allows any attributes from any namespaces (lax validation). |
|
XML |
-<xs:complexType name="detail">
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax" />
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax" />
</xs:complexType>
|
Uses |
|
Used-By |
Element (1)
|