ConfigType

Complex Type Information

Model

ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xrules.org/2003/11'

Used By

Element rules/config

Source

<xs:complexType name="ConfigType">
  <xs:sequence>
    <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="required"/>
  <!-- TODO: not implemented yet
		<xs:attribute name="src" type="xs:anyURI" use="optional" />
		-->
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>