ListAllDocumentsRequest

The operation input is ListAllDocumentsRequest.

Parameter Type Constraints Description
Organization Organization Required A unique identifier for the root organization associated with the document.

Element tns:ListAllDocumentsRequest

  <xs:element name="ListDocumentsRequest">
    <xs:annotation>
      <xs:documentation>The root element of the request for the List Documents command.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>Requires 1 of the child elements to be present.</xs:documentation>
          </xs:annotation>
          <xs:element ref="PackageID" />
          <xs:element ref="LOBPhase" />
        </xs:choice>
        <xs:element ref="Organization" minOccurs="0" />
        <xs:element name="Oppsa" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A container for OPPSA product information.  An OPPSA product is a set of policies produced by the Expere OPPSA Tool.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="OppsaOrganizationName" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>