Definition Type: Attribute
Name: mustUnderstand
Namespace: http://schemas.xmlsoap.org/soap/envelope/
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: http://schemas.xmlsoap.org/soap/envelope/
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of mustUnderstand in schema http___schemas_xmlsoap_org_soap_envelope_1 (Simple Object Access Protocol (SOAP))
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