tImport

Complex Type Information

Model

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

Attributes

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

Used By

Element import

Source

<xsd:complexType name="tImport">
  <xsd:complexContent>
    <xsd:extension base="tExtensibleElements">
      <xsd:attribute name="namespace" type="xsd:anyURI" use="optional"/>
      <xsd:attribute name="location" type="xsd:anyURI" use="optional"/>
      <xsd:attribute name="importType" type="xsd:anyURI" use="required"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>