env:Envelope
Element information
Namespace: http://www.w3.org/2003/05/soap-envelope
Schema document: soap-envelope.xsd
Type: env:Envelope
Properties: Global, Qualified
Content
- Sequence [1..1]
- env:Header [0..1]
- env:Body [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Sample instance
<env:Envelope> <env:Header> <!--any element--> </env:Header> <env:Body> <!--any element--> </env:Body> </env:Envelope>