Definition Type: ComplexType
Name: LineType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
The abstract Line type that is the basis for all non-statusable OAGIS Document Lines
Collapse XSD Schema Diagram:
Drilldown into Attachment in schema components_xsd Drilldown into DocumentReference in schema components_xsd Drilldown into ReferencesGroup in schema components_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into LineNumber in schema fields_xsdXSD Diagram of LineType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="LineType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">The abstract Line type that is the basis for all non-statusable OAGIS Document Lines</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="LineNumber" minOccurs="0" />
        <xsd:group ref="FreeFormTextGroup" />
        <xsd:group ref="ReferencesGroup" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumber nsA:LineNumber 0 (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
DocumentReference nsA:DocumentReference 0 unbounded
Attachment nsA:Attachment 0 unbounded
<xs:group> nsA:FreeFormTextGroup (1) (1)
<xs:group> nsA:ReferencesGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:AllocateResourceDetailType, nsA:DispatchListLineType, nsA:DispatchResourceType, nsA:InventoryConsumptionLineType, nsA:InventoryCountLineType, nsA:InvoiceLineBaseType, nsA:IssueInventoryLineType, nsA:MaintenanceOrderLineType, nsA:MoveInventoryLineType, nsA:OnlineOrderLineType, nsA:PickListLine, nsA:PickListLineDetail, nsA:PlanningScheduleDetailType, nsA:PriceListLineType, nsA:ProcurementScheduleType, nsA:ReceiveItemLineTypensA:RequestSubLineType, nsA:ScheduleExceptionType, nsA:ShopFloorControlResourceBaseType, nsA:StatusEnabledLineType,