Definition Type: ComplexType
Name: RequisitionType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Requisition.xsd
Abstract
Documentation:
Is a request for the purchase of goods or services. Typically, a requisition leads to the creation of a purchase order to a specific supplier.
Collapse XSD Schema Diagram:
Drilldown into RequisitionLine in schema requisition_xsd Drilldown into RequisitionHeader in schema requisition_xsdXSD Diagram of RequisitionType in schema requisition_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="RequisitionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">Is a request for the purchase of goods or services.  Typically, a requisition leads to the creation of a purchase order to a specific supplier.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="RequisitionHeader" minOccurs="0" />
        <xsd:element ref="RequisitionLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RequisitionHeader nsA:RequisitionHeader 0 (1)
RequisitionLine nsA:RequisitionLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:Requisition