p:pack

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:NMTOKEN optional
use-when optional
wrapper xs:NMTOKEN optional
wrapper-namespace optional
wrapper-prefix xs:NMTOKEN 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="pack">
  <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="wrapper" type="xs:NMTOKEN"/>
    <xs:attribute name="wrapper-prefix" type="xs:NMTOKEN"/>
    <xs:attribute name="wrapper-namespace"/>
  </xs:complexType>
</xs:element>

Sample