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' |
Element | import |
<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> |