processContents

Attribute Information

Used By

Attribute Group xs:anyAttrGroup

Source

<xs:attribute name="processContents" default="strict" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="skip"/>
      <xs:enumeration value="lax"/>
      <xs:enumeration value="strict"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample