xi:include
Element information
Namespace: http://www.w3.org/2001/XInclude
Schema document: xinclude.xsd
Type: xi:includeType
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Choice [0..*]
- xi:fallback
- Any element Namespace: ##other, Process Contents: lax
- Any element Namespace: ##local, Process Contents: lax
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
href | [0..1] | xsd:anyURI | ||
parse | [0..1] | xi:parseType | Default value is "xml". | |
xpointer | [0..1] | xsd:string | ||
encoding | [0..1] | xsd:string | ||
accept | [0..1] | xsd:string | ||
accept-language | [0..1] | xsd:string | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Type xi:fallbackType (Element xi:fallback)
Sample instance
<xi:include>Any text, intermingled with: <xi:fallback>Any text, intermingled with: </xi:fallback> </xi:include>