process-document

Element Information

Model

Children: with-param

Attributes

QName Type Fixed Default Use Inheritable Annotation
base uri-reference optional
filter-method xs:string optional
filter-src restriction of xs:string optional
group xs:QName optional
href xs:string required

Used By

Element Group template-content

Source

<xs:element name="process-document">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="processXXX-content"/>
    </xs:choice>
    <xs:attribute name="href" type="xs:string" use="required"/>
    <!-- type : type of "href" should be stx-expression -->
    <xs:attribute name="base" type="uri-reference" use="optional"/>
    <xs:attribute name="group" type="xs:QName" use="optional"/>
    <xs:attributeGroup ref="filter-atts"/>
  </xs:complexType>
</xs:element>

Sample