Definition Type: ComplexType
Name: InventoryCountType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: InventoryCount.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InventoryCountLine in schema inventorycount_xsd Drilldown into InventoryCountHeader in schema inventorycount_xsdXSD Diagram of InventoryCountType in schema inventorycount_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="InventoryCountType">
    <xsd:sequence>
        <xsd:element ref="InventoryCountHeader" minOccurs="0" />
        <xsd:element ref="InventoryCountLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InventoryCountHeader nsA:InventoryCountHeader 0 (1)
InventoryCountLine nsA:InventoryCountLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:InventoryCount