processContents

Attribute Information

Used By

Complex Type xs:wildcard

Source

<xs:attribute name="processContents" use="optional" default="strict">
  <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