Definition Type: Attribute
Name: mustUnderstand
Namespace: http://schemas.xmlsoap.org/soap/envelope/
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: SoapEnvelope.xsd
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of mustUnderstand in schema soapenvelope_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xs:attribute name="mustUnderstand">
    <xs:simpleType>
        <xs:restriction base="xs:boolean">
            <xs:pattern value="0|1" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Pattern 0|1