QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
mustUnderstand | tBoolean | required | ||||
namespace | xsd:anyURI | required | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace' |
Element | extension |
<xsd:complexType name="tExtension"> <xsd:complexContent> <xsd:extension base="tExtensibleElements"> <xsd:attribute name="namespace" type="xsd:anyURI" use="required"/> <xsd:attribute name="mustUnderstand" type="tBoolean" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |