ConditionGroup

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Formula xs:string optional
A test can be defined as an xslt test
Occurence xs:string optional
A position in a collection, possibly using a regular
expression
Root union of(xs:IDREF, ConditionRootCodeType) self optional
Either a reference for the root or the current node or the
beginning of the xml.

Used By

Element LeftExpression

Source

<xs:attributeGroup name="ConditionGroup">
  <xs:attributeGroup ref="XpathGroup">
    <xs:annotation>
      <xs:documentation>An expression can be a reference in the xml using all or part of the group attributes</xs:documentation>
    </xs:annotation>
  </xs:attributeGroup>
  <xs:attribute name="Formula" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A test can be defined as an xslt test</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>