p:add-attribute

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
attribute-name xs:NMTOKEN optional
attribute-namespace optional
attribute-prefix xs:NMTOKEN optional
attribute-value optional
match optional
name xs:NMTOKEN optional
use-when optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.

Used By

Source

<xs:element name="add-attribute">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:sequence>
        <xs:element ref="p:input"/>
      </xs:sequence>
      <xs:sequence>
        <xs:element ref="p:log"/>
      </xs:sequence>
      <xs:sequence>
        <xs:element ref="p:with-option"/>
      </xs:sequence>
      <xs:sequence>
        <xs:element ref="p:with-param"/>
      </xs:sequence>
      <xs:choice>
        <xs:element ref="p:documentation"/>
        <xs:element ref="p:pipeinfo"/>
      </xs:choice>
    </xs:choice>
    <xs:attribute name="name" type="xs:NMTOKEN"/>
    <xs:attribute ref="xml:id"/>
    <xs:attribute ref="xml:base"/>
    <xs:attribute name="use-when"/>
    <xs:attribute name="match"/>
    <xs:attribute name="attribute-name" type="xs:NMTOKEN"/>
    <xs:attribute name="attribute-prefix" type="xs:NMTOKEN"/>
    <xs:attribute name="attribute-namespace"/>
    <xs:attribute name="attribute-value"/>
  </xs:complexType>
</xs:element>

Sample