Definition Type: ComplexType
Name: IssueInventory
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: IssueInventory.xsd
Abstract
Documentation:
The IssueInventory can be used to request an application to process an issue or request information about an issue
Collapse XSD Schema Diagram:
Drilldown into IssueInventoryLine in schema issueinventory_xsd Drilldown into IssueInventoryHeader in schema issueinventory_xsdXSD Diagram of IssueInventory in schema issueinventory_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="IssueInventory">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">The IssueInventory can be used to request an application to process an issue or request information about an issue </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="IssueInventoryHeader" minOccurs="0" />
        <xsd:element ref="IssueInventoryLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IssueInventoryHeader nsA:IssueInventoryHeader 0 (1)
IssueInventoryLine nsA:IssueInventoryLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:IssueInventory