QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
binding | xs:NMTOKEN | optional | |||||
element | optional | ||||||
except-prefixes | xs:NMTOKENS | optional | |||||
use-when | optional | ||||||
xml:base | xs:anyURI | optional |
|
||||
xml:id | xs:ID | optional |
|
Elements | p:variable, p:with-option, p:with-param |
<xs:element name="namespaces"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="p:documentation"/> <xs:element ref="p:pipeinfo"/> </xs:choice> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:base"/> <xs:attribute name="use-when"/> <xs:attribute name="binding" type="xs:NMTOKEN"/> <xs:attribute name="element"/> <xs:attribute name="except-prefixes" type="xs:NMTOKENS"/> </xs:complexType> </xs:element> |