Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Imported schema xml-events-attribs-1.xsd
Namespace http://www.w3.org/2001/xml-events
Annotations
This is the XML Schema for XML Events global attributes

      URI: http://www.w3.org/MarkUp/SCHEMA/xml-events-attribs-1.xsd
      $Id: xml-events-attribs-1.xsd,v 1.5 2003/08/02 09:36:54 mimasa Exp $
XML Event Attributes
		
      These "global" event attributes are defined in "Attaching
      Attributes Directly to the Observer Element" of the XML
      Events specification.
Properties
attribute form default unqualified
element form default unqualified
Attribute @ev:event
Namespace http://www.w3.org/2001/xml-events
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="event" type="xs:NMTOKEN"/>
Attribute @ev:observer
Namespace http://www.w3.org/2001/xml-events
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="observer" type="xs:IDREF"/>
Attribute @ev:target
Namespace http://www.w3.org/2001/xml-events
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="target" type="xs:IDREF"/>
Attribute @ev:handler
Namespace http://www.w3.org/2001/xml-events
Type xs:anyURI
Properties
content simple
Used by
Source
<xs:attribute name="handler" type="xs:anyURI"/>
Attribute @ev:phase
Namespace http://www.w3.org/2001/xml-events
Type restriction of xs:NMTOKEN
Properties
default default
Facets
enumeration capture
enumeration default
Used by
Source
<xs:attribute name="phase" default="default">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="capture"/>
      <xs:enumeration value="default"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ev:propagate
Namespace http://www.w3.org/2001/xml-events
Type restriction of xs:NMTOKEN
Properties
default continue
Facets
enumeration stop
enumeration continue
Used by
Source
<xs:attribute name="propagate" default="continue">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="stop"/>
      <xs:enumeration value="continue"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ev:defaultAction
Namespace http://www.w3.org/2001/xml-events
Type restriction of xs:NMTOKEN
Properties
default perform
Facets
enumeration cancel
enumeration perform
Used by
Source
<xs:attribute name="defaultAction" default="perform">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="cancel"/>
      <xs:enumeration value="perform"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute Group ev:XmlEvents.attlist
Namespace http://www.w3.org/2001/xml-events
Diagram
Diagram xml-events-attribs-1_xsd.tmp#event xml-events-attribs-1_xsd.tmp#observer xml-events-attribs-1_xsd.tmp#target xml-events-attribs-1_xsd.tmp#handler xml-events-attribs-1_xsd.tmp#phase xml-events-attribs-1_xsd.tmp#propagate xml-events-attribs-1_xsd.tmp#defaultAction
Attributes
QName Type Use
ev:defaultAction restriction of xs:NMTOKEN optional
ev:event xs:NMTOKEN optional
ev:handler xs:anyURI optional
ev:observer xs:IDREF optional
ev:phase restriction of xs:NMTOKEN optional
ev:propagate restriction of xs:NMTOKEN optional
ev:target xs:IDREF optional
Source
<xs:attributeGroup name="XmlEvents.attlist">
  <xs:attribute ref="ev:event"/>
  <xs:attribute ref="ev:observer"/>
  <xs:attribute ref="ev:target"/>
  <xs:attribute ref="ev:handler"/>
  <xs:attribute ref="ev:phase"/>
  <xs:attribute ref="ev:propagate"/>
  <xs:attribute ref="ev:defaultAction"/>
</xs:attributeGroup>