p:library
Element information
Namespace: http://www.w3.org/ns/xproc
Schema document: xproc.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
- p:import
- p:declare-step
- p:pipeline
from subst. group p:annotation
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 | |
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 |
Sample instance
<p:library> <p:import href="http://www.example.com/"> <p:documentation> <!--any element--> </p:documentation> </p:import> </p:library>