with-param

Element Information

Model

Children: cdata, choose, else, if, text, value-of

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:QName required
select xs:string optional

Used By

Source

<xs:element name="with-param">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="text-template-content"/>
    </xs:choice>
    <xs:attribute name="name" type="xs:QName" use="required"/>
    <xs:attribute name="select" type="xs:string" use="optional"/>
  </xs:complexType>
</xs:element>

Sample