ccxml

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
conf optional
version ccxml.version required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xmlns optional

Source

<xsd:element name="ccxml">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="ecmaScriptElements"/>
      <xsd:element ref="eventprocessor" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="meta" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="metadata" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:choice>
    <xsd:attribute name="version" use="required" type="ccxml.version"/>
    <xsd:attribute ref="xml:base"/>
    <xsd:attribute ref="xmlns"/>
    <xsd:attribute ref="xmlns:conf"/>
  </xsd:complexType>
</xsd:element>

Sample