tExtensibleElements

This type is extended by other component types to allow elements and attributes from
other namespaces to be added at the modeled places.

Complex Type Information

Model

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

Attributes

Used By

Source

<xsd:complexType name="tExtensibleElements">
  <xsd:annotation>
    <xsd:documentation>This type is extended by other component types to allow elements and attributes from other namespaces to be added at the modeled places.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="documentation" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>