p:pipeline
Element information
Namespace: http://www.w3.org/ns/xproc
Schema document: xproc.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [0..*]
- p:input
- p:output
- p:option
- p:log
- p:serialization
from subst. group p:annotation - Sequence [0..*]
- Choice [1..1]
- Choice [0..*]from subst. group p:annotation
- Sequence [0..*]
- p:variable [1..1]
- Choice [0..*]from subst. group p:annotation
- Sequence [1..*]
- Choice [1..1]
- p:add-attribute
- p:add-xml-base
- p:compare
- p:count
- p:delete
- p:directory-list
- p:error
- p:escape-markup
- p:filter
- p:http-request
- p:insert
- p:label-elements
- p:load
- p:make-absolute-uris
- p:namespace-rename
- p:pack
- p:rename
- p:replace
- p:set-attributes
- p:split-sequence
- p:store
- p:string-replace
- p:unescape-markup
- p:unwrap
- p:wrap
- p:wrap-sequence
- p:xinclude
- p:xslt
- p:exec
- p:hash
- p:uuid
- p:validate-with-relax-ng
- p:validate-with-schematron
- p:validate-with-xml-schema
- p:www-form-urldecode
- p:www-form-urlencode
- p:xsl-formatter
- p:for-each
- p:viewport
- p:choose
- p:group
- p:try
from subst. group p:componentfrom subst. group p:atomicStepfrom subst. group p:vanillaStep - Choice [0..*]from subst. group p:annotation
- Choice [1..1]
from group p:declPrologfrom group p:subPipe - Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:id | [0..1] | xsd:ID | from type p:anyProc | |
xml:base | [0..1] | xsd:anyURI | from type p:anyProc | |
name | [0..1] | xsd:NCName | ||
type | [0..1] | xsd:QName | ||
exclude-inline-prefixes | [0..1] | p:ipType | from group p:pipeTopAttrs | |
xpath-version | [0..1] | xsd:token | Default value is "1.0". from group p:pipeTopAttrs | |
psvi-required | [0..1] | xsd:boolean | Default value is "false". from group p:pipeTopAttrs | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element p:library
Sample instance
<p:pipeline> <p:input port="NCName"> <p:documentation> <!--any element--> </p:documentation> <p:empty> <p:documentation> <!--any element--> </p:documentation> </p:empty> <p:documentation> <!--any element--> </p:documentation> </p:input> <p:import href="http://www.example.com/"> <p:documentation> <!--any element--> </p:documentation> </p:import> <p:documentation> <!--any element--> </p:documentation> <p:variable name="QName" select="string"> <p:namespaces> <p:documentation> <!--any element--> </p:documentation> </p:namespaces> <p:pipe step="NCName" port="NCName"> <p:documentation> <!--any element--> </p:documentation> </p:pipe> <p:namespaces> <p:documentation> <!--any element--> </p:documentation> </p:namespaces> </p:variable> <p:documentation> <!--any element--> </p:documentation> <p:add-attribute match="string"> <p:input port="NCName"> <p:documentation> <!--any element--> </p:documentation> <p:empty>... </p:empty> <p:documentation> <!--any element--> </p:documentation> </p:input> </p:add-attribute> <p:documentation> <!--any element--> </p:documentation> </p:pipeline>