complexType includeType
diagram girr_ns_p124.png
namespace http://www.w3.org/2001/XInclude
properties
mixed true
children xi:fallback
used by
element include
attributes
Name  Type  Use  Default  Fixed  annotation
hrefxs:anyURIoptional      
parsexi:parseTypeoptional  xml    
xpointerxs:stringoptional      
encodingxs:stringoptional      
acceptxs:stringoptional      
accept-languagexs:stringoptional      
source <xs:complexType name="includeType" mixed="true">
 
<xs:choice minOccurs="0" maxOccurs="unbounded">
   
<xs:element ref="xi:fallback"/>
   
<xs:any namespace="##other" processContents="lax"/>
   
<xs:any namespace="##local" processContents="lax"/>
 
</xs:choice>
 
<xs:attribute name="href" type="xs:anyURI" use="optional"/>
 
<xs:attribute name="parse" type="xi:parseType" use="optional" default="xml"/>
 
<xs:attribute name="xpointer" type="xs:string" use="optional"/>
 
<xs:attribute name="encoding" type="xs:string" use="optional"/>
 
<xs:attribute name="accept" type="xs:string" use="optional"/>
 
<xs:attribute name="accept-language" type="xs:string" use="optional"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

attribute includeType/@href
type xs:anyURI
properties
isRef 0
use optional
source <xs:attribute name="href" type="xs:anyURI" use="optional"/>

attribute includeType/@parse
type xi:parseType
properties
isRef 0
default xml
use optional
facets
Kind Value annotation 
enumeration xml 
enumeration text 
source <xs:attribute name="parse" type="xi:parseType" use="optional" default="xml"/>

attribute includeType/@xpointer
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="xpointer" type="xs:string" use="optional"/>

attribute includeType/@encoding
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="encoding" type="xs:string" use="optional"/>

attribute includeType/@accept
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="accept" type="xs:string" use="optional"/>

attribute includeType/@accept-language
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="accept-language" type="xs:string" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy