Class TImport

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.ToString2

    public class TImport
    extends TExtensibleAttributesDocumented
    implements org.jvnet.jaxb2_commons.lang.ToString2

    Java class for tImport complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tImport">
       <complexContent>
         <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
           <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>