xi:fallbackType

Complex Type Information

Model

xi:include | ANY element from ANY namespace OTHER than 'http://www.w3.org/2001/XInclude' | ANY element from LOCAL namespace 'No Namespace'
Children: xi:include

Attributes

Used By

Element xi:fallback

Source

<xs:complexType name="fallbackType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="xi:include"/>
    <xs:any namespace="##other" processContents="lax"/>
    <xs:any namespace="##local" processContents="lax"/>
  </xs:choice>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>