xs:assertion

Complex Type Information

Model

Children: xs:annotation

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
test xs:string optional
xpathDefaultNamespace xs:xpathDefaultNamespace optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2001/XMLSchema'

Used By

Source

<xs:complexType name="assertion">
  <xs:complexContent>
    <xs:extension base="xs:annotated">
      <xs:attribute name="test" type="xs:string"/>
      <xs:attribute name="xpathDefaultNamespace" type="xs:xpathDefaultNamespace"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>