mf:anyContent

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://xmlgraphics.apache.org/fop/intermediate'

Used By

Source

<xs:complexType name="anyContent">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##other" processContents="lax"/>
  </xs:choice>
</xs:complexType>