tExtension

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace'
Children: documentation

Attributes

QName Type Fixed Default Use Inheritable Annotation
mustUnderstand tBoolean required
namespace xsd:anyURI required
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element extension

Source

<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>