p:output

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
port xs:NMTOKEN required
primary restriction of xs:NMTOKEN optional
sequence restriction of 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="output">
  <xs:complexType>
    <xs:sequence>
      <xs:sequence>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="p:documentation"/>
          <xs:element ref="p:pipeinfo"/>
        </xs:choice>
        <xs:choice>
          <xs:sequence>
            <xs:element ref="p:empty"/>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
              <xs:element ref="p:documentation"/>
              <xs:element ref="p:pipeinfo"/>
            </xs:choice>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="p:data"/>
              <xs:element ref="p:document"/>
              <xs:element ref="p:pipe"/>
              <xs:element ref="p:inline"/>
            </xs:choice>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
              <xs:element ref="p:documentation"/>
              <xs:element ref="p:pipeinfo"/>
            </xs:choice>
          </xs:sequence>
        </xs:choice>
      </xs:sequence>
    </xs:sequence>