Předchozí - Obsah části - Obsah - Další

XML Schema - nespecifikované elementy a atributy

Umožní připustit i něco, co předem neznáme

Příklad

<xs:complexType name="descType" mixed="true">
  <xs:sequence>
    <xs:any namespace="http://www.w3.org/1999/xhtml"
            processContents="skip" minOccurs="0"
            maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>

Pro atributy - xs:anyAttribute


Předchozí - Obsah části - Obsah - Další