
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| enabled | xs:boolean | true | optional | |||
| errorMessage | StringWithEmbededXPath | optional | ||||
| id | xs:ID | optional | ||||
| test | XPathExpression | required | ||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xrules.org/2003/11' | ||||||
| Element | RulesetType/validate |
<xs:complexType name="ValidateType"> <xs:sequence> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="optional"/> <xs:attribute name="test" type="xr:XPathExpression" use="required"/> <xs:attribute name="errorMessage" type="xr:StringWithEmbededXPath" use="optional"/> <xs:attribute name="enabled" type="xs:boolean" use="optional" default="true"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType> |